Lines Matching refs:GrGLenum
141 GrGLenum configSizedInternalFormat(GrPixelConfig config) const { in configSizedInternalFormat()
146 GrGLenum* internalFormat, GrGLenum* externalFormat,
147 GrGLenum* externalType) const;
149 bool getCompressedTexImageFormats(GrPixelConfig surfaceConfig, GrGLenum* internalFormat) const;
153 GrGLenum* externalFormat, GrGLenum* externalType) const;
155 void getRenderbufferFormat(GrPixelConfig config, GrGLenum* internalFormat) const;
156 void getSizedInternalFormat(GrPixelConfig config, GrGLenum* internalFormat) const;
159 GrGLenum getImageFormat(GrPixelConfig config) const { in getImageFormat()
320 std::function<void (GrGLenum, GrGLint*)> getIntegerv,
444 ExternalFormatUsage usage, GrGLenum* externalFormat,
445 GrGLenum* externalType) const;
531 GrGLenum fFormat;
532 GrGLenum fType;
540 GrGLenum fBaseInternalFormat;
541 GrGLenum fSizedInternalFormat;
549 GrGLenum fExternalFormat[kExternalFormatUsageCnt];
550 GrGLenum fExternalType;
553 GrGLenum fInternalFormatTexImage;
554 GrGLenum fInternalFormatRenderbuffer;