Searched refs:glShaderSource (Results 26 - 50 of 70) sorted by relevance

123

/external/deqp/framework/opengl/wrapper/
H A DglwInitES30Direct.inl180 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
H A DglwInitES31Direct.inl241 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
H A DglwInitES32Direct.inl280 gl->shaderSource = (glShaderSourceFunc)&glShaderSource;
H A DglwApi.inl464 #define glShaderSource glwShaderSource
/external/deqp/modules/gles3/functional/
H A Des3fBooleanStateQueryTests.cpp589 glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL);
597 glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, DE_NULL);
H A Des3fShaderApiTests.cpp428 glShaderSource(shaderObject, 1, &shaderSource, 0);
468 glShaderSource(vertShader, 1, &vertSource, 0);
471 glShaderSource(fragShader, 1, &fragSource, 0);
682 // glShaderSource() split source case
1678 TestCaseGroup* shaderSourceGroup = new TestCaseGroup(m_context, "shader_source", "glShaderSource() tests");
H A Des3fNegativeShaderApiTests.cpp103 ES3F_ADD_API_CASE(shader_source, "Invalid glShaderSource() usage",
108 glShaderSource(1, 0, 0, 0);
114 glShaderSource(shader, -1, 0, 0);
120 glShaderSource(program, 0, 0, 0);
H A Des3fIntegerStateQueryTests.cpp1976 gl.glShaderSource(shaderVert, 1, &transformFeedbackTestVertSource, DE_NULL);
1990 gl.glShaderSource(shaderFrag, 1, &transformFeedbackTestFragSource, DE_NULL);
2082 gl.glShaderSource(shaderVert, 1, &testVertSource, DE_NULL);
2096 gl.glShaderSource(shaderFrag, 1, &testFragSource, DE_NULL);
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp106 ctx.glShaderSource(notAShader, 0, 0, 0);
112 ctx.glShaderSource(shader, -1, 0, 0);
118 ctx.glShaderSource(program, 0, 0, 0);
2293 ctx.glShaderSource(computeShader, 1, &computeShaderSource, DE_NULL);
2294 ctx.glShaderSource(otherShader, 1, &otherShaderSource, DE_NULL);
2319 ctx.glShaderSource(computeShader, 1, &computeShaderSource, DE_NULL);
2320 ctx.glShaderSource(computeShader310, 1, &computeShaderSource310, DE_NULL);
2342 ctx.glShaderSource(shader, 1, computeShaderSource, DE_NULL);
2631 {shader_source, "shader_source", "Invalid glShaderSource() usage" },
/external/webrtc/talk/app/webrtc/objc/
H A DRTCOpenGLVideoRenderer.mm110 glShaderSource(shader, 1, &source, NULL);
/external/webrtc/webrtc/api/objc/
H A DRTCOpenGLVideoRenderer.mm89 glShaderSource(shader, 1, &source, NULL);
/external/autotest/client/deps/nvmap_compactor/src/
H A Dnvmap_carveout_compactor.c520 glShaderSource(shader, 1, &shader_src, NULL);
/external/drm_hwcomposer/
H A Dglworker.cpp161 glShaderSource(shader.get(), source_count, sources, NULL);
/external/deqp/modules/glshared/
H A DglsLongStressCase.cpp735 glShaderSource(m_vertShaderGL, 1, (const char**)&vertSourceCstr, DE_NULL);
736 glShaderSource(m_fragShaderGL, 1, (const char**)&fragSourceCstr, DE_NULL);
H A DglsLifetimeTests.cpp594 GLU_CHECK_CALL_ERROR(glShaderSource(shader, 1, &sourceStr, DE_NULL), gl().getError());
/external/deqp/framework/opengl/simplereference/
H A DsglrContextWrapper.hpp148 void glShaderSource (deUint32 shader, int count, const char* const* string, const int* length);
/external/swiftshader/src/OpenGL/libGLESv2/
H A DlibGLESv2.hpp169 void (*glShaderSource)(GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length); member in class:LibGLESv2exports
H A Dmain.cpp1051 GL_APICALL void GL_APIENTRY glShaderSource(GLuint shader, GLsizei count, const GLchar *const *string, const GLint *length) function
1472 this->glShaderSource = es2::ShaderSource;
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES2/
H A Dgl2.h572 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length);
/external/deqp/framework/platform/null/
H A DtcuNullRenderContextInitFuncs.inl464 gl->shaderSource = glShaderSource;
/external/deqp/modules/gles2/functional/
H A Des2fIntegerStateQueryTests.cpp1657 gl.glShaderSource(shaderVert, 1, &testVertSource, DE_NULL);
1669 gl.glShaderSource(shaderFrag, 1, &testFragSource, DE_NULL);
/external/mesa3d/include/GLES2/
H A Dgl2.h621 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
/external/swiftshader/include/GLES2/
H A Dgl2.h622 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar *const*string, const GLint *length);
/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES3/
H A Dgl3.h907 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar* const* string, const GLint* length);
/external/libmojo/mojo/gpu/
H A Dmojo_gles2_impl_autogen.cc815 glShaderSource(shader, count, str, length);

Completed in 3262 milliseconds

123