Home
last modified time | relevance | path

Searched refs:dstTex (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DCopyTexImageTest.cpp375 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()
DOcclusionQueriesTest.cpp271 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()
DRobustResourceInitTest.cpp2256 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()
DTransformFeedbackTest.cpp752 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/
DteglImageTests.cpp525 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/
DGrGLGpu.cpp2876 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 …]
DGrGLCaps.cpp3495 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/
DGrVkGpu.cpp706 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/
DGrMtlGpu.mm1218 id<MTLTexture> GR_NORETAIN dstTex = dstAttachment->mtlTexture();
1234 toTexture: dstTex