/sdk/emulator/opengl/host/libs/Translator/include/GLcommon/ |
GLDispatch.h | 247 static void (GL_APIENTRY *glGetAttachedShaders)(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
gl2.h | 695 GL_APICALL void GL_APIENTRY glGetAttachedShaders (GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
libGLESv2.cpp | [all...] |
/sdk/emulator/opengl/host/libs/Translator/GLES_V2/ |
GLESv2Imp.cpp | 805 GL_APICALL void GL_APIENTRY glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders){ 810 ctx->dispatcher().glGetAttachedShaders(globalProgramName,maxcount,count,shaders); [all...] |
/device/generic/goldfish/opengl/system/GLESv2_enc/ |
gl2_enc.cpp | 985 void glGetAttachedShaders_enc(void *self , GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders) 992 const unsigned int __size_shaders = (maxcount*sizeof(GLuint)); 1000 memcpy(ptr, &maxcount, 4); ptr += 4; [all...] |
/development/ndk/platforms/android-18/include/GLES3/ |
gl3.h | [all...] |
/frameworks/native/opengl/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-arm/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-mips/usr/include/GLES3/ |
gl3.h | [all...] |
/prebuilts/ndk/9/platforms/android-18/arch-x86/usr/include/GLES3/ |
gl3.h | [all...] |
/frameworks/native/opengl/libs/GLES_trace/src/ |
gltrace_api.h | 80 void GLTrace_glGetAttachedShaders(GLuint program, GLsizei maxcount, GLsizei* count, GLuint* shaders); [all...] |
gltrace_api.cpp | [all...] |