Home
last modified time | relevance | path

Searched refs:srcTexTypePtr (Results 1 - 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
H A DGrGLGpu.cpp2893 GrTextureType* srcTexTypePtr = nullptr; in can_blit_framebuffer_for_copy_surface() local
2900 srcTexTypePtr = &srcTexType; in can_blit_framebuffer_for_copy_surface()
2904 srcFormat, srcSampleCnt, srcTexTypePtr, in can_blit_framebuffer_for_copy_surface()
2933 GrTextureType* srcTexTypePtr = nullptr; in can_copy_texsubimage() local
2940 srcTexTypePtr = &srcTexType; in can_copy_texsubimage()
2944 srcFormat, srcHasMSAARenderBuffer, srcTexTypePtr); in can_copy_texsubimage()
H A DGrGLCaps.cpp3501 GrTextureType* srcTexTypePtr = nullptr; in onCanCopySurface() local
3508 srcTexTypePtr = &srcTexType; in onCanCopySurface()
3514 srcFormat, has_msaa_render_buffer(src, *this), srcTexTypePtr) || in onCanCopySurface()
3516 srcTexTypePtr, src->getBoundsRect(), src->priv().isExact(), srcRect, in onCanCopySurface()

Completed in 13 milliseconds