Searched refs:dstTex (Results 1 – 9 of 9) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
D | CopyTexImageTest.cpp | 375 GLTexture dstTex; in TEST_P() local 376 glBindTexture(GL_TEXTURE_2D, dstTex); in TEST_P() 398 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dstTex, 0); in TEST_P() 538 GLTexture dstTex; in TEST_P() local 539 glBindTexture(GL_TEXTURE_2D, dstTex); in TEST_P() 558 glFramebufferTexture2D(GL_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dstTex, 0); in TEST_P()
|
D | OcclusionQueriesTest.cpp | 271 GLTexture dstTex; in TEST_P() local 272 glBindTexture(GL_TEXTURE_2D, dstTex); in TEST_P() 274 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dstTex, 0); in TEST_P()
|
D | RobustResourceInitTest.cpp | 2256 GLTexture dstTex; in TEST_P() local 2257 glBindTexture(GL_TEXTURE_CUBE_MAP, dstTex); in TEST_P() 2269 dstTex, 0); in TEST_P() 2277 dstTex, 0); in TEST_P()
|
D | TransformFeedbackTest.cpp | 752 GLTexture dstTex; in TEST_P() local 753 glBindTexture(GL_TEXTURE_2D, dstTex); in TEST_P() 755 glFramebufferTexture2D(GL_DRAW_FRAMEBUFFER, GL_COLOR_ATTACHMENT0, GL_TEXTURE_2D, dstTex, 0); in TEST_P()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglImageTests.cpp | 525 deUint32 dstTex = 2; in iterate() local 526 GLU_CHECK_CALL(glBindTexture(GL_TEXTURE_2D, dstTex)); in iterate() 528 GLU_CHECK_CALL(glDeleteTextures(1, &dstTex)); in iterate()
|
/third_party/skia/src/gpu/gl/ |
D | GrGLGpu.cpp | 2876 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_blit_framebuffer_for_copy_surface() local 2883 if (dstTex) { in can_blit_framebuffer_for_copy_surface() 2884 dstTexType = dstTex->textureType(); in can_blit_framebuffer_for_copy_surface() 2910 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_copy_texsubimage() local 2923 if (dstTex) { in can_copy_texsubimage() 2924 dstTexType = dstTex->textureType(); in can_copy_texsubimage() 3334 auto* dstTex = static_cast<GrGLTexture*>(src->asTexture()); in copySurfaceAsDraw() local 3335 SkASSERT(dstTex); in copySurfaceAsDraw() 3337 if (!this->glCaps().isFormatRenderable(dstTex->format(), 1)) { in copySurfaceAsDraw() 3406 GrGLTexture* dstTex = static_cast<GrGLTexture *>(dst->asTexture()); in copySurfaceAsCopyTexSubImage() local [all …]
|
D | GrGLCaps.cpp | 3495 const GrTextureProxy* dstTex = dst->asTextureProxy(); in onCanCopySurface() local 3502 if (dstTex) { in onCanCopySurface() 3503 dstTexType = dstTex->textureType(); in onCanCopySurface()
|
/third_party/skia/src/gpu/vk/ |
D | GrVkGpu.cpp | 706 GrTexture* dstTex = dst->asTexture(); in resolveImage() local 707 if (dstTex) { in resolveImage() 708 dstImage = static_cast<GrVkTexture*>(dstTex)->textureImage(); in resolveImage()
|
/third_party/skia/src/gpu/mtl/ |
D | GrMtlGpu.mm | 1218 id<MTLTexture> GR_NORETAIN dstTex = dstAttachment->mtlTexture(); 1234 toTexture: dstTex
|