Searched refs:properLength (Results 1 – 1 of 1) sorted by relevance
4971 GLint properLength = 0; in s_glGetProgramBinary() local4972 ctx->m_glGetProgramiv_enc(self, program, GL_PROGRAM_BINARY_LENGTH, &properLength); in s_glGetProgramBinary()4975 SET_ERROR_IF(bufSize < properLength, GL_INVALID_OPERATION); in s_glGetProgramBinary()