Searched refs:GL_PRIMITIVES_GENERATED (Results 1 – 16 of 16) sorted by relevance
/external/mesa3d/src/mesa/drivers/dri/i965/ |
D | gen6_queryobj.c | 213 case GL_PRIMITIVES_GENERATED: in gen6_queryobj_get_results() 307 case GL_PRIMITIVES_GENERATED: in gen6_begin_query() 361 case GL_PRIMITIVES_GENERATED: in gen6_end_query()
|
D | brw_queryobj.c | 531 case GL_PRIMITIVES_GENERATED: in brw_is_query_pipelined()
|
/external/mesa3d/src/mesa/main/ |
D | queryobj.c | 190 case GL_PRIMITIVES_GENERATED: in get_query_binding_point() 294 case GL_PRIMITIVES_GENERATED: in _mesa_CreateQueries() 370 case GL_PRIMITIVES_GENERATED: in query_error_check_index() 674 case GL_PRIMITIVES_GENERATED: in _mesa_GetQueryIndexediv()
|
/external/mesa3d/src/mesa/state_tracker/ |
D | st_cb_queryobj.c | 111 case GL_PRIMITIVES_GENERATED: in st_BeginQuery()
|
/external/deqp/doc/testspecs/GLES31/ |
D | functional.tessellation_geometry_interaction.txt | 77 and the value GL_PRIMITIVES_GENERATED query and then compare the rendered image
|
D | functional.geometry_shading.txt | 52 verify GL_PRIMITIVES_GENERATED query result in various scenarios.
|
/external/deqp/modules/gles31/functional/ |
D | es31fGeometryShaderTests.cpp | 4745 gl.beginQuery(GL_PRIMITIVES_GENERATED, *query); in iterate() 4747 gl.endQuery(GL_PRIMITIVES_GENERATED); in iterate() 4911 verifyStateQueryInteger(result, gl, GL_PRIMITIVES_GENERATED, GL_CURRENT_QUERY, 0, QUERY_QUERY); in iterate() 4916 gl.glBeginQuery(GL_PRIMITIVES_GENERATED, query); in iterate() 4919 …verifyStateQueryInteger(result, gl, GL_PRIMITIVES_GENERATED, GL_CURRENT_QUERY, (int)query, QUERY_Q… in iterate() 4921 gl.glEndQuery(GL_PRIMITIVES_GENERATED); in iterate()
|
D | es31fTessellationGeometryInteractionTests.cpp | 1056 gl.beginQuery(GL_PRIMITIVES_GENERATED, *primitivesGeneratedQuery); in renderWithFeedback() 1072 gl.endQuery(GL_PRIMITIVES_GENERATED); in renderWithFeedback()
|
/external/deqp/framework/opengl/ |
D | gluStateReset.cpp | 1090 queryTargets[numTargets++] = GL_PRIMITIVES_GENERATED; in resetStateGLCore()
|
D | gluStrUtil.inl | 1463 case GL_PRIMITIVES_GENERATED: return "GL_PRIMITIVES_GENERATED";
|
/external/deqp/framework/opengl/wrapper/ |
D | glwEnums.inl | 940 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
|
/external/mesa3d/include/GLES3/ |
D | gl32.h | 1601 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
|
/external/swiftshader/include/GL/ |
D | glcorearb.h | 1047 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
|
D | glext.h | 928 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
|
/external/mesa3d/include/GL/ |
D | glcorearb.h | 1047 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
|
D | glext.h | 928 #define GL_PRIMITIVES_GENERATED 0x8C87 macro
|