Home
last modified time | relevance | path

Searched refs:drawTexture (Results 1 – 16 of 16) sorted by relevance

/external/skia/gm/
Dclockwise.cpp161 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()), in onDraw()
178 rtc->drawTexture(GrNoClip(), sk_ref_sp(topLeftRTC->asTextureProxy()), in onDraw()
Dsamplelocations.cpp261 rtc->drawTexture( in onDraw()
/external/skqp/gm/
Dclockwise.cpp164 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/
DglcTextureFilterAnisotropicTests.hpp73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree);
DglcTextureFilterAnisotropicTests.cpp495 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/
DGrSurfaceTest.cpp474 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/
DGrSurfaceTest.cpp468 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/
DGrRenderTargetContext.h154 void drawTexture(const GrClip& clip, sk_sp<GrTextureProxy>, GrSamplerState::Filter,
DSkGpuDevice_drawTexture.cpp138 rtc->drawTexture(clip, std::move(proxy), filter, color, srcRect, dstRect, aaFlags, constraint, in draw_texture()
DGrRenderTargetContext.cpp943 void GrRenderTargetContext::drawTexture(const GrClip& clip, sk_sp<GrTextureProxy> proxy, in drawTexture() function in GrRenderTargetContext
/external/skia/src/gpu/
DGrRenderTargetContext.h178 void drawTexture(const GrClip& clip, sk_sp<GrTextureProxy>, GrSamplerState::Filter,
DSkGpuDevice_drawTexture.cpp228 rtc->drawTexture(clip, std::move(proxy), filter, paint.getBlendMode(), color, srcRect, in draw_texture()
DGrRenderTargetContext.cpp971 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/
DContext.h493 void drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height);
DlibGLES_CM.cpp4651 context->drawTexture((GLfloat)x, (GLfloat)y, (GLfloat)z, (GLfloat)width, (GLfloat)height); in DrawTexiOES()
4688 context->drawTexture(x, y, z, width, height); in DrawTexfOES()
DContext.cpp2802 void Context::drawTexture(GLfloat x, GLfloat y, GLfloat z, GLfloat width, GLfloat height) in drawTexture() function in es1::Context