/external/angle/src/tests/gl_tests/ |
D | BPTCCompressedTextureTest.cpp | 87 void drawTexture() in drawTexture() function in BPTCCompressedTextureTest 118 drawTexture(); in TEST_P() 140 drawTexture(); in TEST_P() 170 drawTexture(); in TEST_P() 189 drawTexture(); in TEST_P() 293 drawTexture(); in TEST_P() 308 drawTexture(); in TEST_P() 318 drawTexture(); in TEST_P() 345 drawTexture(); in TEST_P() 360 drawTexture(); in TEST_P() [all …]
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | YuvConverter.java | 184 VideoFrameDrawer.drawTexture(drawer, preparedBuffer, renderMatrix, frameWidth, frameHeight, in convert() 190 VideoFrameDrawer.drawTexture(drawer, preparedBuffer, renderMatrix, frameWidth, frameHeight, in convert() 196 VideoFrameDrawer.drawTexture(drawer, preparedBuffer, renderMatrix, frameWidth, frameHeight, in convert()
|
D | VideoFrameDrawer.java | 32 public static void drawTexture(RendererCommon.GlDrawer drawer, VideoFrame.TextureBuffer buffer, in drawTexture() method in VideoFrameDrawer 213 drawTexture(drawer, (VideoFrame.TextureBuffer) frame.getBuffer(), renderMatrix, renderWidth, in drawFrame()
|
/external/angle/src/libANGLE/ |
D | Context_gles_1_0.cpp | 604 mGLES1Renderer->drawTexture(this, &mState, x, y, z, width, height); in drawTexf() 609 mGLES1Renderer->drawTexture(this, &mState, coords[0], coords[1], coords[2], coords[3], in drawTexfv() 615 mGLES1Renderer->drawTexture(this, &mState, static_cast<GLfloat>(x), static_cast<GLfloat>(y), in drawTexi() 622 mGLES1Renderer->drawTexture(this, &mState, static_cast<GLfloat>(coords[0]), in drawTexiv() 629 mGLES1Renderer->drawTexture(this, &mState, static_cast<GLfloat>(x), static_cast<GLfloat>(y), in drawTexs() 636 mGLES1Renderer->drawTexture(this, &mState, static_cast<GLfloat>(coords[0]), in drawTexsv() 643 mGLES1Renderer->drawTexture(this, &mState, ConvertFixedToFloat(x), ConvertFixedToFloat(y), in drawTexx() 650 mGLES1Renderer->drawTexture(this, &mState, ConvertFixedToFloat(coords[0]), in drawTexxv()
|
D | GLES1Renderer.h | 44 void drawTexture(Context *context,
|
D | GLES1Renderer.cpp | 486 void GLES1Renderer::drawTexture(Context *context, in drawTexture() function in gl::GLES1Renderer
|
/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/skia/gm/ |
D | clockwise.cpp | 262 rtc->drawTexture(nullptr, in onDraw() 286 rtc->drawTexture(nullptr, in onDraw()
|
/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/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 | GrSurfaceDrawContext.h | 257 void drawTexture(const GrClip*,
|
D | SkGpuDevice_drawTexture.cpp | 392 rtc->drawTexture(clip, in draw_texture()
|
D | GrSurfaceDrawContext.cpp | 652 void GrSurfaceDrawContext::drawTexture(const GrClip* clip, in drawTexture() function in GrSurfaceDrawContext
|
/external/skia/tests/ |
D | GrMipMappedTest.cpp | 394 rtc->drawTexture(nullptr, in draw_mipmap_into_new_render_target()
|
D | GrThreadSafeCacheTest.cpp | 189 sdc->drawTexture(nullptr, in addViewAccess()
|
/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
|
/external/angle/src/libANGLE/renderer/d3d/d3d11/ |
D | Renderer11.cpp | 3547 const TextureHelper11 &drawTexture = drawRenderTarget11->getTexture(); in blitRenderbufferRect() local 3755 mDeviceContext->CopySubresourceRegion(drawTexture.get(), drawSubresource, dstX, dstY, 0, in blitRenderbufferRect() 3766 readSize, drawTexture, drawSubresource, drawArea, in blitRenderbufferRect() 3779 drawTexture, drawSubresource, drawArea, drawSize, in blitRenderbufferRect()
|
/external/skia/src/core/ |
D | SkGpuBlurUtils.cpp | 624 rescaledSDC->drawTexture(nullptr, in GaussianBlur()
|