Home
last modified time | relevance | path

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

/external/angle/src/tests/gl_tests/
DBPTCCompressedTextureTest.cpp87 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/
DYuvConverter.java184 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()
DVideoFrameDrawer.java32 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/
DContext_gles_1_0.cpp604 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()
DGLES1Renderer.h44 void drawTexture(Context *context,
DGLES1Renderer.cpp486 void GLES1Renderer::drawTexture(Context *context, in drawTexture() function in gl::GLES1Renderer
/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/skia/gm/
Dclockwise.cpp262 rtc->drawTexture(nullptr, in onDraw()
286 rtc->drawTexture(nullptr, in onDraw()
/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/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/
DGrSurfaceDrawContext.h257 void drawTexture(const GrClip*,
DSkGpuDevice_drawTexture.cpp392 rtc->drawTexture(clip, in draw_texture()
DGrSurfaceDrawContext.cpp652 void GrSurfaceDrawContext::drawTexture(const GrClip* clip, in drawTexture() function in GrSurfaceDrawContext
/external/skia/tests/
DGrMipMappedTest.cpp394 rtc->drawTexture(nullptr, in draw_mipmap_into_new_render_target()
DGrThreadSafeCacheTest.cpp189 sdc->drawTexture(nullptr, in addViewAccess()
/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
/external/angle/src/libANGLE/renderer/d3d/d3d11/
DRenderer11.cpp3547 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/
DSkGpuBlurUtils.cpp624 rescaledSDC->drawTexture(nullptr, in GaussianBlur()