/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fNegativeShaderApiTests.cpp | 299 glGenTransformFeedbacks (1, &tfID); in init() 342 glGenTransformFeedbacks (1, &tfID); in init() 1681 ES3F_ADD_API_CASE(gen_transform_feedbacks, "Invalid glGenTransformFeedbacks() usage", in init() 1685 glGenTransformFeedbacks(-1, &id); in init() 1697 glGenTransformFeedbacks (2, tfID); in init() 1730 glGenTransformFeedbacks(1, &id); in init() 1747 glGenTransformFeedbacks (2, tfID); in init() 1803 glGenTransformFeedbacks (2, tfID); in init() 1837 glGenTransformFeedbacks (2, tfID); in init() 1872 glGenTransformFeedbacks ( in init() [all...] |
H A D | es3fNegativeVertexArrayApiTests.cpp | 429 glGenTransformFeedbacks (1, &tfID); in init() 535 glGenTransformFeedbacks (1, &tfID); in init() 708 glGenTransformFeedbacks (1, &tfID); in init() 822 glGenTransformFeedbacks (1, &tfID); in init() 902 glGenTransformFeedbacks (1, &tfID); in init() 1022 glGenTransformFeedbacks (1, &tfID); in init()
|
H A D | es3fLifetimeTests.cpp | 424 , m_tfType (ctx, "transform_feedback", &CallLogWrapper::glGenTransformFeedbacks, in ES3Types() 521 GLU_CHECK_CALL(glGenTransformFeedbacks(1, &tf)); in iterate()
|
H A D | es3fBooleanStateQueryTests.cpp | 585 glGenTransformFeedbacks(1, &m_transformfeedback); in test()
|
H A D | es3fIndexedStateQueryTests.cpp | 121 glGenTransformFeedbacks(2, transformFeedbacks); in test()
|
H A D | es3fNegativeStateApiTests.cpp | 1291 m_log << TestLog::Section("", "A name returned by glGenTransformFeedbacks, but not yet bound using glBindTransformFeedback, is not the name of a transform feedback object."); in init() 1295 glGenTransformFeedbacks (1, &tf); in init()
|
/third_party/vk-gl-cts/modules/gles31/functional/ |
H A D | es31fNegativeShaderApiTests.cpp | 356 ctx.glGenTransformFeedbacks (1, &tfID); in link_program() 403 ctx.glGenTransformFeedbacks (1, &tfID); in use_program() 1930 ctx.glGenTransformFeedbacks(-1, &id); in gen_transform_feedbacks() 1943 ctx.glGenTransformFeedbacks (2, tfID); in bind_transform_feedback() 1978 ctx.beginSection("GL_INVALID_OPERATION is generated if id is not 0 or a value returned from glGenTransformFeedbacks()."); in bind_transform_feedback() 1993 ctx.glGenTransformFeedbacks(1, &id); in delete_transform_feedbacks() 1994 ctx.glGenTransformFeedbacks(2, tfID); in delete_transform_feedbacks() 2037 ctx.glGenTransformFeedbacks (2, tfID); in begin_transform_feedback() 2094 ctx.glGenTransformFeedbacks (2, tfID); in pause_transform_feedback() 2129 ctx.glGenTransformFeedbacks ( in resume_transform_feedback() [all...] |
H A D | es31fNegativeVertexArrayApiTests.cpp | 579 ctx.glGenTransformFeedbacks(1, &tfID); in draw_elements() 693 ctx.glGenTransformFeedbacks(1, &tfID); in draw_elements_incomplete_primitive() 947 ctx.glGenTransformFeedbacks(1, &tfID); in draw_elements_instanced() 1070 ctx.glGenTransformFeedbacks(1, &tfID); in draw_elements_instanced_incomplete_primitive() 1221 ctx.glGenTransformFeedbacks(1, &tfID); in draw_range_elements() 1346 ctx.glGenTransformFeedbacks(1, &tfID); in draw_range_elements_incomplete_primitive()
|
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/ |
H A D | gl_raii.h | 131 GLTransformFeedback() : GLWrapper(&glGenTransformFeedbacks, &glDeleteTransformFeedbacks) {} in GLTransformFeedback()
|
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
H A D | ProvokingVertexTest.cpp | 144 glGenTransformFeedbacks(1, &mTransformFeedback); in TEST_P()
|
H A D | TransformFeedbackTest.cpp | 39 glGenTransformFeedbacks(1, &mTransformFeedback); 1102 glGenTransformFeedbacks(transformFeedbackCount, transformFeedbacks); in TEST_P() 1677 glGenTransformFeedbacks(1, &mTransformFeedback);
|
H A D | ProgramPipelineTest.cpp | 101 glGenTransformFeedbacks(1, &mTransformFeedback);
|
/third_party/vk-gl-cts/external/openglcts/modules/gles31/ |
H A D | es31cShaderImageSizeTests.cpp | 436 glGenTransformFeedbacks(1, &m_xfb_id); in ImageSizeMachine()
|
/third_party/vk-gl-cts/framework/platform/null/ |
H A D | tcuNullRenderContext.cpp | 611 GLW_APICALL void GLW_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint* ids) in glGenTransformFeedbacks() function
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
H A D | sglrContextWrapper.hpp | 286 void glGenTransformFeedbacks (int n, deUint32* ids);
|
/third_party/skia/third_party/externals/angle2/src/tests/restricted_traces/ |
H A D | trace_gles_loader_autogen.h | 340 #define glGenTransformFeedbacks t_glGenTransformFeedbacks macro
|
/third_party/skia/third_party/externals/angle2/util/ |
H A D | gles_loader_autogen.h | 340 #define glGenTransformFeedbacks l_glGenTransformFeedbacks macro
|
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | entry_points.cpp | 1475 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks(GLsizei n, GLuint *ids) in glGenTransformFeedbacks() function
|
/third_party/mesa3d/include/GLES3/ |
H A D | gl31.h | 1192 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
H A D | gl3.h | 1192 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
/third_party/openGLES/api/GLES3/ |
H A D | gl3.h | 1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
H A D | gl31.h | 1173 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
/third_party/skia/third_party/externals/swiftshader/include/GLES3/ |
H A D | gl3.h | 1192 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES3/ |
H A D | gl3.h | 1192 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|
H A D | gl31.h | 1194 GL_APICALL void GL_APIENTRY glGenTransformFeedbacks (GLsizei n, GLuint *ids);
|