Home
last modified time | relevance | path

Searched refs:glGenQueries (Results 1 - 25 of 43) sorted by relevance

12

/third_party/vk-gl-cts/modules/gles3/functional/
H A Des3fNegativeFragmentApiTests.cpp297 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 Des3fNegativeStateApiTests.cpp996 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 Des3fLifetimeTests.cpp419 , m_queryType (ctx, "query", &CallLogWrapper::glGenQueries, in ES3Types()
H A Des3fOcclusionQueryTests.cpp338 glGenQueries (1, &queryIds[0]); in iterate()
/third_party/vk-gl-cts/modules/gles31/functional/
H A Des31fNegativeFragmentApiTests.cpp315 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 Des31fNegativeStateApiTests.cpp1369 ctx.glGenQueries (1, &id); in get_query_objectuiv()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
H A DQueryObjectValidation.cpp44 glGenQueries(1, &mQueryObjectName); in createQuery()
H A DDebugTest.cpp75 glGenQueries(1, &object); in createGLObjectAndLabel()
137 // GLES3 context is required for glGenQueries() in TEST_P()
/third_party/glfw/tests/
H A Dinputlag.c113 glGenQueries(1, &occlusion_query); in swap_buffers()
/third_party/vk-gl-cts/modules/gles3/stress/
H A Des3sOcclusionQueryTests.cpp231 glGenQueries (1, &queryIds[queryIter]); in iterate()
/third_party/vk-gl-cts/framework/platform/null/
H A DtcuNullRenderContext.cpp545 GLW_APICALL void GLW_APIENTRY glGenQueries (GLsizei n, GLuint* ids) in glGenQueries() function
/third_party/vk-gl-cts/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp201 void glGenQueries (int n, deUint32* ids);
/third_party/skia/third_party/externals/swiftshader/tests/GLESUnitTests/
H A Dunittests.cpp1336 glGenQueries(1, &primitivesWrittenQuery); in TEST_F()
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/
H A Dtrace_gles_loader_autogen.h255 #define glGenQueries t_glGenQueries macro
/third_party/skia/third_party/externals/angle2/util/
H A Dgles_loader_autogen.h255 #define glGenQueries l_glGenQueries macro
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A Dentry_points.cpp1035 GL_APICALL void GL_APIENTRY glGenQueries(GLsizei n, GLuint *ids) in glGenQueries() function
/third_party/mesa3d/include/GLES3/
H A Dgl31.h1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
H A Dgl3.h1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
/third_party/openGLES/api/GLES3/
H A Dgl3.h1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
H A Dgl31.h1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
/third_party/skia/third_party/externals/swiftshader/include/GLES3/
H A Dgl3.h1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/
H A Dgl3.h1107 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
H A Dgl31.h1109 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
/third_party/skia/third_party/externals/angle2/include/GLES3/
H A Dgl3.h1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);
H A Dgl31.h1088 GL_APICALL void GL_APIENTRY glGenQueries (GLsizei n, GLuint *ids);

Completed in 80 milliseconds

12