Home
last modified time | relevance | path

Searched refs:getQueryObjectui64v (Results 1 – 8 of 8) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DQueryGL.cpp196 if (mFunctions->getQueryObjectui64v != nullptr) in flush()
199 mFunctions->getQueryObjectui64v(id, GL_QUERY_RESULT, &result); in flush()
DDispatchTableGL_autogen.cpp400 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()
DDispatchTableGL_autogen.h384 PFNGLGETQUERYOBJECTUI64VPROC getQueryObjectui64v = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext_gles_ext_autogen.h294 void getQueryObjectui64v(QueryID idPacked, GLenum pname, GLuint64 *params); \
DContext.cpp1278 void Context::getQueryObjectui64v(QueryID id, GLenum pname, GLuint64 *params) in getQueryObjectui64v() function in gl::Context
1289 getQueryObjectui64v(id, pname, params); in getQueryObjectui64vRobust()
Dframe_capture_replay_autogen.cpp1365 context->getQueryObjectui64v( in ReplayCall()
/device/generic/vulkan-cereal/third-party/angle/src/libGL/
Dentry_points_gl_3_3_autogen.cpp259 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64v()
/device/generic/vulkan-cereal/third-party/angle/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp3445 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64vEXT()
14422 context->getQueryObjectui64v(idPacked, pname, params); in GetQueryObjectui64vEXTContextANGLE()