Home
last modified time | relevance | path

Searched refs:ValidateSelectBuffer (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/
DvalidationGL1.cpp947 bool ValidateSelectBuffer(const Context *, GLsizei size, const GLuint *buffer) in ValidateSelectBuffer() function
DvalidationGL1_autogen.h295 bool ValidateSelectBuffer(const Context *context, GLsizei size, const GLuint *buffer);
/external/angle/src/libGL/
Dentry_points_gl_1_autogen.cpp5209 (context->skipValidation() || ValidateSelectBuffer(context, size, buffer)); in GL_SelectBuffer()