Home
last modified time | relevance | path

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

/sdk/emulator/opengl/host/libs/GLESv2_dec/
DGL2Decoder.cpp138 ctx->glShaderSource(shader, 1, &string, NULL); in s_glShaderString()
Dgl2.attrib382 #void glShaderSource(GLuint shader, GLsizei count, GLstr *string, const GLint *length)
383 glShaderSource
Dgl2.in99 GL_ENTRY(void, glShaderSource, GLuint shader, GLsizei count, const GLchar** string, const GLint* le…
/sdk/emulator/opengl/tests/translator_tests/GLES_V2/
DtriangleV2.cpp126 glShaderSource(shader, 1, &shaderSrc, NULL); in LoadShader()
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp295 void (GL_APIENTRY *GLDispatch::glShaderSource)(GLuint,GLsizei,const GLchar**,const GLint*) = NULL;
533 LOAD_GL_FUNC(glShaderSource); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h572 GL_APICALL void GL_APIENTRY glShaderSource (GLuint shader, GLsizei count, const GLchar** st…
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h260 …static void (GL_APIENTRY *glShaderSource)(GLuint shader, GLsizei count, const GLchar** string, con…
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java334 glShaderSource(303, 303), enumConstant
827 case 303: return glShaderSource; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp1687 GL_APICALL void GL_APIENTRY glShaderSource(GLuint shader, GLsizei count, const GLchar** string, co… in glShaderSource() function
1698 ctx->dispatcher().glShaderSource(globalShaderName,1,sp->parsedLines(),NULL); in glShaderSource()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/state/transforms/
DStateTransformFactory.java176 case glShaderSource: in getTransformsFor()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in364 void, glShaderSource, GLuint shader, GLsizei count, const GLchar** string, const GLint* length