Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/debug/
DGrTextureUnitObj.cpp12 void GrTextureUnitObj::setTexture(GrTextureObj *texture) { in setTexture() function in GrTextureUnitObj
DGrDebugGL.cpp142 void GrDebugGL::setTexture(GrTextureObj *texture) { in setTexture() function in GrDebugGL
/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/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/skia/include/gpu/
DGrXferProcessor.h85 GrTexture* setTexture(GrTexture* texture) { in setTexture() function
/external/skia/src/gpu/
DGrLayerCache.h201 void setTexture(GrTexture* texture, const SkIRect& rect, bool atlased) { in setTexture() function
/external/mesa3d/src/gallium/drivers/nv50/codegen/
Dnv50_ir.h782 inline void setTexture(Target targ, uint8_t r, uint8_t s) in setTexture() function