/external/angle/src/tests/gl_tests/ |
D | MatrixTest.cpp | 89 glShaderSource(vs, 1, sourceVsArray, nullptr); in TEST_P() 153 glShaderSource(vs, 1, sourceVsArray, nullptr); in TEST_P() 219 glShaderSource(vs, 1, sourceVsArray, nullptr); in TEST_P() 295 glShaderSource(vs, 1, sourceVsArray, nullptr); in TEST_P()
|
D | ProgramPipelineTest.cpp | 252 glShaderSource(shader, 1, &shaderString, nullptr); in createShaderProgram() 481 glShaderSource(vertShader, 1, &vertString, nullptr); in TEST_P() 489 glShaderSource(fragShader, 1, &fragString, nullptr); in TEST_P() 520 glShaderSource(fragShader, 1, &fragString2, nullptr); in TEST_P() 837 glShaderSource(vertShader, 1, &vertString, nullptr); in TEST_P() 845 glShaderSource(fragShader, 1, &fragStringGreen, nullptr); in TEST_P() 868 glShaderSource(fragShader, 1, &fragStringRed, nullptr); in TEST_P()
|
D | ShaderNonConstGlobalInitializerTest.cpp | 68 glShaderSource(badFragment, 1, &fragSrc, nullptr); in TEST_P()
|
D | GeometryShaderTest.cpp | 1545 glShaderSource(vertShader, 1, &kVS, nullptr); in TEST_P() 1555 glShaderSource(geomShader, 1, &kGS, nullptr); in TEST_P() 1559 glShaderSource(fragShader, 1, &kFS, nullptr); in TEST_P() 1596 glShaderSource(vertShader, 1, &otherVS, nullptr); in TEST_P() 1608 glShaderSource(fragShader, 1, &otherFS, nullptr); in TEST_P()
|
/external/deqp/modules/gles3/functional/ |
D | es3fShaderStateQueryTests.cpp | 697 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 698 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 729 glShaderSource(shader, 1, &brokenShader, DE_NULL); in test() 822 glShaderSource(shader, 1, &brokenShader, DE_NULL); in test() 842 glShaderSource(shader, 2, shaders, DE_NULL); in test() 925 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 926 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 1235 glShaderSource(shaderVert, 1, &vtxSource, DE_NULL); in test() 1236 glShaderSource(shaderFrag, 1, &frgSource, DE_NULL); in test() 1336 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() [all …]
|
D | es3fIndexedStateQueryTests.cpp | 95 glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL); in test() 96 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, DE_NULL); in test() 351 glShaderSource(shaderVert, 1, &testVertSource, DE_NULL); in test() 352 glShaderSource(shaderFrag, 1, &testFragSource, DE_NULL); in test()
|
/external/autotest/client/site_tests/graphics_SanAngeles/src/ |
D | importgl.h | 89 FNDEF(void, glShaderSource, (GLuint shader, GLsizei count, 137 #define glShaderSource FNPTR(glShaderSource) macro
|
D | importgl.c | 79 IMPORT_FUNC_GL(glShaderSource); in importGLInit()
|
/external/deqp/modules/gles2/functional/ |
D | es2fShaderStateQueryTests.cpp | 531 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 532 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 565 glShaderSource(shader, 1, &brokenShader, DE_NULL); in test() 660 glShaderSource(shader, 1, &brokenShader, DE_NULL); in test() 680 glShaderSource(shader, 2, shaders, DE_NULL); in test() 763 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() 764 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL); in test() 978 glShaderSource(shaderVert, 1, &brokenShader, DE_NULL); in test() 979 glShaderSource(shaderFrag, 1, &brokenShader, DE_NULL); in test() 1046 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL); in test() [all …]
|
/external/libkmsxx/kmscube/ |
D | cube-gles2.cpp | 156 glShaderSource(vertex_shader, 1, &vertex_shader_source, NULL); in GlScene() 164 glShaderSource(fragment_shader, 1, &fragment_shader_source, NULL); in GlScene()
|
/external/deqp/modules/gles31/functional/ |
D | es31fNegativeSSBOBlockTests.cpp | 389 ctx.glShaderSource(shaderVertexGL, 1, &shaderVertexCharPtr, DE_NULL); in ssbo_block_matching() 418 ctx.glShaderSource(shaderFragmentGL, 1, &shaderFragmentCharPtr, DE_NULL); in ssbo_block_matching() 493 ctx.glShaderSource(shaderVertexGL, 1, &shaderVertexCharPtr, DE_NULL); in ssbo_block_shared_qualifier() 522 ctx.glShaderSource(shaderFragmentGL, 1, &shaderFragmentCharPtr, DE_NULL); in ssbo_block_shared_qualifier()
|
/external/tensorflow/tensorflow/lite/delegates/gpu/gl/ |
D | gl_shader.cc | 55 TFLITE_GPU_CALL_GL(glShaderSource, shader.id(), 1, &src, nullptr)); in CompileShader()
|
/external/deqp/framework/egl/ |
D | egluStaticES20Library.inl | 104 { "glShaderSource", (deFunctionPtr)glShaderSource },
|
D | egluStaticES30Library.inl | 180 { "glShaderSource", (deFunctionPtr)glShaderSource },
|
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/ |
D | ShaderUtil.java | 43 GLES20.glShaderSource(shader, code); in loadGLShader()
|
/external/deqp/external/openglcts/modules/gles31/ |
D | es31cShaderImageSizeTests.cpp | 296 glShaderSource(sh, 2, src, NULL); in CreateComputeProgram() 325 glShaderSource(sh, 2, src, NULL); in BuildProgram() 341 glShaderSource(sh, 2, src, NULL); in BuildProgram() 716 glShaderSource(sh, 1, &src, NULL); in Compile()
|
D | es31cVertexAttribBindingTests.cpp | 360 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 361 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 473 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 474 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 1535 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 1536 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 2466 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 2467 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 2715 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 2716 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() [all …]
|
/external/webrtc/sdk/android/api/org/webrtc/ |
D | GlShader.java | 26 GLES20.glShaderSource(shader, source); in compileShader()
|
/external/deqp/external/openglcts/modules/gl/ |
D | gl4cShaderAtomicCountersTests.cpp | 134 glShaderSource(sh, 1, &src_vs, NULL); in CreateProgram() 142 glShaderSource(sh, 1, &src_tcs, NULL); in CreateProgram() 150 glShaderSource(sh, 1, &src_tes, NULL); in CreateProgram() 158 glShaderSource(sh, 1, &src_gs, NULL); in CreateProgram() 166 glShaderSource(sh, 1, &src_fs, NULL); in CreateProgram() 3276 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 3291 glShaderSource(sh, 1, &glsl_fs1, NULL); in Run() 3368 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 3383 glShaderSource(sh, 1, &glsl_fs1, NULL); in Run() 3454 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() [all …]
|
/external/eigen/unsupported/test/ |
D | openglsupport.cpp | 79 glShaderSource(vtx_id, 1, &vtx, 0); in createShader() 87 glShaderSource(frg_id, 1, &frg, 0); in createShader()
|
/external/angle/src/tests/deqp_support/ |
D | es31cVertexAttribBindingTests_override.cpp | 346 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 347 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 468 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 469 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 1544 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 1545 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 2500 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 2501 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() 2748 glShaderSource(sh, 1, &glsl_vs, NULL); in Run() 2749 glShaderSource(fsh, 1, &glsl_fs, NULL); in Run() [all …]
|
/external/skqp/src/gpu/gl/egl/ |
D | GrGLMakeNativeInterface_egl.cpp | 90 M(glShaderSource) in egl_get_gl_proc()
|
/external/skia/src/gpu/gl/egl/ |
D | GrGLMakeEGLInterface.cpp | 90 M(glShaderSource) in egl_get_gl_proc()
|
/external/mesa3d/src/intel/tools/imgui/ |
D | imgui_impl_opengl3.cpp | 383 glShaderSource(g_VertHandle, 2, vertex_shader_with_version, NULL); in ImGui_ImplOpenGL3_CreateDeviceObjects() 389 glShaderSource(g_FragHandle, 2, fragment_shader_with_version, NULL); in ImGui_ImplOpenGL3_CreateDeviceObjects()
|
/external/swiftshader/src/OpenGL/libGLESv2/ |
D | libGLESv2.def | 101 glShaderSource @99
|