Home
last modified time | relevance | path

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

12

/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()
Des3fShaderApiTests.cpp428 glShaderSource(shaderObject, 1, &shaderSource, 0); in test()
468 glShaderSource(vertShader, 1, &vertSource, 0); in compileShaders()
471 glShaderSource(fragShader, 1, &fragSource, 0); in compileShaders()
Des3fNegativeShaderApiTests.cpp108 glShaderSource(1, 0, 0, 0); in init()
114 glShaderSource(shader, -1, 0, 0); in init()
120 glShaderSource(program, 0, 0, 0); in init()
Des3fIntegerStateQueryTests.cpp1956 gl.glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL); in test()
1970 gl.glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, DE_NULL); in test()
2062 gl.glShaderSource(shaderVert, 1, &testVertSource, DE_NULL); in test()
2076 gl.glShaderSource(shaderFrag, 1, &testFragSource, DE_NULL); in test()
/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 …]
Des2fNegativeShaderApiTests.cpp88 glShaderSource(1, 0, 0, 0); in init()
94 glShaderSource(shader, -1, 0, 0); in init()
100 glShaderSource(program, 0, 0, 0); in init()
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()
/external/deqp/framework/egl/
DegluStaticES20Library.inl104 { "glShaderSource", (deFunctionPtr)glShaderSource },
DegluStaticES30Library.inl180 { "glShaderSource", (deFunctionPtr)glShaderSource },
/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.cpp126 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;
DglwInitES20.inl104 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
DglwInitES31Direct.inl241 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
DglwInitES30.inl180 gl->shaderSource = (glShaderSourceFunc) loader->get("glShaderSource");
/external/deqp/modules/gles31/functional/
Des31fShaderStateQueryTests.cpp414 gl.glShaderSource(shader, 1, &s_brokenSource, DE_NULL); in iterate()
Des31fNegativeShaderApiTests.cpp104 ctx.glShaderSource(notAShader, 0, 0, 0); in shader_source()
110 ctx.glShaderSource(shader, -1, 0, 0); in shader_source()
116 ctx.glShaderSource(program, 0, 0, 0); in shader_source()
/external/deqp/doc/
DGLES2 Negative API Functions.txt137 o glShaderSource (GLuint shader, GLsizei count, const GLchar** string, const GLint* length);
/external/drm_hwcomposer/
Dglworker.cpp150 glShaderSource(shader.get(), source_count, sources, NULL); in CompileAndCheckShader()
/external/deqp/framework/opengl/simplereference/
DsglrContextWrapper.hpp148 …void glShaderSource (deUint32 shader, int count, const char* const* string, const int* len…
/external/deqp/modules/glshared/
DglsLongStressCase.cpp735 glShaderSource(m_vertShaderGL, 1, (const char**)&vertSourceCstr, DE_NULL); in setSources()
736 glShaderSource(m_fragShaderGL, 1, (const char**)&fragSourceCstr, DE_NULL); in setSources()
/external/mesa3d/include/GLES2/
Dgl2.h572 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** st…

12