Lines Matching refs:GrGLenum
752 std::function<void (GrGLenum, GrGLint*)> getIntegerv, in readPixelsSupported() argument
760 GrGLenum readFormat; in readPixelsSupported()
761 GrGLenum readType; in readPixelsSupported()
1071 static GrGLenum precision_to_gl_float_type(GrSLPrecision p) { in precision_to_gl_float_type()
1084 static GrGLenum shader_type_to_gl_shader(GrShaderType type) { in shader_type_to_gl_shader()
1105 GrGLenum glShader = shader_type_to_gl_shader(shaderType); in initShaderPrecisionTable()
1110 GrGLenum glPrecision = precision_to_gl_float_type(precision); in initShaderPrecisionTable()
1160 GrGLenum* internalFormat, GrGLenum* externalFormat, in getTexImageFormats()
1161 GrGLenum* externalType) const { in getTexImageFormats()
1171 GrGLenum* internalFormat) const { in getCompressedTexImageFormats()
1180 GrGLenum* externalFormat, GrGLenum* externalType) const { in getReadPixelsFormat()
1188 bool GrGLCaps::getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const { in getRenderbufferFormat()
1197 ExternalFormatUsage usage, GrGLenum* externalFormat, in getExternalFormat()
1198 GrGLenum* externalType) const { in getExternalFormat()