Home
last modified time | relevance | path

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

/frameworks/base/rs/java/android/renderscript/
DProgram.java328 public BaseProgramBuilder addTexture(TextureType texType) throws IllegalArgumentException { in addTexture() method in Program.BaseProgramBuilder
342 public BaseProgramBuilder addTexture(TextureType texType, String texName) in addTexture() method in Program.BaseProgramBuilder
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DFragmentShader.java72 public Builder addTexture(Program.TextureType texType, String name) { in addTexture() method in FragmentShader.Builder
/frameworks/base/libs/hwui/
DPathCache.cpp256 PathTexture* PathCache::addTexture(const PathDescription& entry, const SkPath *path, in addTexture() function in android::uirenderer::PathCache