Searched refs:getQueryObjecti64v (Results 1 – 7 of 7) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | DispatchTableGL_autogen.cpp | 399 ASSIGN("glGetQueryObjecti64v", getQueryObjecti64v); in initProcsDesktopGL() 1388 ASSIGN("glGetQueryObjecti64v", getQueryObjecti64v); in initProcsDesktopGL() 1821 ASSIGN("glGetQueryObjecti64vEXT", getQueryObjecti64v); in initProcsDesktopGL() 2345 ASSIGN("glGetQueryObjecti64vEXT", getQueryObjecti64v); in initProcsGLES() 3167 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsDesktopGLNULL() 4154 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsDesktopGLNULL() 4586 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsDesktopGLNULL() 5110 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 383 PFNGLGETQUERYOBJECTI64VPROC getQueryObjecti64v = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 292 void getQueryObjecti64v(QueryID idPacked, GLenum pname, GLint64 *params); \
|
D | Context.cpp | 1264 void Context::getQueryObjecti64v(QueryID id, GLenum pname, GLint64 *params) in getQueryObjecti64v() function in gl::Context 1275 getQueryObjecti64v(id, pname, params); in getQueryObjecti64vRobust()
|
D | frame_capture_replay_autogen.cpp | 1351 context->getQueryObjecti64v( in ReplayCall()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_3_3_autogen.cpp | 237 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64v()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 3401 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64vEXT() 14370 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64vEXTContextANGLE()
|