Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DQueryGL.cpp210 if (mFunctions->getQueryObjectui64v != nullptr) in flush()
213 mFunctions->getQueryObjectui64v(id, GL_QUERY_RESULT, &result); in flush()
DDispatchTableGL_autogen.cpp653 ASSIGN("glGetQueryObjectui64v", getQueryObjectui64v); in initProcsDesktopGL()
1089 ASSIGN("glGetQueryObjectui64vEXT", getQueryObjectui64v); in initProcsDesktopGL()
1553 ASSIGN("glGetQueryObjectui64v", getQueryObjectui64v); in initProcsDesktopGL()
1968 ASSIGN("glGetQueryObjectui64vEXT", getQueryObjectui64v); in initProcsGLES()
3441 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsDesktopGLNULL()
3876 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsDesktopGLNULL()
4340 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsDesktopGLNULL()
4754 getQueryObjectui64v = &glGetQueryObjectui64vNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h384 PFNGLGETQUERYOBJECTUI64VPROC getQueryObjectui64v = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_ext_autogen.h96 void getQueryObjectui64v(QueryID idPacked, GLenum pname, GLuint64 *params); \
DContext.cpp1449 void Context::getQueryObjectui64v(QueryID id, GLenum pname, GLuint64 *params) in getQueryObjectui64v() function in gl::Context
1460 getQueryObjectui64v(id, pname, params); in getQueryObjectui64vRobust()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl341 glGetQueryObjectui64vFunc getQueryObjectui64v; variable
DglwInitGL33.inl141 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64v");
DglwInitGL40.inl159 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64v");
DglwInitGL42.inl181 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
DglwInitGL41.inl173 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64v");
DglwInitGL43.inl203 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
DglwInitGL44.inl212 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
DglwInitGL45.inl256 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
DglwInitGL46.inl256 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
DglwImpl.inl2692 gl->getQueryObjectui64v(id, pname, params);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl341 gl->getQueryObjectui64v = glGetQueryObjectui64v;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp514 gl.getQueryObjectui64v(qo_id, GL_QUERY_RESULT, offset_uint64); in executeQuery()
Dgl4cSparseBufferTests.cpp4513 m_gl.getQueryObjectui64v(m_qo, GL_QUERY_RESULT, (glw::GLuint64*)0); in execute()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp3560 context->getQueryObjectui64v(idPacked, pname, params); in GL_GetQueryObjectui64v()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp1401 context->getQueryObjectui64v( in ReplayCall()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp4543 context->getQueryObjectui64v(idPacked, pname, params); in GL_GetQueryObjectui64vEXT()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl2473 m_gl.getQueryObjectui64v(id, pname, params);