Home
last modified time | relevance | path

Searched refs:srcIsGLTexture2D (Results 1 – 3 of 3) sorted by relevance

/external/skqp/src/gpu/gl/
DGrGLCaps.h402 bool srcIsTextureable, bool srcIsGLTexture2D,
408 bool srcIsTextureable, bool srcIsGLTexture2D,
DGrGLCaps.cpp2122 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyTexSubImage() argument
2146 (!srcIsTextureable || srcIsGLTexture2D) && in canCopyTexSubImage()
2159 bool srcIsTextureable, bool srcIsGLTexture2D, in canCopyAsBlit() argument
2171 if (srcIsTextureable && !srcIsGLTexture2D) { in canCopyAsBlit()
DGrGLGpu.cpp3146 bool srcIsGLTexture2D = srcTex ? GR_GL_TEXTURE_2D == srcTex->target() : false; in can_blit_framebuffer_for_copy_surface() local
3150 srcIsGLTexture2D, srcOrigin, src->getBoundsRect(), srcRect, dstPoint); in can_blit_framebuffer_for_copy_surface()
3174 bool srcIsGLTexture2D = srcTex ? GR_GL_TEXTURE_2D == srcTex->target() : false; in can_copy_texsubimage() local
3178 srcHasMSAARenderBuffer, SkToBool(srcTex), srcIsGLTexture2D, in can_copy_texsubimage()