Searched refs:ValidateMapBuffer (Results 1 – 3 of 3) sorted by relevance
28 bool ValidateMapBuffer(const Context *context, BufferBinding targetPacked, GLenum access) in ValidateMapBuffer() function
29 bool ValidateMapBuffer(const Context *context, BufferBinding targetPacked, GLenum access);
422 (context->skipValidation() || ValidateMapBuffer(context, targetPacked, access)); in MapBuffer()