/third_party/vk-gl-cts/external/openglcts/modules/glesext/tessellation_shader/ |
H A D | esextcTessellationShaderXFB.hpp | 75 glw::GLenum tf_mode; member 87 tf_mode = GL_POINTS; in _test_descriptor()
|
H A D | esextcTessellationShaderXFB.cpp | 595 test_1.tf_mode = GL_POINTS; in iterate() 607 test_2.tf_mode = GL_POINTS; in iterate() 620 test_3.tf_mode = m_glExtTokens.PATCHES; in iterate() 625 test_3.tf_mode = GL_POINTS; in iterate() 771 gl.beginTransformFeedback(test.tf_mode); in iterate()
|
H A D | esextcTessellationShaderBarrier.cpp | 253 glw::GLenum tf_mode = GL_NONE; in iterate() local 255 getDrawCallArgs(&drawcall_mode, &drawcall_count, &tf_mode, &n_patch_vertices, &drawcall_n_instances); in iterate() 266 gl.beginTransformFeedback(tf_mode); in iterate()
|
H A D | esextcTessellationShaderVertexOrdering.cpp | 420 glw::GLenum tf_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(primitive_mode, is_point_mode_enabled); in initTestIteration() local 434 gl.beginTransformFeedback(tf_mode); in initTestIteration()
|
H A D | esextcTessellationShaderTessellation.cpp | 662 glw::GLenum tf_mode = in iterate() local 665 gl.beginTransformFeedback(tf_mode); in iterate() 1368 glw::GLenum tf_mode = in iterate() local 1371 gl.beginTransformFeedback(tf_mode); in iterate() 2071 glw::GLenum tf_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(test.primitive_mode, false); in iterate() local 2073 gl.beginTransformFeedback(tf_mode); in iterate()
|
H A D | esextcTessellationShaderUtils.cpp | 143 glw::GLenum tf_mode = in captureTessellationData() local 146 m_gl.beginTransformFeedback(tf_mode); in captureTessellationData()
|
H A D | esextcTessellationShaderTCTE.cpp | 815 glw::GLenum tf_mode = in executeTestRun() local 821 gl.beginTransformFeedback(tf_mode); in executeTestRun() 2859 glw::GLenum tf_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(run.primitive_mode, run.point_mode); in initTestRun() local 2878 gl.beginTransformFeedback(tf_mode); in initTestRun()
|
H A D | esextcTessellationShaderInvariance.cpp | 592 glw::GLenum tf_mode = TessellationShaderUtils::getTFModeForPrimitiveMode(primitive_mode, is_point_mode); in iterate() local 594 gl.beginTransformFeedback(tf_mode); in iterate()
|
/third_party/vk-gl-cts/external/openglcts/modules/glesext/geometry_shader/ |
H A D | esextcGeometryShaderInput.hpp | 155 glw::GLenum tf_mode; member 181 glw::GLint expected_array_length, glw::GLenum tf_mode, const glw::GLchar* input_body_part,
|
H A D | esextcGeometryShaderInput.cpp | 681 gl.beginTransformFeedback(test->tf_mode); in iterate() 797 * @param tf_mode Primitive type used by transform feedback; 803 glw::GLenum tf_mode, const glw::GLchar* input_body_part, in initCase() 815 info.tf_mode = tf_mode; in initCase() 801 initCase(Case& info, glw::GLenum draw_call_mode, glw::GLint draw_call_n_vertices, glw::GLint expected_array_length, glw::GLenum tf_mode, const glw::GLchar* input_body_part, const glw::GLchar* output_body_part) initCase() argument
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl3cCullDistanceTests.cpp | 574 const glw::GLenum tf_mode; in iterate() member 588 GL_NONE, /* tf_mode */ in iterate() 602 GL_TRIANGLES, /* tf_mode */ in iterate() 616 GL_TRIANGLES, /* tf_mode */ in iterate() 630 GL_POINTS, /* tf_mode */ in iterate() 644 GL_POINTS, /* tf_mode */ in iterate() 933 gl.beginTransformFeedback(current_stage.tf_mode); in iterate()
|