Searched refs:glShaderSource (Results 1 - 25 of 70) sorted by relevance

123

/external/autotest/client/site_tests/graphics_SanAngeles/src/
H A Dimportgl.c79 IMPORT_FUNC_GL(glShaderSource);
H A Dimportgl.h89 FNDEF(void, glShaderSource, (GLuint shader, GLsizei count,
137 #define glShaderSource FNPTR(glShaderSource) macro
H A Dshader.c45 glShaderSource(shader, 1, &src, NULL);
/external/autotest/client/deps/glbench/src/
H A Dmain.h41 F(glShaderSource, PFNGLSHADERSOURCEPROC) \
81 F(glShaderSource, PFNGLSHADERSOURCEPROC) \
H A Dutils.cc316 glShaderSource(vertex_shader, count + 1, header_and_body, NULL);
318 glShaderSource(fragment_shader, count + 1, header_and_body, NULL);
/external/deqp/modules/gles3/functional/
H A Des3fIndexedStateQueryTests.cpp95 glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL);
96 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, DE_NULL);
272 glShaderSource(shaderVert, 1, &testVertSource, DE_NULL);
273 glShaderSource(shaderFrag, 1, &testFragSource, DE_NULL);
H A Des3fShaderStateQueryTests.cpp697 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL);
698 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL);
729 glShaderSource(shader, 1, &brokenShader, DE_NULL);
822 glShaderSource(shader, 1, &brokenShader, DE_NULL);
842 glShaderSource(shader, 2, shaders, DE_NULL);
925 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL);
926 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL);
1235 glShaderSource(shaderVert, 1, &vtxSource, DE_NULL);
1236 glShaderSource(shaderFrag, 1, &frgSource, DE_NULL);
1336 glShaderSource(shaderVer
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fNegativeSSBOBlockTests.cpp389 ctx.glShaderSource(shaderVertexGL, 1, &shaderVertexCharPtr, DE_NULL);
418 ctx.glShaderSource(shaderFragmentGL, 1, &shaderFragmentCharPtr, DE_NULL);
493 ctx.glShaderSource(shaderVertexGL, 1, &shaderVertexCharPtr, DE_NULL);
522 ctx.glShaderSource(shaderFragmentGL, 1, &shaderFragmentCharPtr, DE_NULL);
H A Des31fShaderStateQueryTests.cpp426 gl.glShaderSource(shader, 1, &brokenSource, DE_NULL);
/external/webrtc/talk/app/webrtc/java/android/org/webrtc/
H A DGlShader.java45 GLES20.glShaderSource(shader, source);
/external/deqp/modules/gles2/functional/
H A Des2fShaderStateQueryTests.cpp531 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL);
532 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL);
565 glShaderSource(shader, 1, &brokenShader, DE_NULL);
660 glShaderSource(shader, 1, &brokenShader, DE_NULL);
680 glShaderSource(shader, 2, shaders, DE_NULL);
763 glShaderSource(shaderVert, 1, &commonTestVertSource, DE_NULL);
764 glShaderSource(shaderFrag, 1, &commonTestFragSource, DE_NULL);
978 glShaderSource(shaderVert, 1, &brokenShader, DE_NULL);
979 glShaderSource(shaderFrag, 1, &brokenShader, DE_NULL);
1046 glShaderSource(shaderVer
[all...]
H A Des2fNegativeShaderApiTests.cpp80 ES2F_ADD_API_CASE(shader_source, "Invalid glShaderSource() usage",
90 glShaderSource(1, 0, 0, 0);
96 glShaderSource(shader, -1, 0, 0);
102 glShaderSource(program, 0, 0, 0);
H A Des2fShaderApiTests.cpp374 glShaderSource(shaderObject, 1, &shaderSource, 0);
414 glShaderSource(vertShader, 1, &vertSource, 0);
417 glShaderSource(fragShader, 1, &fragSource, 0);
625 // glShaderSource() split source case
1053 TestCaseGroup* shaderSourceGroup = new TestCaseGroup(m_context, "shader_source", "glShaderSource() tests");
/external/swiftshader/third_party/PowerVR_SDK/Examples/Beginner/01_HelloAPI/OGLES2/
H A DOGLES2HelloAPI_Windows.cpp334 glShaderSource(uiFragShader, 1, (const char**)&pszFragShader, NULL);
363 glShaderSource(uiVertShader, 1, (const char**)&pszVertShader, NULL);
H A DOGLES2HelloAPI_OSX.mm363 glShaderSource(fragmentShader, 1, (const char**)&fragmentShaderSource, NULL);
407 glShaderSource(vertexShader, 1, (const char**)&vertexShaderSource, NULL);
H A DOGLES2HelloAPI_LinuxX11.cpp461 glShaderSource(fragmentShader, 1, (const char**)&fragmentShaderSource, NULL);
505 glShaderSource(vertexShader, 1, (const char**)&vertexShaderSource, NULL);
/external/swiftshader/third_party/PowerVR_SDK/Tools/OGLES2/
H A DPVRTShader.cpp90 glShaderSource(*pObject, 1, &pszString, NULL);
/external/deqp/framework/egl/
H A DegluStaticES20Library.inl104 { "glShaderSource", (deFunctionPtr)glShaderSource },
H A DegluStaticES30Library.inl180 { "glShaderSource", (deFunctionPtr)glShaderSource },
/external/mesa3d/src/mapi/es2api/
H A DABI-check188 glShaderSource
/external/deqp/framework/opengl/wrapper/
H A DglwInitES20Direct.inl104 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
/external/eigen/unsupported/test/
H A Dopenglsupport.cpp79 glShaderSource(vtx_id, 1, &vtx, 0);
87 glShaderSource(frg_id, 1, &frg, 0);
/external/webrtc/webrtc/modules/video_render/ios/
H A Dopen_gles20.mm169 glShaderSource(shader, 1, &shader_source, NULL);
/external/skia/src/gpu/gl/android/
H A DGrGLCreateNativeInterface_android.cpp129 } else if (0 == strcmp("glShaderSource", name)) {
130 return (GrGLFuncPtr) glShaderSource;
/external/webrtc/webrtc/modules/video_render/android/
H A Dvideo_render_opengles20.cc244 glShaderSource(shader, 1, &pSource, NULL);

Completed in 438 milliseconds

123