| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | QueryGL.cpp | 210 if (mFunctions->getQueryObjectui64v != nullptr) in flush() 213 mFunctions->getQueryObjectui64v(id, GL_QUERY_RESULT, &result); in flush()
|
| D | DispatchTableGL_autogen.cpp | 653 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()
|
| D | DispatchTableGL_autogen.h | 384 PFNGLGETQUERYOBJECTUI64VPROC getQueryObjectui64v = nullptr; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_ext_autogen.h | 96 void getQueryObjectui64v(QueryID idPacked, GLenum pname, GLuint64 *params); \
|
| D | Context.cpp | 1449 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/ |
| D | glwFunctions.inl | 341 glGetQueryObjectui64vFunc getQueryObjectui64v; variable
|
| D | glwInitGL33.inl | 141 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64v");
|
| D | glwInitGL40.inl | 159 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64v");
|
| D | glwInitGL42.inl | 181 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
|
| D | glwInitGL41.inl | 173 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64v");
|
| D | glwInitGL43.inl | 203 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
|
| D | glwInitGL44.inl | 212 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
|
| D | glwInitGL45.inl | 256 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
|
| D | glwInitGL46.inl | 256 gl->getQueryObjectui64v = (glGetQueryObjectui64vFunc) loader->get("glGetQueryObjectui64…
|
| D | glwImpl.inl | 2692 gl->getQueryObjectui64v(id, pname, params);
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextInitFuncs.inl | 341 gl->getQueryObjectui64v = glGetQueryObjectui64v;
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cPipelineStatisticsQueryTests.cpp | 514 gl.getQueryObjectui64v(qo_id, GL_QUERY_RESULT, offset_uint64); in executeQuery()
|
| D | gl4cSparseBufferTests.cpp | 4513 m_gl.getQueryObjectui64v(m_qo, GL_QUERY_RESULT, (glw::GLuint64*)0); in execute()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_3_autogen.cpp | 3560 context->getQueryObjectui64v(idPacked, pname, params); in GL_GetQueryObjectui64v()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | frame_capture_replay_autogen.cpp | 1401 context->getQueryObjectui64v( in ReplayCall()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 4543 context->getQueryObjectui64v(idPacked, pname, params); in GL_GetQueryObjectui64vEXT()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluCallLogWrapper.inl | 2473 m_gl.getQueryObjectui64v(id, pname, params);
|