Home
last modified time | relevance | path

Searched refs:srcHasMSAARenderBuffer (Results 1 – 6 of 6) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.h401 GrPixelConfig srcConfig, bool srcHasMSAARenderBuffer,
DGrGLCaps.cpp2121 GrPixelConfig srcConfig, bool srcHasMSAARenderBuffer, in canCopyTexSubImage() argument
2133 if (dstHasMSAARenderBuffer || srcHasMSAARenderBuffer) { in canCopyTexSubImage()
DGrGLGpu.cpp3171 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local
3178 srcHasMSAARenderBuffer, SkToBool(srcTex), srcIsGLTexture2D, in can_copy_texsubimage()
/external/skia/src/gpu/gl/
DGrGLCaps.h416 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer,
DGrGLCaps.cpp3129 GrGLFormat srcFormat, bool srcHasMSAARenderBuffer, in canCopyTexSubImage() argument
3140 if (dstHasMSAARenderBuffer || srcHasMSAARenderBuffer) { in canCopyTexSubImage()
DGrGLGpu.cpp3064 bool srcHasMSAARenderBuffer = srcRT ? rt_has_msaa_render_buffer(srcRT, caps) : false; in can_copy_texsubimage() local
3083 srcFormat, srcHasMSAARenderBuffer, srcTexTypePtr); in can_copy_texsubimage()