Lines Matching refs:GrGLint
109 GrGLint param) { in debugGLPixelStorei()
129 GrGLvoid GR_GL_FUNCTION_TYPE debugGLReadPixels(GrGLint x, in debugGLReadPixels()
130 GrGLint y, in debugGLReadPixels()
137 GrGLint pixelsInRow = width; in debugGLReadPixels()
142 GrGLint componentsPerPixel = 0; in debugGLReadPixels()
161 GrGLint alignment = 4; // the pack alignment (one of 1, 2, 4 or 8) in debugGLReadPixels()
164 GrGLint componentSize = 0; // size (in bytes) of a single component in debugGLReadPixels()
175 GrGLint rowStride = 0; // number of components (not bytes) to skip in debugGLReadPixels()
182 rowStride = static_cast<GrGLint>(alignment * fTemp / componentSize); in debugGLReadPixels()
423 GrGLint level) { in debugGLFramebufferTexture2D()
739 GrGLint* params) { in debugGLGetBufferParameteriv()