Home
last modified time | relevance | path

Searched refs:glGetAttachedShaders (Results 1 – 8 of 8) sorted by relevance

/sdk/emulator/opengl/host/libs/GLESv2_dec/
Dgl2.attrib104 #void glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei *count, GLuint *shaders)
105 glGetAttachedShaders
Dgl2.in57 GL_ENTRY(void, glGetAttachedShaders, GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shad…
/sdk/emulator/opengl/host/libs/Translator/GLcommon/
DGLDispatch.cpp282 void (GL_APIENTRY *GLDispatch::glGetAttachedShaders)(GLuint,GLsizei,GLsizei*,GLuint*) = NULL;
520 LOAD_GL_FUNC(glGetAttachedShaders); in dispatchFuncs()
/sdk/emulator/opengl/host/libs/Translator/include/GLES2/
Dgl2.h530 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei…
/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLDispatch.h247 …static void (GL_APIENTRY *glGetAttachedShaders)(GLuint program, GLsizei maxcount, GLsizei* count, …
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
DGLProtoBuf.java179 glGetAttachedShaders(148, 148), enumConstant
672 case 148: return glGetAttachedShaders; in valueOf()
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/
DGLESv2Imp.cpp805 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count,… in glGetAttachedShaders() function
810 ctx->dispatcher().glGetAttachedShaders(globalProgramName,maxcount,count,shaders); in glGetAttachedShaders()
/sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/
Dentries.in169 void, glGetAttachedShaders, GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders