Home
last modified time | relevance | path

Searched defs:glBeginQueryIndexed (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/
Dgl3w.h1054 #define glBeginQueryIndexed gl3wBeginQueryIndexed macro
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl11 #define glBeginQueryIndexed glwBeginQueryIndexed macro
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json33 "glBeginQueryIndexed": { object
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl41 GLW_APICALL void GLW_APIENTRY glBeginQueryIndexed (GLenum target, GLuint index, GLuint id) function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp4033 void GL_APIENTRY glBeginQueryIndexed(GLenum target, GLuint index, GLuint id) in glBeginQueryIndexed() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp4049 void GL_APIENTRY glBeginQueryIndexed(GLenum target, GLuint index, GLuint id) in glBeginQueryIndexed() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl42 void CallLogWrapper::glBeginQueryIndexed (glw::GLenum target, glw::GLuint index, glw::GLuint id) function in CallLogWrapper