Home
last modified time | relevance | path

Searched refs:CompileProgram (Results 1 – 25 of 209) sorted by relevance

123456789

/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DGLSLTest.cpp475 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
517 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
549 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
723 program = CompileProgram(vertexShaderSource100, fragmentShaderSource300); in TEST_P()
1607 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
1627 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
2133 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
2156 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
2185 GLuint program = CompileProgram(mSimpleVSSource, fragmentShaderSource); in TEST_P()
2407 GLuint program = CompileProgram(mSimpleVSSource, fragmentShader); in TEST_P()
[all …]
H A DPointSpritesTest.cpp76 GLuint program = CompileProgram(vs, fs); in TEST_P()
177 GLuint program = CompileProgram(vs, fs); in TEST_P()
226 GLuint program = CompileProgram(vs, fs); in TEST_P()
308 GLuint program = CompileProgram(vs, fs); in TEST_P()
423 GLuint program = CompileProgram(vs, fs); in TEST_P()
481 GLuint pointProgram = CompileProgram(pointVS, pointFS); in TEST_P()
485 GLuint quadProgram = CompileProgram(quadVS, quadFS); in TEST_P()
H A DSimpleOperationTest.cpp87 GLuint program = CompileProgram(vsSource, fsSource); in TEST_P()
114 GLuint program = CompileProgram(vsSource, fsSource); in TEST_P()
144 GLuint program = CompileProgram(vsSource, fsSource); in TEST_P()
H A DPackUnpackTest.cpp93 mSNormProgram = CompileProgram(vs, sNormFS); in SetUp()
94 mUNormProgram = CompileProgram(vs, uNormFS); in SetUp()
95 mHalfProgram = CompileProgram(vs, halfFS); in SetUp()
H A DDifferentStencilMasksTest.cpp56 mProgram = CompileProgram(vertexShaderSource, fragmentShaderSource); in SetUp()
142 mProgram = CompileProgram(vertexShaderSource, fragmentShaderSource); in SetUp()
H A DUniformTest.cpp47 mProgram = CompileProgram(vertexShader, fragShader); in SetUp()
129 GLuint program = CompileProgram(vertexShader, fragShader); in TEST_P()
419 mProgram = CompileProgram(vertexShader, fragShader); in TEST_P()
478 mProgram = CompileProgram(vertexShader, fragShader); in TEST_P()
539 GLuint program = CompileProgram(vertShader, fragShader); in TEST_P()
652 mProgram = CompileProgram(vertexShader, fragmentShader); in TEST_P()
H A DTimerQueriesTest.cpp64 mProgram = CompileProgram(passthroughVS, passthroughPS); in SetUp()
67 mProgramCostly = CompileProgram(costlyVS, costlyPS); in SetUp()
415 contexts[0].program = CompileProgram(cheapVS, cheapPS); in TEST_P()
424 contexts[1].program = CompileProgram(costlyVS, costlyPS); in TEST_P()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A Ddraw_call_perf_utils.cpp85 GLuint program = CompileProgram(kSimpleScaleAndOffsetVS, kSimpleFS); in SetupSimpleScaleAndOffsetProgram()
104 GLuint program = CompileProgram(kSimpleDrawVS, kSimpleFS); in SetupSimpleDrawProgram()
118 GLuint program = CompileProgram(kSimpleTexCoordVS, kSimpleTextureFS); in SetupSimpleTextureProgram()
132 GLuint program = CompileProgram(kSimpleTexCoordVS, kDoubleTextureFS); in SetupDoubleTextureProgram()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DBindUniformLocationTest.cpp61 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS, [&](GLuint program) { in TEST_P()
102 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS, [&](GLuint program) { in TEST_P()
225 mProgram = CompileProgram(kVS, kFS, [&](GLuint program) { in TEST_P()
284 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS, [&](GLuint program) { in TEST_P()
373 mProgram = CompileProgram(kVS, kFS, [&](GLuint program) { in TEST_P()
404 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS, [&](GLuint program) { in TEST_P()
431 mProgram = CompileProgram(essl1_shaders::vs::Zero(), kFS, [&](GLuint program) { in TEST_P()
452 mProgram = CompileProgram(vs, fs, [&](GLuint program) { in linkProgramWithUniformLocation()
H A DPackUnpackTest.cpp71 mSNormProgram = CompileProgram(essl3_shaders::vs::Simple(), kSNormFS); in testSetUp()
72 mUNormProgram = CompileProgram(essl3_shaders::vs::Simple(), kUNormFS); in testSetUp()
73 mHalfProgram = CompileProgram(essl3_shaders::vs::Simple(), kHalfFS); in testSetUp()
H A DBlendFuncExtendedTest.cpp132 mProgram = CompileProgram(vertSource, fragSource); in makeProgram()
347 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
378 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
411 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
493 CompileProgram(essl3_shaders::vs::Simple(), kFragColorShader, [&](GLuint program) { in TEST_P()
532 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFragDataShader, [](GLuint program) { in TEST_P()
656 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFS); in TEST_P()
H A DGLSLTest.cpp1010 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1072 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1096 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1113 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1133 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1150 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1170 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1188 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1209 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1228 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
[all …]
H A DTimerQueriesTest.cpp51 mProgram = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in testSetUp()
54 mProgramCostly = CompileProgram(kCostlyVS, kCostlyFS); in testSetUp()
363 contexts[0].program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P()
372 contexts[1].program = CompileProgram(kCostlyVS, kCostlyFS); in TEST_P()
H A DUniformTest.cpp344 mProgram = CompileProgram(kVS, kFS); in testSetUp()
705 mProgram = CompileProgram(essl3_shaders::vs::Zero(), kFragShader); in TEST_P()
757 mProgram = CompileProgram(essl3_shaders::vs::Zero(), kFS); in TEST_P()
817 mProgram = CompileProgram(essl3_shaders::vs::Zero(), kFS); in TEST_P()
1067 mProgram = CompileProgram(vertexShader.c_str(), kFS); in TEST_P()
1232 mProgram = CompileProgram(kVS, kFS); in TEST_P()
1259 mProgram = CompileProgram(kVS, kFS); in TEST_P()
1396 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in TEST_P()
1431 mProgram = CompileProgram(kVS, kFS); in TEST_P()
H A DAtomicCounterBufferTest.cpp67 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
89 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
111 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
H A DBuiltinVariableTest.cpp54 mProgram = CompileProgram(kVS, kFS); in testSetUp()
218 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS); in testSetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/util/
H A Dshader_utils.h27 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource, const char *fsSource);
29 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource,
H A Dshader_utils.cpp192 GLuint CompileProgram(const char *vsSource, const char *fsSource) in CompileProgram() function
197 GLuint CompileProgram(const char *vsSource, in CompileProgram() function
225 return CompileProgram(vsSource.c_str(), fsSource.c_str()); in CompileProgramFromFiles()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/util/
H A Dshader_utils.h28 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource, const char *fsSource);
30 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource,
H A Dshader_utils.cpp226 GLuint CompileProgram(const char *vsSource, const char *fsSource) in CompileProgram() function
231 GLuint CompileProgram(const char *vsSource, in CompileProgram() function
259 return CompileProgram(vsSource.c_str(), fsSource.c_str()); in CompileProgramFromFiles()
/dports/emulators/dolphin-emu/dolphin-3152428/Source/Core/Common/GL/
H A DGLUtil.h18 GLuint CompileProgram(const std::string& vertexShader, const std::string& fragmentShader);
/dports/science/py-pymol/pymol-open-source-2.4.0/contrib/vr/
H A DOpenVRUtils.h42 GLuint CompileProgram(char const* vertexShader, char const* fragmentShader, char const* attributes…
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/egl_tests/
H A DEGLBlobCacheTest.cpp265 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P()
274 program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/samples/hello_triangle/
H A DHelloTriangle.cpp41 mProgram = CompileProgram(kVS, kFS); in initialize()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/samples/hello_triangle/
H A DHelloTriangle.cpp41 mProgram = CompileProgram(kVS, kFS); in initialize()

123456789