Home
last modified time | relevance | path

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

1234

/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()
272 glShaderSource(shaderVert, 1, &testVertSource, DE_NULL); in test()
273 glShaderSource(shaderFrag, 1, &testFragSource, DE_NULL); in test()
Des3fBooleanStateQueryTests.cpp589 glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL); in test()
597 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, 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()
Dshader.c45 glShaderSource(shader, 1, &src, NULL); in createShader()
/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 …]
Des2fShaderApiTests.cpp374 glShaderSource(shaderObject, 1, &shaderSource, 0); in test()
414 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
417 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
Des2fNegativeShaderApiTests.cpp90 glShaderSource(1, 0, 0, 0); in init()
96 glShaderSource(shader, -1, 0, 0); in init()
102 glShaderSource(program, 0, 0, 0); in init()
/external/autotest/client/deps/glbench/src/
Dmain.h41 F(glShaderSource, PFNGLSHADERSOURCEPROC) \
81 F(glShaderSource, PFNGLSHADERSOURCEPROC) \
Dutils.cc333 glShaderSource(vertex_shader, count + 1, header_and_body, NULL); in InitShaderProgramWithHeaders()
335 glShaderSource(fragment_shader, count + 1, header_and_body, NULL); in InitShaderProgramWithHeaders()
/external/deqp/framework/egl/
DegluStaticES20Library.inl104 { "glShaderSource", (deFunctionPtr)glShaderSource },
DegluStaticES30Library.inl180 { "glShaderSource", (deFunctionPtr)glShaderSource },
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
DGlShader.java45 GLES20.glShaderSource(shader, source); in compileShader()
/external/eigen/unsupported/test/
Dopenglsupport.cpp79 glShaderSource(vtx_id, 1, &vtx, 0); in createShader()
87 glShaderSource(frg_id, 1, &frg, 0); in createShader()
/external/skia/src/gpu/gl/android/
DGrGLCreateNativeInterface_android.cpp129 return (GrGLFuncPtr) glShaderSource; in android_get_gl_proc()
/external/deqp/framework/opengl/wrapper/
DglwInitES20Direct.inl104 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
DglwInitES30Direct.inl180 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
/external/deqp/modules/gles31/functional/
Des31fNegativeShaderApiTests.cpp106 ctx.glShaderSource(notAShader, 0, 0, 0); in shader_source()
112 ctx.glShaderSource(shader, -1, 0, 0); in shader_source()
118 ctx.glShaderSource(program, 0, 0, 0); in shader_source()
2293 ctx.glShaderSource(computeShader, 1, &computeShaderSource, DE_NULL); in link_compute_shader()
2294 ctx.glShaderSource(otherShader, 1, &otherShaderSource, DE_NULL); in link_compute_shader()
2319 ctx.glShaderSource(computeShader, 1, &computeShaderSource, DE_NULL); in link_compute_shader()
2320 ctx.glShaderSource(computeShader310, 1, &computeShaderSource310, DE_NULL); in link_compute_shader()
2342 ctx.glShaderSource(shader, 1, computeShaderSource, DE_NULL); in compile_compute_shader_helper()
Des31fShaderStateQueryTests.cpp426 gl.glShaderSource(shader, 1, &brokenSource, DE_NULL); in iterate()
/external/webrtc/webrtc/modules/video_render/android/
Dvideo_render_opengles20.cc244 glShaderSource(shader, 1, &pSource, NULL); in loadShader()
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/
DGwtGL20Debug.java790 public void glShaderSource (int shader, String source) { in glShaderSource() method in GwtGL20Debug
792 super.glShaderSource(shader, source); in glShaderSource()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java250 public native void glShaderSource ( int shader, String string ); in glShaderSource() method in IOSGLES20
/external/libgdx/backends/gdx-backend-android/src/com/badlogic/gdx/backends/android/
DAndroidGL20.java249 public native void glShaderSource (int shader, String string); in glShaderSource() method in AndroidGL20
/external/libgdx/backends/gdx-backend-robovm/src/com/badlogic/gdx/backends/iosrobovm/
DIOSGLES20.java250 public native void glShaderSource ( int shader, String string ); in glShaderSource() method in IOSGLES20

1234