Home
last modified time | relevance | path

Searched refs:addTexture (Results 1 – 4 of 4) sorted by relevance

/frameworks/base/libs/hwui/
DPathCache.cpp274 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture() function in android::uirenderer::PathCache
372 texture = addTexture(entry, path, paint); in get()
459 texture = addTexture(entry, &path, paint); in getRoundRect()
479 texture = addTexture(entry, &path, paint); in getCircle()
502 texture = addTexture(entry, &path, paint); in getOval()
525 texture = addTexture(entry, &path, paint); in getRect()
558 texture = addTexture(entry, &path, paint); in getArc()
DPathCache.h237 PathTexture* addTexture(const PathDescription& entry,
/frameworks/base/rs/java/android/renderscript/
DProgram.java329 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
DProgramFragmentFixedFunction.java312 sb.addTexture(TextureType.TEXTURE_2D); in create()