Searched refs:properLength (Results 1 – 1 of 1) sorted by relevance
4390 GLint properLength = 0; in s_glGetProgramBinary() local4391 ctx->glGetProgramiv(self, program, GL_PROGRAM_BINARY_LENGTH, &properLength); in s_glGetProgramBinary()4394 SET_ERROR_IF(bufSize < properLength, GL_INVALID_OPERATION); in s_glGetProgramBinary()