Searched refs:addTexture (Results 1 - 15 of 15) sorted by relevance

/frameworks/base/libs/hwui/
H A DShapeCache.cpp43 texture = addTexture(entry, &path, paint);
65 texture = addTexture(entry, &path, paint);
89 texture = addTexture(entry, &path, paint);
130 addTexture(entry, &bitmap, texture);
161 texture = addTexture(entry, &path, paint);
H A DPathCache.cpp103 texture = addTexture(entry, path, paint);
106 texture = addTexture(entry, path, paint);
H A DShapeCache.h338 PathTexture* addTexture(const Entry& entry, const SkPath *path, const SkPaint* paint);
339 PathTexture* addTexture(const Entry& entry, SkBitmap* bitmap);
340 void addTexture(const Entry& entry, SkBitmap* bitmap, PathTexture* texture);
564 PathTexture* ShapeCache<Entry>::addTexture(const Entry& entry, const SkPath *path, function in class:android::uirenderer::ShapeCache
586 addTexture(entry, &bitmap, texture);
592 void ShapeCache<Entry>::addTexture(const Entry& entry, SkBitmap* bitmap, PathTexture* texture) { function in class:android::uirenderer::ShapeCache
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
H A DFragmentShader.java72 public Builder addTexture(Program.TextureType texType, String name) { method in class:FragmentShader.Builder
86 mBuilder.addTexture(mShader.mTextureTypes.get(i),
90 mBuilder.addTexture(mShader.mShaderTextureTypes.get(i),
H A DSceneManager.java383 fb.addTexture(Program.TextureType.TEXTURE_2D, "color");
/frameworks/base/graphics/java/android/renderscript/
H A DProgram.java327 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { method in class:Program.BaseProgramBuilder
328 addTexture(texType, "Tex" + mTextureCount);
341 public BaseProgramBuilder addTexture(TextureType texType, String texName) method in class:Program.BaseProgramBuilder
H A DProgramFragmentFixedFunction.java314 sb.addTexture(TextureType.TEXTURE_2D);
/frameworks/base/tests/RenderScriptTests/PerfTest/src/com/android/perftest/
H A DFillTest.java113 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
119 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
124 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
H A DTorusTest.java178 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
201 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
209 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
/frameworks/base/tests/RenderScriptTests/MiscSamples/src/com/example/android/rs/miscsamples/
H A DRsRenderStatesRS.java248 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
264 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
279 pfbCustom.addTexture(Program.TextureType.TEXTURE_CUBE);
285 pfbCustom.addTexture(Program.TextureType.TEXTURE_2D);
/frameworks/ex/carousel/java/com/android/ex/carousel/
H A DCarouselRS.java379 pfbSingle.addTexture(Program.TextureType.TEXTURE_2D);
393 pfbSingleBlend.addTexture(Program.TextureType.TEXTURE_2D);
408 pfbMulti.addTexture(Program.TextureType.TEXTURE_2D);
409 pfbMulti.addTexture(Program.TextureType.TEXTURE_2D);
425 pfbMultiBlend.addTexture(Program.TextureType.TEXTURE_2D);
426 pfbMultiBlend.addTexture(Program.TextureType.TEXTURE_2D);
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DSimpleAppRS.java144 fb.addTexture(TextureType.TEXTURE_2D, "diffuse");
H A DFullscreenBlur.java164 fb.addTexture(TextureType.TEXTURE_2D, "color");
H A DTestAppRS.java140 fb.addTexture(TextureType.TEXTURE_2D, "diffuse");
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java118 fs.addTexture(Program.TextureType.TEXTURE_2D);

Completed in 265 milliseconds