/external/angle/src/tests/test_utils/ |
D | draw_call_perf_utils.cpp | 103 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()
|
/external/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 | UniformTest.cpp | 345 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in testSetUp() 476 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), kFragShader); in TEST_P() 537 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), kFragShader); in TEST_P() 644 GLuint program = CompileProgram(essl1_shaders::vs::Simple(), kFragShader); in TEST_P() 721 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFragShader); in TEST_P() 797 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFragShader); in TEST_P() 850 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFragShader); in TEST_P() 925 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFragShader); in TEST_P() 974 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFragShader); in TEST_P() 1048 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFragShader); in TEST_P() [all …]
|
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 | BlendFuncExtendedTest.cpp | 133 mProgram = CompileProgram(vertSource, fragSource); in makeProgram() 598 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P() 629 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P() 691 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P() 767 CompileProgram(essl3_shaders::vs::Simple(), kFragColorShader, [&](GLuint program) { in TEST_P() 806 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFragDataShader, [](GLuint program) { in TEST_P() 930 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), kFS); in TEST_P() 1080 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS, [](GLuint program) { in TEST_P()
|
D | GLSLTest.cpp | 351 GLuint program = CompileProgram(vertexShaderSource.c_str(), fragmentShaderSource.c_str()); in VaryingTestBase() 436 GLuint program = CompileProgram(vertexShader.str().c_str(), fragmentShader.str().c_str()); in CompileGLSLWithUniformsAndSamplers() 1743 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1785 GLuint program = CompileProgram(essl3_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P() 1788 program = CompileProgram(essl1_shaders::vs::Simple(), essl3_shaders::fs::Red()); in TEST_P() 1805 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1829 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1846 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1866 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 1883 GLuint program = CompileProgram(kVS, kFS); in TEST_P() [all …]
|
D | ETCTextureTest.cpp | 444 GLuint program = CompileProgram(kVS, kTextureCubeFS); in TEST_P() 489 GLuint program = CompileProgram(kVS, kTexture2DArrayFS); in TEST_P() 525 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 603 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 664 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
|
D | TimerQueriesTest.cpp | 52 mProgram = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in testSetUp() 55 mProgramCostly = CompileProgram(kCostlyVS, kCostlyFS); in testSetUp() 364 contexts[0].program = CompileProgram(essl1_shaders::vs::Simple(), essl1_shaders::fs::Red()); in TEST_P() 373 contexts[1].program = CompileProgram(kCostlyVS, kCostlyFS); in TEST_P()
|
D | BuiltinVariableTest.cpp | 54 mProgram = CompileProgram(kVS, kFS); in testSetUp() 219 mProgram = CompileProgram(essl3_shaders::vs::Simple(), kFS); in testSetUp()
|
D | FloatingPointSurfaceTest.cpp | 36 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in testSetUp()
|
D | IndexedPointsTest.cpp | 46 mProgram = CompileProgram(kVS, kFS); in testSetUp() 68 mVertexWithColorBufferProgram = CompileProgram(kVS2, kFS2); 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()
|
D | UnpackRowLength.cpp | 38 mProgram = CompileProgram(essl1_shaders::vs::Simple(), kFS); in testSetUp()
|
D | AtomicCounterBufferTest.cpp | 67 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 373 GLuint program = CompileProgram(kVS, kFS); in TEST_P() 395 GLuint program = CompileProgram(kVS, kFS); in TEST_P()
|
/external/angle/util/ |
D | shader_utils.h | 30 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource, const char *fsSource); 32 ANGLE_UTIL_EXPORT GLuint CompileProgram(const char *vsSource,
|
D | shader_utils.cpp | 291 GLuint CompileProgram(const char *vsSource, const char *fsSource) in CompileProgram() function 296 GLuint CompileProgram(const char *vsSource, in CompileProgram() function 332 return CompileProgram(vsSource.c_str(), fsSource.c_str()); in CompileProgramFromFiles()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/metal/ |
D | compute_task.cc | 204 return CompileProgram(device, operation_->code_, defines_); in Compile() 207 absl::Status ComputeTask::CompileProgram( in CompileProgram() function in tflite::gpu::metal::ComputeTask 240 return CompileProgram(device, code, defines); in Init()
|
/external/angle/samples/hello_triangle/ |
D | HelloTriangle.cpp | 39 mProgram = CompileProgram(kVS, kFS); in initialize()
|
/external/angle/samples/simple_texture_2d/ |
D | SimpleTexture2D.cpp | 46 mProgram = CompileProgram(kVS, kFS); in initialize()
|
/external/angle/samples/multiview/ |
D | Multiview.cpp | 150 mMultiviewProgram = CompileProgram(kMultiviewVS, kMultiviewFS); in initialize() 189 mCombineProgram = CompileProgram(kCombineVS, kCombineFS); in initialize()
|
/external/angle/src/tests/perf_tests/ |
D | MultisampledSwapchainResolve.cpp | 93 mProgram = CompileProgram(kVS, kFS); in initShaders()
|
/external/angle/samples/simple_texture_cubemap/ |
D | SimpleTextureCubemap.cpp | 48 mProgram = CompileProgram(kVS, kFS); in initialize()
|
/external/angle/samples/simple_vertex_shader/ |
D | SimpleVertexShader.cpp | 51 mProgram = CompileProgram(kVS, kFS); in initialize()
|