Searched refs:CompileProgramWithGS (Results 1 – 5 of 5) sorted by relevance
/aosp_15_r20/external/angle/src/tests/gl_tests/ |
H A D | GeometryShaderTest.cpp | 335 GLuint program = CompileProgramWithGS(essl3_shaders::vs::Simple(), emptyGeometryShader.c_str(), in TEST_P() 353 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), in TEST_P() 361 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutInputPrimitive.c_str(), in TEST_P() 365 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutOutputPrimitive.c_str(), in TEST_P() 369 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutMaxVertices.c_str(), in TEST_P() 415 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P() 461 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P() 499 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P() 538 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P() 580 GLuint program = CompileProgramWithGS(kVS, kGS, essl31_shaders::fs::Red()); in TEST_P() [all …]
|
H A D | GLSLTest.cpp | 14965 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P() 15017 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P()
|
/aosp_15_r20/external/angle/util/ |
H A D | shader_utils.h | 36 ANGLE_UTIL_EXPORT GLuint CompileProgramWithGS(const char *vsSource,
|
H A D | shader_utils.cpp | 303 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS() function
|
/aosp_15_r20/external/angle/src/tests/test_utils/ |
H A D | gl_raii.h | 196 mHandle = CompileProgramWithGS(vertexShader, geometryShader, fragmentShader); in makeRaster()
|