Home
last modified time | relevance | path

Searched refs:setTexture (Results 1 – 25 of 31) sorted by relevance

12

/external/deqp/framework/randomshaders/
DrsgProgramExecutor.hpp48 …void setTexture (int samplerNdx, const tcu::Texture2D* texture, const tcu::Sampler& sample…
49 …void setTexture (int samplerNdx, const tcu::TextureCube* texture, const tcu::Sampler& samp…
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.hpp95 void setTexture (const glu::Texture2D* tex2D);
96 void setTexture (const glu::TextureCube* texCube);
97 void setTexture (const glu::Texture2DArray* tex2DArray);
98 void setTexture (const glu::Texture3D* tex3D);
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
DglsRandomShaderCase.cpp528 …executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_… in iterate()
540 …executor.setTexture(unitNdx, &texture->getRefTexture(), glu::mapGLSampler(TEXTURE_WRAP_S, TEXTURE_… in iterate()
DglsFboUtil.hpp319 void setTexture (glw::GLuint texName, const Texture& texCfg);
DglsFboUtil.cpp668 void Framebuffer::setTexture (glw::GLuint texName, const Texture& texCfg) in setTexture() function in deqp::gls::FboUtil::Framebuffer
976 setTexture(texName, texCfg); in glCreateTexture()
/external/replicaisland/src/com/replica/replicaisland/
DFadeDrawableComponent.java120 bitmap.setTexture(mTexture); in update()
149 public void setTexture(Texture texture) { in setTexture() method in FadeDrawableComponent
DScrollerComponent.java99 background.setTexture(mTexture); in update()
DDebugSystem.java75 bitmap.setTexture(texture); in drawShape()
DMotionBlurComponent.java97 stepImage.setTexture(record.texture); in update()
DSpriteComponent.java116 bitmap.setTexture(currentFrame.texture); in update()
DDrawableBitmap.java206 public void setTexture(Texture texture) { in setTexture() method in DrawableBitmap
DHudSystem.java303 bitmap.setTexture(mFuelDrawable.getTexture()); in update()
456 bitmap.setTexture(mFadeTexture); in update()
/external/skia/src/gpu/gl/debug/
DGrDebugGL.cpp142 void GrDebugGL::setTexture(GrTextureObj *texture) { in setTexture() function in GrDebugGL
143 fTextureUnits[fCurTextureUnit]->setTexture(texture); in setTexture()
DGrTextureUnitObj.cpp12 void GrTextureUnitObj::setTexture(GrTextureObj *texture) { in setTexture() function in GrTextureUnitObj
DGrTextureUnitObj.h33 void setTexture(GrTextureObj *texture);
DGrDebugGL.h71 void setTexture(GrTextureObj *texture);
DGrGLCreateDebugInterface.cpp71 GrDebugGL::getInstance()->setTexture(texture); in debugGLBindTexture()
244 pTU->setTexture(nullptr); in debugGLDeleteTextures()
/external/skia/src/gpu/
DGrLayerCache.cpp224 layer->setTexture(fAtlas->getTexture(), bounds, true); in tryToAtlas()
267 layer->setTexture(tex, SkIRect::MakeWH(desc.fWidth, desc.fHeight), false); in lock()
306 layer->setTexture(nullptr, SkIRect::MakeEmpty(), false); in unlock()
310 layer->setTexture(nullptr, SkIRect::MakeEmpty(), false); in unlock()
DGrDrawTarget.cpp142 dstTexture->setTexture(rtTex); in setupDstReadIfNecessary()
182 dstTexture->setTexture(copy); in setupDstReadIfNecessary()
DGrLayerCache.h201 void setTexture(GrTexture* texture, const SkIRect& rect, bool atlased) { in setTexture() function
DGrLayerHoister.cpp318 layer->setTexture(filteredBitmap.getTexture(), newRect, false); in FilterLayer()
/external/skia/tests/
DRecordReplaceDrawTest.cpp129 layer->setTexture(texture, SkIRect::MakeWH(kWidth, kHeight), false); in test_replacements()
/external/skia/include/gpu/
DGrXferProcessor.h85 GrTexture* setTexture(GrTexture* texture) { in setTexture() function

12