Searched refs:addTexture (Results 1 – 4 of 4) sorted by relevance
/frameworks/base/libs/hwui/ |
D | PathCache.cpp | 270 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture() function in android::uirenderer::PathCache 389 texture = addTexture(entry, path, paint); in get() 477 texture = addTexture(entry, &path, paint); in getRoundRect() 497 texture = addTexture(entry, &path, paint); in getCircle() 520 texture = addTexture(entry, &path, paint); in getOval() 543 texture = addTexture(entry, &path, paint); in getRect() 576 texture = addTexture(entry, &path, paint); in getArc()
|
D | PathCache.h | 237 PathTexture* addTexture(const PathDescription& entry, 239 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
|
/frameworks/base/rs/java/android/renderscript/ |
D | Program.java | 329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture() method in Program.BaseProgramBuilder 330 addTexture(texType, "Tex" + mTextureCount); in addTexture() 343 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture() method in Program.BaseProgramBuilder
|
D | ProgramFragmentFixedFunction.java | 312 sb.addTexture(TextureType.TEXTURE_2D); in create()
|