Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
DGeometryShaderTest.cpp246 GLuint program = CompileProgramWithGS(essl3_shaders::vs::Simple(), emptyGeometryShader.c_str(), in TEST_P()
264 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), in TEST_P()
272 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutInputPrimitive.c_str(), in TEST_P()
276 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutOutputPrimitive.c_str(), in TEST_P()
280 program = CompileProgramWithGS(essl31_shaders::vs::Simple(), gsWithoutMaxVertices.c_str(), in TEST_P()
326 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P()
372 GLuint program = CompileProgramWithGS(kVS, kGS, kFS); in TEST_P()
410 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P()
449 GLuint program = CompileProgramWithGS(essl31_shaders::vs::Simple(), stream.str().c_str(), in TEST_P()
491 GLuint program = CompileProgramWithGS(kVS, kGS, essl31_shaders::fs::Red()); in TEST_P()
[all …]
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.h34 ANGLE_UTIL_EXPORT GLuint CompileProgramWithGS(const char *vsSource,
Dshader_utils.cpp283 GLuint CompileProgramWithGS(const char *vsSource, const char *gsSource, const char *fsSource) in CompileProgramWithGS() function
/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Dgl_raii.h191 mHandle = CompileProgramWithGS(vertexShader, geometryShader, fragmentShader); in makeRaster()