Searched defs:formatType (Results 1 – 2 of 2) sorted by relevance
1245 bool InternalFormat::computeRowPitch(GLenum formatType, in computeRowPitch()1291 bool InternalFormat::computeDepthPitch(GLenum formatType, in computeDepthPitch()1359 bool InternalFormat::computeSkipBytes(GLenum formatType, in computeSkipBytes()1382 bool InternalFormat::computePackUnpackEndByte(GLenum formatType, in computePackUnpackEndByte()
196 gl::FormatType formatType(format, type); in readPixelsImpl() local