Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp3188 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsDesktopGLNULL()
4100 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsDesktopGLNULL()
4764 getQueryObjectiv = &glGetQueryObjectivNULL; in initProcsGLESNULL()
Dnull_functions.h845 void INTERNAL_GL_APIENTRY glGetQueryObjectivNULL(GLuint id, GLenum pname, GLint *params);
Dnull_functions.cpp1277 void INTERNAL_GL_APIENTRY glGetQueryObjectivNULL(GLuint id, GLenum pname, GLint *params) {} in glGetQueryObjectivNULL() function