Searched refs:setTexture (Results 1 – 11 of 11) sorted by relevance
/external/skia/gpu/include/ |
D | GrPaint.h | 49 void setTexture(int i, GrTexture* texture) { in setTexture() function 235 this->setTexture(i, NULL); in resetTextures()
|
D | GrDrawTarget.h | 227 void setTexture(int stage, GrTexture* texture);
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCVideoLayerImpl.h | 56 void setTexture(size_t, VideoLayerChromium::Texture);
|
D | CCVideoLayerImpl.cpp | 72 void CCVideoLayerImpl::setTexture(size_t i, VideoLayerChromium::Texture texture) in setTexture() function in WebCore::CCVideoLayerImpl
|
/external/skia/gpu/src/ |
D | GrContext.cpp | 243 fGpu->setTexture(0, clampEntry->texture()); in createAndLockTexture() 600 target->setTexture(kOffscreenStage, src); in offscreenAAPass2() 635 target->setTexture(kOffscreenStage, src); in offscreenAAPass2() 1318 fGpu->setTexture(0, texture); in writePixels() 1342 target->setTexture(s, paint.getTexture(i)); in SetPaint() 1350 target->setTexture(s, paint.getMask(i)); in SetPaint()
|
D | GrTextContext.cpp | 51 fDrawTarget->setTexture(kGlyphMaskStage, fCurrTexture); in flushGlyphs()
|
D | GrDrawTarget.cpp | 307 void GrDrawTarget::setTexture(int stage, GrTexture* tex) { in setTexture() function in GrDrawTarget
|
/external/skia/src/gpu/ |
D | SkGpuDevice.cpp | 326 paint->setTexture(kBitmapTextureIdx, fTexture); in bindDeviceAsTexture() 381 grPaint->setTexture(kShaderTextureIdx, NULL); in skPaint2GrPaintNoShader() 453 grPaint->setTexture(kShaderTextureIdx, texture); in skPaint2GrPaintShader() 1010 grPaint->setTexture(kShaderTextureIdx, texture); in internalDrawBitmap() 1070 grPaint.setTexture(kBitmapTextureIdx, texture); in drawSprite()
|
/external/collada/include/1.4/dom/ |
D | domCommon_color_or_texture_type.h | 181 …void setTexture( xsNCName atTexture ) { *(daeStringRef*)&attrTexture = atTexture; _validAttributeA… in setTexture() function
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | VideoLayerChromium.cpp | 168 videoLayer->setTexture(i, m_textures[i]); in pushPropertiesTo()
|
/external/webkit/Source/WebCore/ |
D | ChangeLog | 37110 (WebCore::CCVideoLayerImpl::setTexture):
|