Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLCaps.h260 bool bgraIsInternalFormat() const;
DGrGLCaps.cpp1155 bool GrGLCaps::bgraIsInternalFormat() const { in bgraIsInternalFormat() function in GrGLCaps
1712 if (useSizedTexFormats && this->bgraIsInternalFormat()) { in initConfigTable()
DGrGLGpu.cpp773 this->glCaps().bgraIsInternalFormat()) { in onGetWritePixelsInfo()
3188 if (kGLES_GrGLStandard == gpu->glStandard() && gpu->glCaps().bgraIsInternalFormat() && in can_copy_texsubimage()
3296 if (kGLES_GrGLStandard == this->glStandard() && this->glCaps().bgraIsInternalFormat() && in initCopySurfaceDstDesc()