/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A 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...] |
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
H A 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()
|
H A D | GLES1Renderer.h | 134 void drawTexture(Context *context,
|
H A D | GLES1Renderer.cpp | 492 void GLES1Renderer::drawTexture(Context *context, in drawTexture() function in gl::GLES1Renderer
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
H A D | glcTextureCompatibilityTests.cpp | 128 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 D | glcTextureFilterAnisotropicTests.hpp | 73 bool drawTexture(const glw::Functions& gl, GLenum target, GLfloat anisoDegree);
|
H A D | glcTextureFilterAnisotropicTests.cpp | 493 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 D | clockwise.cpp | 280 sdc->drawTexture(nullptr, 304 sdc->drawTexture(nullptr,
|
/third_party/skia/src/gpu/v1/ |
H A D | SurfaceDrawContext_v1.h | 242 void drawTexture(const GrClip*, 258 * Variant of drawTexture that instead draws the texture applied to 'dstQuad' transformed by
|
H A D | Device_drawTexture.cpp | 319 * Checks whether the paint is compatible with using SurfaceDrawContext::drawTexture. It is more 395 sdc->drawTexture(clip, in draw_texture()
|
H A D | SurfaceDrawContext.cpp | 644 void SurfaceDrawContext::drawTexture(const GrClip* clip, in drawTexture() function in skgpu::v1::SurfaceDrawContext
|
/third_party/skia/tests/ |
H A D | GrMipMappedTest.cpp | 396 sdc->drawTexture(nullptr, in draw_mipmap_into_new_render_target()
|
H A D | GrThreadSafeCacheTest.cpp | 192 sdc->drawTexture(nullptr, in addViewAccess()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | Renderer11.cpp | 3558 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 D | SkGpuBlurUtils.cpp | 640 rescaledSDC->drawTexture(nullptr, in GaussianBlur()
|