Home
last modified time | relevance | path

Searched refs:srcTexType (Results 1 – 4 of 4) sorted by relevance

/third_party/flutter/skia/src/gpu/gl/
DGrGLGpu.cpp3037 GrTextureType srcTexType; in can_blit_framebuffer_for_copy_surface() local
3044 srcTexType = srcTex->texturePriv().textureType(); in can_blit_framebuffer_for_copy_surface()
3045 srcTexTypePtr = &srcTexType; in can_blit_framebuffer_for_copy_surface()
3077 GrTextureType srcTexType; in can_copy_texsubimage() local
3084 srcTexType = srcTex->texturePriv().textureType(); in can_copy_texsubimage()
3085 srcTexTypePtr = &srcTexType; in can_copy_texsubimage()
DGrGLCaps.cpp3043 GrTextureType srcTexType; in onCanCopySurface() local
3050 srcTexType = srcTex->textureType(); in onCanCopySurface()
3051 srcTexTypePtr = &srcTexType; in onCanCopySurface()
/third_party/skia/src/gpu/gl/
DGrGLGpu.cpp2881 GrTextureType srcTexType; in can_blit_framebuffer_for_copy_surface() local
2888 srcTexType = srcTex->textureType(); in can_blit_framebuffer_for_copy_surface()
2889 srcTexTypePtr = &srcTexType; in can_blit_framebuffer_for_copy_surface()
2921 GrTextureType srcTexType; in can_copy_texsubimage() local
2928 srcTexType = srcTex->textureType(); in can_copy_texsubimage()
2929 srcTexTypePtr = &srcTexType; in can_copy_texsubimage()
DGrGLCaps.cpp3445 GrTextureType srcTexType; in onCanCopySurface() local
3452 srcTexType = srcTex->textureType(); in onCanCopySurface()
3453 srcTexTypePtr = &srcTexType; in onCanCopySurface()