Searched refs:ValidateDrawBuffer (Results 1 – 3 of 3) sorted by relevance
241 bool ValidateDrawBuffer(const Context *, GLenum buf) in ValidateDrawBuffer() function
92 bool ValidateDrawBuffer(const Context *context, GLenum buf);
1270 bool isCallValid = (context->skipValidation() || ValidateDrawBuffer(context, buf)); in GL_DrawBuffer()