Home | History | Annotate | Download | only in gl

Lines Matching defs:readType

860     GrGLenum readType;
861 if (!this->getReadPixelsFormat(surfaceConfig, readConfig, &readFormat, &readType)) {
892 if (GR_GL_RGBA == readFormat && GR_GL_UNSIGNED_BYTE == readType) {
897 if (GR_GL_RGBA_INTEGER == readFormat && GR_GL_INT == readType) {
902 if (GR_GL_RGBA == readFormat && GR_GL_FLOAT == readType) {
923 fConfigTable[surfaceConfig].fSecondReadPixelsFormat.fType == readType;