Home
last modified time | relevance | path

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

12345

/third_party/skia/third_party/externals/angle2/src/tests/test_utils/
Ddraw_call_perf_utils.cpp103 GLuint program = CompileProgram(kSimpleScaleAndOffsetVS, kSimpleFS); in SetupSimpleScaleAndOffsetProgram()
122 GLuint program = CompileProgram(kSimpleDrawVS, kSimpleFS); in SetupSimpleDrawProgram()
136 GLuint program = CompileProgram(kSimpleTexCoordVS, kSimpleTextureFS); in SetupSimpleTextureProgram()
150 GLuint program = CompileProgram(kSimpleTexCoordVS, kDoubleTextureFS); in SetupDoubleTextureProgram()
164 GLuint program = CompileProgram(kSimpleTexCoordVS, kEightTextureFS); in SetupEightTextureProgram()
/third_party/skia/third_party/externals/angle2/src/tests/gl_tests/
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()
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()
DBlendFuncExtendedTest.cpp133 mProgram = CompileProgram(vertSource, fragSource); in makeProgram()
473 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
504 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
540 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
622 CompileProgram(essl3_shaders::vs::Simple(), kFragColorShader, [&](GLuint program) { in TEST_P()
661 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFragDataShader, [](GLuint program) { in TEST_P()
785 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFS); in TEST_P()
DGLSLTest.cpp350 GLuint program = CompileProgram(vertexShaderSource.c_str(), fragmentShaderSource.c_str()); in VaryingTestBase()
435 GLuint program = CompileProgram(vertexShader.str().c_str(), fragmentShader.str().c_str()); in CompileGLSLWithUniformsAndSamplers()
1653 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1695 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P()
1698 program = CompileProgram(essl1_shaders::vs::Simple(), essl3_shaders::fs::Red()); in TEST_P()
1715 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1739 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1756 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1776 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
1793 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
[all …]
DUniformTest.cpp351 mProgram = CompileProgram(kVS, kFS); in testSetUp()
717 mProgram = CompileProgram(essl3_shaders::vs::Zero(), kFragShader); in TEST_P()
769 mProgram = CompileProgram(essl3_shaders::vs::Zero(), kFS); in TEST_P()
830 mProgram = CompileProgram(essl3_shaders::vs::Zero(), kFS); in TEST_P()
1081 mProgram = CompileProgram(vertexShader.c_str(), kFS); in TEST_P()
1246 mProgram = CompileProgram(kVS, kFS); in TEST_P()
1273 mProgram = CompileProgram(kVS, kFS); in TEST_P()
1410 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in TEST_P()
1445 mProgram = CompileProgram(kVS, kFS); in TEST_P()
1484 mProgram = CompileProgram(kVS, kFS); in TEST_P()
[all …]
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()
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()
DBuiltinVariableTest.cpp54 mProgram = CompileProgram(kVS, kFS); in testSetUp()
219 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS); in testSetUp()
DFloatingPointSurfaceTest.cpp36 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in testSetUp()
DIndexedPointsTest.cpp46 mProgram = CompileProgram(kVS, kFS); in testSetUp()
68 mVertexWithColorBufferProgram = CompileProgram(kVS2, kFS2); in testSetUp()
DActiveTextureCacheTest.cpp48 mProgram = CompileProgram(kVS, k2DFS); in testSetUp()
DColorMaskTest.cpp30 mProgram = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::UniformColor()); in testSetUp()
DDifferentStencilMasksTest.cpp36 mProgram = CompileProgram(essl1_shaders::vs::Zero(), essl1_shaders::fs::Blue()); in testSetUp()
DUnpackRowLength.cpp38 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in testSetUp()
DMaxTextureSizeTest.cpp52 mTextureProgram = CompileProgram(kVS, kTextureFS); in testSetUp()
53 mBlueProgram = CompileProgram(kVS, kBlueFS); in testSetUp()
/third_party/skia/third_party/externals/angle2/util/
Dshader_utils.h28 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource, const char *fsSource);
30 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource,
Dshader_utils.cpp271 GLuint CompileProgram(const char *vsSource, const char *fsSource) in CompileProgram() function
276 GLuint CompileProgram(const char *vsSource, in CompileProgram() function
312 return CompileProgram(vsSource.c_str(), fsSource.c_str()); in CompileProgramFromFiles()
/third_party/skia/third_party/externals/angle2/src/tests/egl_tests/
DEGLBlobCacheTest.cpp265 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P()
274 program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P()
/third_party/skia/third_party/externals/angle2/samples/hello_triangle/
DHelloTriangle.cpp41 mProgram = CompileProgram(kVS, kFS); in initialize()
/third_party/skia/third_party/externals/angle2/samples/multiview/
DMultiview.cpp150 mMultiviewProgram = CompileProgram(kMultiviewVS, kMultiviewFS); in initialize()
189 mCombineProgram = CompileProgram(kCombineVS, kCombineFS); in initialize()
/third_party/skia/third_party/externals/angle2/samples/simple_texture_2d/
DSimpleTexture2D.cpp46 mProgram = CompileProgram(kVS, kFS); in initialize()
/third_party/skia/third_party/externals/angle2/samples/simple_texture_cubemap/
DSimpleTextureCubemap.cpp48 mProgram = CompileProgram(kVS, kFS); in initialize()
/third_party/skia/third_party/externals/angle2/samples/texture_wrap/
DTextureWrap.cpp47 mProgram = CompileProgram(kVS, kFS); in initialize()
/third_party/skia/third_party/externals/angle2/samples/mip_map_2d/
DMipMap2D.cpp47 mProgram = CompileProgram(kVS, kFS); in initialize()

12345