Home
last modified time | relevance | path

Searched refs:CompileProgramWithGS (Results 1 – 4 of 4) sorted by relevance

/external/angle/src/tests/gl_tests/
DGeometryShaderTest.cpp197 GLuint program = CompileProgramWithGS(essl3_shaders::vs::Simple(), emptyGeometryShader.c_str(), in TEST_P()
215 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), in TEST_P()
223 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutInputPrimitive.c_str(), in TEST_P()
227 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutOutputPrimitive.c_str(), in TEST_P()
231 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutMaxVertices.c_str(), in TEST_P()
277 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P()
323 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P()
361 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P()
400 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P()
442 GLuint program = CompileProgramWithGS(kVS, kGS, essl31_shaders::fs::Red()); in TEST_P()
[all …]
/external/angle/util/
Dshader_utils.h33 ANGLE_UTIL_EXPORT GLuint CompileProgramWithGS(const char *vsSource,
Dshader_utils.cpp204 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS() function
/external/angle/src/tests/test_utils/
Dgl_raii.h168 mHandle = CompileProgramWithGS(vertexShader, geometryShader, fragmentShader); in makeRaster()