/external/skia/gm/ |
D | clockwise.cpp | 161 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()), in onDraw() 178 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()), in onDraw()
|
D | samplelocations.cpp | 261 rtc->drawTexture( in onDraw()
|
/external/skqp/gm/ |
D | clockwise.cpp | 164 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()), in onDraw() 180 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()), in onDraw()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcTextureFilterAnisotropicTests.hpp | 73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree);
|
D | glcTextureFilterAnisotropicTests.cpp | 495 result = result && drawTexture(gl, target, aniso); in iterate() 610 bool TextureFilterAnisotropicDrawingTestCase::drawTexture(const glw::Functions& gl, GLenum target, … in drawTexture() function in glcts::TextureFilterAnisotropicDrawingTestCase
|
/external/skqp/tests/ |
D | GrSurfaceTest.cpp | 474 rtc->drawTexture(GrNoClip(), proxy, GrSamplerState::Filter::kNearest, SkPMColor4f(), in DEF_GPUTEST() 487 rtc->drawTexture(GrNoClip(), std::move(proxy), GrSamplerState::Filter::kNearest, in DEF_GPUTEST() 506 rtc->drawTexture(GrNoClip(), std::move(proxy), GrSamplerState::Filter::kNearest, in DEF_GPUTEST() 556 rtc->drawTexture(GrNoClip(), proxy, GrSamplerState::Filter::kNearest, in DEF_GPUTEST()
|
/external/skia/tests/ |
D | GrSurfaceTest.cpp | 468 rtc->drawTexture(GrNoClip(), proxy, GrSamplerState::Filter::kNearest, in DEF_GPUTEST() 481 rtc->drawTexture(GrNoClip(), std::move(proxy), GrSamplerState::Filter::kNearest, in DEF_GPUTEST() 500 rtc->drawTexture(GrNoClip(), std::move(proxy), GrSamplerState::Filter::kNearest, in DEF_GPUTEST() 548 rtc->drawTexture( in DEF_GPUTEST()
|
/external/skqp/src/gpu/ |
D | GrRenderTargetContext.h | 154 void drawTexture(const GrClip& clip, sk_sp<GrTextureProxy>, GrSamplerState::Filter,
|
D | SkGpuDevice_drawTexture.cpp | 138 rtc->drawTexture(clip, std::move(proxy), filter, color, srcRect, dstRect, aaFlags, constraint, in draw_texture()
|
D | GrRenderTargetContext.cpp | 943 void GrRenderTargetContext::drawTexture(const GrClip& clip, sk_sp<GrTextureProxy> proxy, in drawTexture() function in GrRenderTargetContext
|
/external/skia/src/gpu/ |
D | GrRenderTargetContext.h | 178 void drawTexture(const GrClip& clip, sk_sp<GrTextureProxy>, GrSamplerState::Filter,
|
D | SkGpuDevice_drawTexture.cpp | 228 rtc->drawTexture(clip, std::move(proxy), filter, paint.getBlendMode(), color, srcRect, in draw_texture()
|
D | GrRenderTargetContext.cpp | 971 void GrRenderTargetContext::drawTexture(const GrClip& clip, sk_sp<GrTextureProxy> proxy, in drawTexture() function in GrRenderTargetContext 1082 this->drawTexture(clip, set[i].fProxy, filter, mode, {alpha, alpha, alpha, alpha}, in drawTextureSet()
|
/external/swiftshader/src/OpenGL/libGLES_CM/ |
D | Context.h | 493 void drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
|
D | libGLES_CM.cpp | 4651 context->drawTexture((GLfloat)x, (GLfloat)y, (GLfloat)z, (GLfloat)width, (GLfloat)height); in DrawTexiOES() 4688 context->drawTexture(x, y, z, width, height); in DrawTexfOES()
|
D | Context.cpp | 2802 void Context::drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in drawTexture() function in es1::Context
|