Home
last modified time | relevance | path

Searched refs:drawTexture (Results 1 - 15 of 15) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A 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...]
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A 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()
H A DGLES1Renderer.h134 void drawTexture(Context *context,
H A DGLES1Renderer.cpp492 void GLES1Renderer::drawTexture(Context *context, in drawTexture() function in gl::GLES1Renderer
/third_party/vk-gl-cts/external/openglcts/modules/common/
H A DglcTextureCompatibilityTests.cpp128 void drawTexture (void);
241 drawTexture(); in iterate()
267 drawTexture(); in iterate()
315 void SubImageFormatTest::drawTexture(void) in drawTexture() function in glcts::__anon27587::SubImageFormatTest
H A DglcTextureFilterAnisotropicTests.hpp73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree);
H A DglcTextureFilterAnisotropicTests.cpp493 result = result && drawTexture(gl, target, aniso); in iterate()
608 bool TextureFilterAnisotropicDrawingTestCase::drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree) in drawTexture() function in glcts::TextureFilterAnisotropicDrawingTestCase
/third_party/skia/gm/
H A Dclockwise.cpp280 sdc->drawTexture(nullptr,
304 sdc->drawTexture(nullptr,
/third_party/skia/src/gpu/v1/
H A DSurfaceDrawContext_v1.h242 void drawTexture(const GrClip*,
258 * Variant of drawTexture that instead draws the texture applied to 'dstQuad' transformed by
H A DDevice_drawTexture.cpp319 * Checks whether the paint is compatible with using SurfaceDrawContext::drawTexture. It is more
395 sdc->drawTexture(clip, in draw_texture()
H A DSurfaceDrawContext.cpp644 void SurfaceDrawContext::drawTexture(const GrClip* clip, in drawTexture() function in skgpu::v1::SurfaceDrawContext
/third_party/skia/tests/
H A DGrMipMappedTest.cpp396 sdc->drawTexture(nullptr, in draw_mipmap_into_new_render_target()
H A DGrThreadSafeCacheTest.cpp192 sdc->drawTexture(nullptr, in addViewAccess()
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
H A DRenderer11.cpp3558 const TextureHelper11 &drawTexture = drawRenderTarget11->getTexture(); in blitRenderbufferRect() local
3766 mDeviceContext->CopySubresourceRegion(drawTexture.get(), drawSubresource, dstX, dstY, 0, in blitRenderbufferRect()
3777 readSize, drawTexture, drawSubresource, drawArea, in blitRenderbufferRect()
3790 drawTexture, drawSubresource, drawArea, drawSize, in blitRenderbufferRect()
/third_party/skia/src/core/
H A DSkGpuBlurUtils.cpp640 rescaledSDC->drawTexture(nullptr, in GaussianBlur()

Completed in 26 milliseconds