Home
last modified time | relevance | path

Searched defs:addTexture (Results 1 – 2 of 2) sorted by relevance

/frameworks/base/rs/java/android/renderscript/
DProgram.java329 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture() method in Program.BaseProgramBuilder
343 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture() method in Program.BaseProgramBuilder
/frameworks/base/libs/hwui/
DPathCache.cpp270 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath* path, in addTexture() function in android::uirenderer::PathCache