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

/frameworks/base/rs/java/android/renderscript/
H A DProgram.java329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { method in class:Program.BaseProgramBuilder
330 addTexture(texType, "Tex" + mTextureCount);
343 public BaseProgramBuilder addTexture(TextureType texType, String texName) method in class:Program.BaseProgramBuilder
H A DProgramFragmentFixedFunction.java312 sb.addTexture(TextureType.TEXTURE_2D);
/frameworks/base/libs/hwui/
H A DPathCache.cpp270 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath* path, function in class:android::uirenderer::PathCache
366 texture = addTexture(entry, path, paint);
453 texture = addTexture(entry, &path, paint);
473 texture = addTexture(entry, &path, paint);
496 texture = addTexture(entry, &path, paint);
519 texture = addTexture(entry, &path, paint);
552 texture = addTexture(entry, &path, paint);
H A DPathCache.h219 PathTexture* addTexture(const PathDescription& entry, const SkPath* path, const SkPaint* paint);

Completed in 83 milliseconds