Searched refs:CompileProgramWithGS (Results 1 – 5 of 5) sorted by relevance
| /external/angle/src/tests/gl_tests/ |
| D | GeometryShaderTest.cpp | 282 GLuint program = CompileProgramWithGS(essl3_shaders::vs::Simple(), emptyGeometryShader.c_str(), in TEST_P() 300 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), in TEST_P() 308 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutInputPrimitive.c_str(), in TEST_P() 312 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutOutputPrimitive.c_str(), in TEST_P() 316 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutMaxVertices.c_str(), in TEST_P() 362 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P() 408 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P() 446 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P() 485 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P() 527 GLuint program = CompileProgramWithGS(kVS, kGS, essl31_shaders::fs::Red()); in TEST_P() [all …]
|
| D | GLSLTest.cpp | 13584 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P() 13636 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P()
|
| /external/angle/util/ |
| D | shader_utils.h | 36 ANGLE_UTIL_EXPORT GLuint CompileProgramWithGS(const char *vsSource,
|
| D | shader_utils.cpp | 295 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS() function
|
| /external/angle/src/tests/test_utils/ |
| D | gl_raii.h | 191 mHandle = CompileProgramWithGS(vertexShader, geometryShader, fragmentShader); in makeRaster()
|