Home
last modified time | relevance | path

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

/external/replicaisland/src/com/replica/replicaisland/
DFadeDrawableComponent.java149 public void setTexture(Texture texture) { in setTexture() method in FadeDrawableComponent
DDrawableBitmap.java206 public void setTexture(Texture texture) { in setTexture() method in DrawableBitmap
/external/deqp/framework/randomshaders/
DrsgProgramExecutor.cpp178 void ProgramExecutor::setTexture (int samplerNdx, const tcu::Texture2D* texture, const tcu::Sampler… in setTexture() function in rsg::ProgramExecutor
183 void ProgramExecutor::setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampl… in setTexture() function in rsg::ProgramExecutor
/external/deqp/external/openglcts/modules/common/
DglcShaderRenderCase.cpp112 void TextureBinding::setTexture(const glu::Texture2D* tex2D) in setTexture() function in deqp::TextureBinding
118 void TextureBinding::setTexture(const glu::TextureCube* texCube) in setTexture() function in deqp::TextureBinding
124 void TextureBinding::setTexture(const glu::Texture2DArray* tex2DArray) in setTexture() function in deqp::TextureBinding
130 void TextureBinding::setTexture(const glu::Texture3D* tex3D) in setTexture() function in deqp::TextureBinding
/external/deqp/modules/glshared/
DglsShaderRenderCase.cpp108 void TextureBinding::setTexture (const glu::Texture2D* tex2D) in setTexture() function in deqp::gls::TextureBinding
114 void TextureBinding::setTexture (const glu::TextureCube* texCube) in setTexture() function in deqp::gls::TextureBinding
120 void TextureBinding::setTexture (const glu::Texture2DArray* tex2DArray) in setTexture() function in deqp::gls::TextureBinding
126 void TextureBinding::setTexture (const glu::Texture3D* tex3D) in setTexture() function in deqp::gls::TextureBinding
DglsFboUtil.cpp668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) in setTexture() function in deqp::gls::FboUtil::Framebuffer
/external/swiftshader/src/D3D8/
DDirect3DStateBlock8.cpp364 void Direct3DStateBlock8::setTexture(unsigned long stage, Direct3DBaseTexture8 *texture) in setTexture() function in D3D8::Direct3DStateBlock8
/external/swiftshader/src/D3D9/
DDirect3DStateBlock9.cpp745 void Direct3DStateBlock9::setTexture(unsigned long index, Direct3DBaseTexture9 *texture) in setTexture() function in D3D9::Direct3DStateBlock9
/external/mesa3d/src/gallium/drivers/nouveau/codegen/
Dnv50_ir.h1000 inline void setTexture(Target targ, uint8_t r, uint8_t s) in setTexture() function