Searched refs:dstTex (Results 1 - 8 of 8) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A 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()
|
H A 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()
|
H A 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()
|
H A D | TransformFeedbackTest.cpp | 752 GLTexture dstTex; in TEST_P() 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/ |
H A 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/ |
H A D | GrGLGpu.cpp | 2887 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_blit_framebuffer_for_copy_surface() local 2894 if (dstTex) { in can_blit_framebuffer_for_copy_surface() 2895 dstTexType = dstTex->textureType(); in can_blit_framebuffer_for_copy_surface() 2921 const GrGLTexture* dstTex = static_cast<const GrGLTexture*>(dst->asTexture()); in can_copy_texsubimage() local 2934 if (dstTex) { in can_copy_texsubimage() 2935 dstTexType = dstTex->textureType(); in can_copy_texsubimage() 3345 auto* dstTex = static_cast<GrGLTexture*>(src->asTexture()); in copySurfaceAsDraw() local 3346 SkASSERT(dstTex); in copySurfaceAsDraw() 3348 if (!this->glCaps().isFormatRenderable(dstTex->format(), 1)) { in copySurfaceAsDraw() 3417 GrGLTexture* dstTex in copySurfaceAsCopyTexSubImage() local [all...] |
H A 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/ |
H A D | GrVkGpu.cpp | 721 GrTexture* dstTex = dst->asTexture(); in resolveImage() local 722 if (dstTex) { in resolveImage() 723 dstImage = static_cast<GrVkTexture*>(dstTex)->textureImage(); in resolveImage()
|
Completed in 30 milliseconds