Lines Matching refs:surfaceFormat
1230 void GrGLCaps::getTexImageExternalFormatAndType(GrGLFormat surfaceFormat, GrGLenum* externalFormat, in getTexImageExternalFormatAndType() argument
1232 const auto& info = this->getFormatInfo(surfaceFormat); in getTexImageExternalFormatAndType()
1247 void GrGLCaps::getTexSubImageExternalFormatAndType(GrGLFormat surfaceFormat, in getTexSubImageExternalFormatAndType() argument
1252 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType, in getTexSubImageExternalFormatAndType()
1256 void GrGLCaps::getReadPixelsFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getReadPixelsFormat() argument
1259 this->getExternalFormat(surfaceFormat, surfaceColorType, memoryColorType, in getReadPixelsFormat()
1263 void GrGLCaps::getExternalFormat(GrGLFormat surfaceFormat, GrColorType surfaceColorType, in getExternalFormat() argument
1267 *externalFormat = this->getFormatInfo(surfaceFormat).externalFormat( in getExternalFormat()
1269 *externalType = this->getFormatInfo(surfaceFormat).externalType( in getExternalFormat()
4245 const GrBackendFormat& surfaceFormat, in supportedWritePixelsColorType() argument
4250 const auto& formatInfo = this->getFormatInfo(surfaceFormat.asGLFormat()); in supportedWritePixelsColorType()