Home
last modified time | relevance | path

Searched defs:setTexture (Results 1 – 8 of 8) sorted by relevance

/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/scenegraph/
DTextureRenderTarget.java40 public void setTexture(Allocation tex) { in setTexture() method in TextureRenderTarget
DTextureParam.java48 public void setTexture(TextureBase t) { in setTexture() method in TextureParam
DTexture2D.java67 public void setTexture(Allocation tex) { in setTexture() method in Texture2D
DTextureCube.java68 public void setTexture(Allocation tex) { in setTexture() method in TextureCube
/frameworks/native/services/surfaceflinger/RenderEngine/
DDescription.cpp62 void Description::setTexture(const Texture& texture) { in setTexture() function in android::Description
/frameworks/base/rs/java/android/renderscript/
DProgramVertexFixedFunction.java285 public void setTexture(Matrix4f m) { in setTexture() method in ProgramVertexFixedFunction.Constants
DProgramFragmentFixedFunction.java251 public Builder setTexture(EnvMode env, Format fmt, int slot) in setTexture() method in ProgramFragmentFixedFunction.Builder
DMesh.java692 public TriangleMeshBuilder setTexture(float s, float t) { in setTexture() method in Mesh.TriangleMeshBuilder