/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeFragmentApiTests.cpp | 297 ES3F_ADD_API_CASE(gen_queries, "Invalid glGenQueries() usage", in init() 301 glGenQueries (-1, &ids); in init() 308 glGenQueries (3, ids); in init() 337 m_log << TestLog::Section("", "GL_INVALID_OPERATION is generated if id not a name returned from a previous call to glGenQueries, or if such a name has since been deleted with glDeleteQueries."); in init() 366 glGenQueries (1, &id); in init() 390 glGenQueries (1, &id); in init()
|
H A D | es3fNegativeStateApiTests.cpp | 996 glGenQueries (1, &id); in init() 1222 m_log << TestLog::Section("", "A name returned by glGenQueries, but not yet associated with a query object by calling glBeginQuery, is not the name of a query object."); in init() 1226 glGenQueries (1, &query); in init()
|
H A D | es3fLifetimeTests.cpp | 419 , m_queryType (ctx, "query", &CallLogWrapper::glGenQueries, in ES3Types()
|
H A D | es3fOcclusionQueryTests.cpp | 338 glGenQueries (1, &queryIds[0]); in iterate()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeFragmentApiTests.cpp | 315 ctx.glGenQueries (-1, &ids); in gen_queries() 323 ctx.glGenQueries (3, ids); in begin_query() 352 ctx.beginSection("GL_INVALID_OPERATION is generated if id not a name returned from a previous call to ctx.glGenQueries, or if such a name has since been deleted with ctx.glDeleteQueries."); in begin_query() 382 ctx.glGenQueries (1, &id); in end_query() 407 ctx.glGenQueries (1, &id); in delete_queries() 503 {gen_queries, "gen_queries", "Invalid glGenQueries() usage" }, in getNegativeFragmentApiTestFunctions()
|
H A D | es31fNegativeStateApiTests.cpp | 1369 ctx.glGenQueries (1, &id); in get_query_objectuiv()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | QueryObjectValidation.cpp | 44 glGenQueries(1, &mQueryObjectName); in createQuery()
|
H A D | DebugTest.cpp | 75 glGenQueries(1, &object); in createGLObjectAndLabel() 137 // GLES3 context is required for glGenQueries() in TEST_P()
|
/third_party/glfw/tests/ |
H A D | inputlag.c | 113 glGenQueries(1, &occlusion_query); in swap_buffers()
|
/third_party/vk-gl-cts/modules/gles3/stress/ |
H A D | es3sOcclusionQueryTests.cpp | 231 glGenQueries (1, &queryIds[queryIter]); in iterate()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 545 GLW_APICALL void GLW_APIENTRY glGenQueries (GLsizei n, GLuint* ids) in glGenQueries() function
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.hpp | 201 void glGenQueries (int n, deUint32* ids);
|
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/ |
H A D | unittests.cpp | 1336 glGenQueries(1, &primitivesWrittenQuery); in TEST_F()
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_gles_loader_autogen.h | 255 #define glGenQueries t_glGenQueries macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | gles_loader_autogen.h | 255 #define glGenQueries l_glGenQueries macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 1035 GL_APICALL void GL_APIENTRY glGenQueries(GLsizei n, GLuint *ids) in glGenQueries() function
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
H A D | gl3.h | 1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
H A D | gl31.h | 1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
H A D | gl31.h | 1109 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
/third_party/skia/third_party/externals/angle2/include/GLES3/ |
H A D | gl3.h | 1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|
H A D | gl31.h | 1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
|