/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | BindUniformLocationTest.cpp | 61 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()
|
D | GLSLTest.cpp | 349 GLuint program = CompileProgram(vertexShaderSource.c_str(), fragmentShaderSource.c_str()); in VaryingTestBase() 434 GLuint program = CompileProgram(vertexShader.str().c_str(), fragmentShader.str().c_str()); in CompileGLSLWithUniformsAndSamplers() 1006 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1048 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P() 1051 program = CompileProgram(essl1_shaders::vs::Simple(), essl3_shaders::fs::Red()); in TEST_P() 1068 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1092 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1109 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1129 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1146 GLuint program = CompileProgram(kVS, kFS); in TEST_P() [all …]
|
D | BlendFuncExtendedTest.cpp | 132 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()
|
D | PackUnpackTest.cpp | 71 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()
|
D | AtomicCounterBufferTest.cpp | 67 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()
|
D | TimerQueriesTest.cpp | 51 mProgram = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in testSetUp() 54 mProgramCostly = CompileProgram(kCostlyVS, kCostlyFS); in testSetUp() 354 contexts[0].program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P() 363 contexts[1].program = CompileProgram(kCostlyVS, kCostlyFS); in TEST_P()
|
D | UniformTest.cpp | 344 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()
|
D | MipmapTest.cpp | 97 m2DProgram = CompileProgram(kVS, kFS); in setUp2DProgram() 122 mCubeProgram = CompileProgram(kVS, kFS); in setUpCubeProgram() 272 mArrayProgram = CompileProgram(vertexShaderSource(), kFS); in setUpArrayProgram() 301 m3DProgram = CompileProgram(vertexShaderSource(), kFS); in setUp3DProgram() 332 m2DProgram = CompileProgram(vertexShaderSource(), kFS); in setUp2DProgram() 352 mCubeProgram = CompileProgram(vertexShaderSource(), kFS); in setUpCubeProgram()
|
D | BuiltinVariableTest.cpp | 54 mProgram = CompileProgram(kVS, kFS); in testSetUp() 218 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS); in testSetUp()
|
D | IndexedPointsTest.cpp | 46 mProgram = CompileProgram(kVS, kFS); in testSetUp() 68 mVertexWithColorBufferProgram = CompileProgram(kVS2, kFS2); in testSetUp()
|
D | OcclusionQueriesTest.cpp | 30 mProgram = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in testSetUp() 297 context.program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P()
|
D | MaxTextureSizeTest.cpp | 51 mTextureProgram = CompileProgram(kVS, kTextureFS); in testSetUp() 52 mBlueProgram = CompileProgram(kVS, kBlueFS); in testSetUp()
|
D | DrawBuffersTest.cpp | 116 *programOut = CompileProgram(essl3_shaders::vs::Simple(), strstr.str().c_str()); in setupMRTProgramESSL3() 147 *programOut = CompileProgram(essl1_shaders::vs::Simple(), strstr.str().c_str()); in setupMRTProgramESSL1() 542 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), kFS); in TEST_P()
|
D | DrawElementsTest.cpp | 132 mProgram = CompileProgram(kVS, kFS); in TEST_P() 258 mProgram = CompileProgram(kVS, kFS); in TEST_P()
|
D | SwizzleTest.cpp | 84 mProgram = CompileProgram(kVS, kFS); in testSetUp() 235 mProgram = CompileProgram(kVS, kFS); in testSetUp()
|
D | FloatingPointSurfaceTest.cpp | 36 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in testSetUp()
|
D | ActiveTextureCacheTest.cpp | 48 mProgram = CompileProgram(kVS, k2DFS); in testSetUp()
|
D | ColorMaskTest.cpp | 30 mProgram = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::UniformColor()); in testSetUp()
|
D | DifferentStencilMasksTest.cpp | 36 mProgram = CompileProgram(essl1_shaders::vs::Zero(), essl1_shaders::fs::Blue()); in testSetUp()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/egl_tests/ |
D | EGLBlobCacheTest.cpp | 162 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc); in TEST_P() 168 program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc); in TEST_P() 174 program = CompileProgram(kVertexShaderSrc2, kFragmentShaderSrc2); in TEST_P() 180 program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc); in TEST_P() 266 GLuint program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P() 275 program = CompileProgram(kVertexShaderSrc, kFragmentShaderSrc, [](GLuint p) { in TEST_P()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/test_utils/ |
D | draw_call_perf_utils.cpp | 85 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()
|
/device/generic/vulkan-cereal/third-party/angle/util/ |
D | shader_utils.cpp | 211 GLuint CompileProgram(const char *vsSource, const char *fsSource) in CompileProgram() function 216 GLuint CompileProgram(const char *vsSource, in CompileProgram() function 244 return CompileProgram(vsSource.c_str(), fsSource.c_str()); in CompileProgramFromFiles()
|
D | shader_utils.h | 28 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource, const char *fsSource); 30 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource,
|
/device/generic/vulkan-cereal/third-party/angle/samples/multiview/ |
D | Multiview.cpp | 150 mMultiviewProgram = CompileProgram(kMultiviewVS, kMultiviewFS); in initialize() 189 mCombineProgram = CompileProgram(kCombineVS, kCombineFS); in initialize()
|
/device/generic/vulkan-cereal/third-party/angle/samples/hello_triangle/ |
D | HelloTriangle.cpp | 41 mProgram = CompileProgram(kVS, kFS); in initialize()
|