Home
last modified time | relevance | path

Searched defs:destTexture (Results 1 – 8 of 8) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DWebGLReadOutsideFramebufferTest.cpp151 GLTexture destTexture; in TestCopyTexSubImage2D() local
163 GLTexture destTexture; in TestCopyTexSubImageCube() local
176 GLTexture destTexture; in TestCopyTexSubImage3D() local
188 GLTexture destTexture; in TestCopyTexImage2D() local
200 GLTexture destTexture; in TestCopyTexImageCube() local
DCopyTextureTest.cpp80 GLTexture destTexture; in testGradientDownsampleUniqueValues() local
1855 GLTexture destTexture; in TEST_P() local
1875 GLTexture destTexture; in TEST_P() local
1992 GLTexture destTexture; in TEST_P() local
2122 GLTexture destTexture; in TEST_P() local
2221 GLTexture destTexture; in TEST_P() local
2360 GLTexture destTexture; in TEST_P() local
DCopyTexture3DTest.cpp288 GLTexture destTexture; member in angle::CopyTexture3DTest
DRobustResourceInitTest.cpp1712 GLTexture destTexture; in TEST_P() local
1819 GLTexture destTexture; in TEST_P() local
2181 GLTexture destTexture; in TEST_P() local
DTextureTest.cpp4685 GLTexture destTexture; in TEST_P() local
4744 GLTexture destTexture; in TEST_P() local
4775 GLTexture destTexture; in TEST_P() local
4830 GLTexture destTexture; in TEST_P() local
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DBlitGL.cpp399 const GLuint destTexture, in blitColorBufferWithShader()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext.cpp5174 gl::Texture *destTexture = getTexture(destId); in copyTexture() local
5205 gl::Texture *destTexture = getTexture(destId); in copySubTexture() local
5228 Texture *destTexture = getTexture(destId); in copyTexture3D() local
5262 Texture *destTexture = getTexture(destId); in copySubTexture3D() local
5276 gl::Texture *destTexture = getTexture(destId); in compressedCopyTexture() local
/third_party/skia/third_party/externals/dawn/src/tests/unittests/validation/
DCopyCommandsValidationTests.cpp94 wgpu::Texture destTexture, in TestB2TCopy()