Searched defs:addTexture (Results 1 - 3 of 3) sorted by relevance
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/ |
H A D | FragmentShader.java | 72 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),
|
/frameworks/base/graphics/java/android/renderscript/ |
H A D | Program.java | 328 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
|
/frameworks/base/libs/hwui/ |
H A D | PathCache.cpp | 248 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, function in class:android::uirenderer::PathCache 410 texture = addTexture(entry, path, paint); 432 texture = addTexture(entry, path, paint); 502 texture = addTexture(entry, &path, paint); 522 texture = addTexture(entry, &path, paint); 545 texture = addTexture(entry, &path, paint); 568 texture = addTexture(entry, &path, paint); 601 texture = addTexture(entry, &path, paint);
|
Completed in 92 milliseconds