Home
last modified time | relevance | path

Searched refs:glShaderSource (Results 1 – 25 of 133) sorted by relevance

123456

/external/angle/src/tests/gl_tests/
DMatrixTest.cpp89 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()
DProgramPipelineTest.cpp252 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()
DShaderNonConstGlobalInitializerTest.cpp68 glShaderSource(badFragment, 1, &fragSrc, nullptr); in TEST_P()
DGeometryShaderTest.cpp1545 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/
Des3fShaderStateQueryTests.cpp697 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 …]
Des3fIndexedStateQueryTests.cpp95 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/
Dimportgl.h89 FNDEF(void, glShaderSource, (GLuint shader, GLsizei count,
137 #define glShaderSource FNPTR(glShaderSource) macro
Dimportgl.c79 IMPORT_FUNC_GL(glShaderSource); in importGLInit()
/external/deqp/modules/gles2/functional/
Des2fShaderStateQueryTests.cpp531 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/
Dcube-gles2.cpp156 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/
Des31fNegativeSSBOBlockTests.cpp389 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/
Dgl_shader.cc55 TFLITE_GPU_CALL_GL(glShaderSource, shader.id(), 1, &src, nullptr)); in CompileShader()
/external/deqp/framework/egl/
DegluStaticES20Library.inl104 { "glShaderSource", (deFunctionPtr)glShaderSource },
DegluStaticES30Library.inl180 { "glShaderSource", (deFunctionPtr)glShaderSource },
/external/skqp/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/examples/helloskar/rendering/
DShaderUtil.java43 GLES20.glShaderSource(shader, code); in loadGLShader()
/external/deqp/external/openglcts/modules/gles31/
Des31cShaderImageSizeTests.cpp296 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()
Des31cVertexAttribBindingTests.cpp360 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/
DGlShader.java26 GLES20.glShaderSource(shader, source); in compileShader()
/external/deqp/external/openglcts/modules/gl/
Dgl4cShaderAtomicCountersTests.cpp134 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/
Dopenglsupport.cpp79 glShaderSource(vtx_id, 1, &vtx, 0); in createShader()
87 glShaderSource(frg_id, 1, &frg, 0); in createShader()
/external/angle/src/tests/deqp_support/
Des31cVertexAttribBindingTests_override.cpp346 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/
DGrGLMakeNativeInterface_egl.cpp90 M(glShaderSource) in egl_get_gl_proc()
/external/skia/src/gpu/gl/egl/
DGrGLMakeEGLInterface.cpp90 M(glShaderSource) in egl_get_gl_proc()
/external/mesa3d/src/intel/tools/imgui/
Dimgui_impl_opengl3.cpp383 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/
DlibGLESv2.def101 glShaderSource @99

123456