Searched refs:geometry_shader_source (Results 1 – 4 of 4) sorted by relevance
/aosp_15_r20/external/deqp/external/openglcts/modules/gles31/ |
H A D | es31cArrayOfArraysTests.cpp | 1104 const std::string &tess_eval_shader_source, const std::string &geometry_shader_source, in execute_positive_test() argument 1129 geometry_shader_source, TestCaseBase<API>::GEOMETRY_SHADER_TYPE, require_gpu_shader5); in execute_positive_test() 1285 … context_id.getTestContext().getLog() << tcu::TestLog::KernelSource(geometry_shader_source); in execute_positive_test() 3837 const std::string &geometry_shader_source = in execute_draw_test() local 3858 … geometry_shader_source, fragment_shader_source, compute_shader_source, false, in execute_draw_test() 4059 std::string geometry_shader_source; in prepare_geometry_shader() local 4070 geometry_shader_source = "layout(points) in;\n" in prepare_geometry_shader() 4094 geometry_shader_source = "layout(points) in;\n" in prepare_geometry_shader() 4101 geometry_shader_source += tested_declaration; in prepare_geometry_shader() 4102 geometry_shader_source += " float result = 1.0;\n\n"; in prepare_geometry_shader() [all …]
|
H A D | es31cArrayOfArraysTests.hpp | 291 … const std::string &geometry_shader_source,
|
/aosp_15_r20/external/deqp/external/openglcts/modules/gl/ |
H A D | gl3cTransformFeedbackTests.hpp | 1315 …ogram(glw::Functions const &gl, tcu::TestLog &log, glw::GLchar const *const geometry_shader_source,
|
H A D | gl3cTransformFeedbackTests.cpp | 6713 glw::Functions const &gl, tcu::TestLog &log, glw::GLchar const *const geometry_shader_source, in buildProgram() argument 6727 } shader[] = {{geometry_shader_source, GL_GEOMETRY_SHADER, 0}, in buildProgram()
|