Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.cpp652 ASSIGN("glGetQueryObjecti64v", getQueryObjecti64v); in initProcsDesktopGL()
1088 ASSIGN("glGetQueryObjecti64vEXT", getQueryObjecti64v); in initProcsDesktopGL()
1552 ASSIGN("glGetQueryObjecti64v", getQueryObjecti64v); in initProcsDesktopGL()
1966 ASSIGN("glGetQueryObjecti64vEXT", getQueryObjecti64v); in initProcsGLES()
3440 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsDesktopGLNULL()
3875 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsDesktopGLNULL()
4339 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsDesktopGLNULL()
4752 getQueryObjecti64v = &glGetQueryObjecti64vNULL; in initProcsGLESNULL()
DDispatchTableGL_autogen.h383 PFNGLGETQUERYOBJECTI64VPROC getQueryObjecti64v = nullptr; variable
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DContext_gles_ext_autogen.h94 void getQueryObjecti64v(QueryID idPacked, GLenum pname, GLint64 *params); \
DContext.cpp1435 void Context::getQueryObjecti64v(QueryID id, GLenum pname, GLint64 *params) in getQueryObjecti64v() function in gl::Context
1446 getQueryObjecti64v(id, pname, params); in getQueryObjecti64vRobust()
/third_party/vk-gl-cts/framework/opengl/wrapper/
DglwFunctions.inl339 glGetQueryObjecti64vFunc getQueryObjecti64v; variable
DglwInitGL33.inl139 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL40.inl157 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL42.inl179 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL41.inl171 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL43.inl201 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL44.inl210 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL45.inl254 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwInitGL46.inl254 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
DglwImpl.inl2676 gl->getQueryObjecti64v(id, pname, params);
/third_party/vk-gl-cts/framework/platform/null/
DtcuNullRenderContextInitFuncs.inl339 gl->getQueryObjecti64v = glGetQueryObjecti64v;
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl4cPipelineStatisticsQueryTests.cpp481 gl.getQueryObjecti64v(qo_id, GL_QUERY_RESULT, offset_int64); in executeQuery()
Dgl4cSparseBufferTests.cpp4504 m_gl.getQueryObjecti64v(m_qo, GL_QUERY_RESULT, (glw::GLint64*)0); in execute()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp3535 context->getQueryObjecti64v(idPacked, pname, params); in GL_GetQueryObjecti64v()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dframe_capture_replay_autogen.cpp1387 context->getQueryObjecti64v( in ReplayCall()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_ext_autogen.cpp4493 context->getQueryObjecti64v(idPacked, pname, params); in GL_GetQueryObjecti64vEXT()
/third_party/vk-gl-cts/framework/opengl/
DgluCallLogWrapper.inl2455 m_gl.getQueryObjecti64v(id, pname, params);