| /third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
| D | DispatchTableGL_autogen.cpp | 652 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()
|
| D | DispatchTableGL_autogen.h | 383 PFNGLGETQUERYOBJECTI64VPROC getQueryObjecti64v = nullptr; variable
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| D | Context_gles_ext_autogen.h | 94 void getQueryObjecti64v(QueryID idPacked, GLenum pname, GLint64 *params); \
|
| D | Context.cpp | 1435 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/ |
| D | glwFunctions.inl | 339 glGetQueryObjecti64vFunc getQueryObjecti64v; variable
|
| D | glwInitGL33.inl | 139 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL40.inl | 157 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL42.inl | 179 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL41.inl | 171 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL43.inl | 201 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL44.inl | 210 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL45.inl | 254 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwInitGL46.inl | 254 gl->getQueryObjecti64v = (glGetQueryObjecti64vFunc) loader->get("glGetQueryObjecti64v");
|
| D | glwImpl.inl | 2676 gl->getQueryObjecti64v(id, pname, params);
|
| /third_party/vk-gl-cts/framework/platform/null/ |
| D | tcuNullRenderContextInitFuncs.inl | 339 gl->getQueryObjecti64v = glGetQueryObjecti64v;
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| D | gl4cPipelineStatisticsQueryTests.cpp | 481 gl.getQueryObjecti64v(qo_id, GL_QUERY_RESULT, offset_int64); in executeQuery()
|
| D | gl4cSparseBufferTests.cpp | 4504 m_gl.getQueryObjecti64v(m_qo, GL_QUERY_RESULT, (glw::GLint64*)0); in execute()
|
| /third_party/skia/third_party/externals/angle2/src/libGL/ |
| D | entry_points_gl_3_autogen.cpp | 3535 context->getQueryObjecti64v(idPacked, pname, params); in GL_GetQueryObjecti64v()
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
| D | frame_capture_replay_autogen.cpp | 1387 context->getQueryObjecti64v( in ReplayCall()
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| D | entry_points_gles_ext_autogen.cpp | 4493 context->getQueryObjecti64v(idPacked, pname, params); in GL_GetQueryObjecti64vEXT()
|
| /third_party/vk-gl-cts/framework/opengl/ |
| D | gluCallLogWrapper.inl | 2455 m_gl.getQueryObjecti64v(id, pname, params);
|