Home
last modified time | relevance | path

Searched defs:glBeginQuery (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/wrapper/
DglwApi.inl10 #define glBeginQuery glwBeginQuery macro
/external/swiftshader/src/OpenGL/libGLESv2/
Dentry_points.cpp1050 GL_APICALL void GL_APIENTRY glBeginQuery(GLenum target, GLuint id) in glBeginQuery() function
/external/mesa3d/include/GL/
Dgl_mangle.h65 #define glBeginQuery MANGLE(BeginQuery) macro
/external/deqp/framework/platform/null/
DtcuNullRenderContextFuncs.inl34 GLW_APICALL void GLW_APIENTRY glBeginQuery (GLenum target, GLuint id) function
/external/deqp/framework/opengl/
DgluCallLogWrapper.inl35 void CallLogWrapper::glBeginQuery (glw::GLenum target, glw::GLuint id) function in CallLogWrapper