Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/imgui/examples/libs/gl3w/GL/
Dgl3w.h976 #define glGetQueryObjecti64v gl3wGetQueryObjecti64v macro
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwApi.inl339 #define glGetQueryObjecti64v glwGetQueryObjecti64v macro
/third_party/skia/third_party/externals/angle2/scripts/
Dentry_point_packed_gl_enums.json709 "glGetQueryObjecti64v": { object
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextFuncs.inl2863 GLW_APICALL void GLW_APIENTRY glGetQueryObjecti64v (GLuint id, GLenum pname, GLint64 *params) function
/third_party/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp3775 void GL_APIENTRY glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64 *params) in glGetQueryObjecti64v() function
/third_party/flutter/skia/third_party/externals/angle2/src/libGL/
DlibGL_autogen.cpp3791 void GL_APIENTRY glGetQueryObjecti64v(GLuint id, GLenum pname, GLint64 *params) in glGetQueryObjecti64v() function
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl2451 void CallLogWrapper::glGetQueryObjecti64v (glw::GLuint id, glw::GLenum pname, glw::GLint64 *params) function in CallLogWrapper