Home
last modified time | relevance | path

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

/frameworks/base/libs/hwui/
DPathCache.cpp270 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()
DPathCache.h237 PathTexture* addTexture(const PathDescription& entry,
239 PathTexture* addTexture(const PathDescription& entry, SkBitmap* bitmap);
/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()