/external/deqp/framework/randomshaders/ |
D | rsgProgramExecutor.hpp | 48 …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…
|
D | rsgProgramExecutor.cpp | 178 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/ |
D | glsShaderRenderCase.hpp | 95 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);
|
D | glsShaderRenderCase.cpp | 108 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
|
D | glsRandomShaderCase.cpp | 528 …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()
|
D | glsFboUtil.hpp | 319 void setTexture (glw::GLuint texName, const Texture& texCfg);
|
D | glsFboUtil.cpp | 668 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/ |
D | FadeDrawableComponent.java | 120 bitmap.setTexture(mTexture); in update() 149 public void setTexture(Texture texture) { in setTexture() method in FadeDrawableComponent
|
D | ScrollerComponent.java | 99 background.setTexture(mTexture); in update()
|
D | DebugSystem.java | 75 bitmap.setTexture(texture); in drawShape()
|
D | MotionBlurComponent.java | 97 stepImage.setTexture(record.texture); in update()
|
D | SpriteComponent.java | 116 bitmap.setTexture(currentFrame.texture); in update()
|
D | DrawableBitmap.java | 206 public void setTexture(Texture texture) { in setTexture() method in DrawableBitmap
|
D | HudSystem.java | 303 bitmap.setTexture(mFuelDrawable.getTexture()); in update() 456 bitmap.setTexture(mFadeTexture); in update()
|
/external/skia/src/gpu/gl/debug/ |
D | GrDebugGL.cpp | 142 void GrDebugGL::setTexture(GrTextureObj *texture) { in setTexture() function in GrDebugGL 143 fTextureUnits[fCurTextureUnit]->setTexture(texture); in setTexture()
|
D | GrTextureUnitObj.cpp | 12 void GrTextureUnitObj::setTexture(GrTextureObj *texture) { in setTexture() function in GrTextureUnitObj
|
D | GrTextureUnitObj.h | 33 void setTexture(GrTextureObj *texture);
|
D | GrDebugGL.h | 71 void setTexture(GrTextureObj *texture);
|
D | GrGLCreateDebugInterface.cpp | 71 GrDebugGL::getInstance()->setTexture(texture); in debugGLBindTexture() 244 pTU->setTexture(nullptr); in debugGLDeleteTextures()
|
/external/skia/src/gpu/ |
D | GrLayerCache.cpp | 224 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()
|
D | GrDrawTarget.cpp | 142 dstTexture->setTexture(rtTex); in setupDstReadIfNecessary() 182 dstTexture->setTexture(copy); in setupDstReadIfNecessary()
|
D | GrLayerCache.h | 201 void setTexture(GrTexture* texture, const SkIRect& rect, bool atlased) { in setTexture() function
|
D | GrLayerHoister.cpp | 318 layer->setTexture(filteredBitmap.getTexture(), newRect, false); in FilterLayer()
|
/external/skia/tests/ |
D | RecordReplaceDrawTest.cpp | 129 layer->setTexture(texture, SkIRect::MakeWH(kWidth, kHeight), false); in test_replacements()
|
/external/skia/include/gpu/ |
D | GrXferProcessor.h | 85 GrTexture* setTexture(GrTexture* texture) { in setTexture() function
|