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

/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/rs/java/android/renderscript/
H A DProgram.java328 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { method in class:Program.BaseProgramBuilder
329 addTexture(texType, "Tex" + mTextureCount);
342 public BaseProgramBuilder addTexture(TextureType texType, String texName) method in class:Program.BaseProgramBuilder
H A DProgramFragmentFixedFunction.java312 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/libs/hwui/
H A DPathCache.cpp236 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, function in class:android::uirenderer::PathCache
379 texture = addTexture(entry, path, paint);
461 texture = addTexture(entry, &path, paint);
481 texture = addTexture(entry, &path, paint);
504 texture = addTexture(entry, &path, paint);
527 texture = addTexture(entry, &path, paint);
560 texture = addTexture(entry, &path, paint);
H A DPathCache.h238 PathTexture* addTexture(const PathDescription& entry,
240 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
/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/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 584 milliseconds