Home
last modified time | relevance | path

Searched refs:getQueryObjecti64v (Results 1 – 7 of 7) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp399 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()
DDispatchTableGL_autogen.h383 PFNGLGETQUERYOBJECTI64VPROC getQueryObjecti64v = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_ext_autogen.h292 void getQueryObjecti64v(QueryID idPacked, GLenum pname, GLint64 *params); \
DContext.cpp1264 void Context::getQueryObjecti64v(QueryID id, GLenum pname, GLint64 *params) in getQueryObjecti64v() function in gl::Context
1275 getQueryObjecti64v(id, pname, params); in getQueryObjecti64vRobust()
Dframe_capture_replay_autogen.cpp1351 context->getQueryObjecti64v( in ReplayCall()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_3_3_autogen.cpp237 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64v()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3401 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64vEXT()
14370 context->getQueryObjecti64v(idPacked, pname, params); in GetQueryObjecti64vEXTContextANGLE()