Searched refs:getQueryObjectui64v (Results 1 – 8 of 8) sorted by relevance
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | QueryGL.cpp | 196 if (mFunctions->getQueryObjectui64v != nullptr) in flush() 199 mFunctions->getQueryObjectui64v(id, GL_QUERY_RESULT, &result); in flush()
|
D | DispatchTableGL_autogen.cpp | 400 ASSIGN("glGetQueryObjectui64v", getQueryObjectui64v); in initProcsDesktopGL() 1389 ASSIGN("glGetQueryObjectui64v", getQueryObjectui64v); in initProcsDesktopGL() 1822 ASSIGN("glGetQueryObjectui64vEXT", getQueryObjectui64v); in initProcsDesktopGL() 2347 ASSIGN("glGetQueryObjectui64vEXT", getQueryObjectui64v); in initProcsGLES() 3168 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsDesktopGLNULL() 4155 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsDesktopGLNULL() 4587 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsDesktopGLNULL() 5112 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsGLESNULL()
|
D | DispatchTableGL_autogen.h | 384 PFNGLGETQUERYOBJECTUI64VPROC getQueryObjectui64v = nullptr; variable
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | Context_gles_ext_autogen.h | 294 void getQueryObjectui64v(QueryID idPacked, GLenum pname, GLuint64 *params); \
|
D | Context.cpp | 1278 void Context::getQueryObjectui64v(QueryID id, GLenum pname, GLuint64 *params) in getQueryObjectui64v() function in gl::Context 1289 getQueryObjectui64v(id, pname, params); in getQueryObjectui64vRobust()
|
D | frame_capture_replay_autogen.cpp | 1365 context->getQueryObjectui64v( in ReplayCall()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGL/ |
D | entry_points_gl_3_3_autogen.cpp | 259 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64v()
|
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/ |
D | entry_points_gles_ext_autogen.cpp | 3445 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64vEXT() 14422 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64vEXTContextANGLE()
|