/frameworks/native/opengl/libs/EGL/ |
Loader.cpp | 207 __eglMustCastToProperFunctionPointerType* curr, 214 __eglMustCastToProperFunctionPointerType f = 215 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name); 226 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); 235 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap); 241 f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented; 249 f = (__eglMustCastToProperFunctionPointerType)gl_noop; 251 f = (__eglMustCastToProperFunctionPointerType)gl_noop; 253 f = (__eglMustCastToProperFunctionPointerType)gl_noop; 378 __eglMustCastToProperFunctionPointerType* curr [all...] |
Loader.h | 40 typedef __eglMustCastToProperFunctionPointerType (*getProcAddressType)( 70 __eglMustCastToProperFunctionPointerType* curr,
|
eglApi.cpp | 62 __eglMustCastToProperFunctionPointerType address; 120 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR }, 122 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR }, 126 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR }, 128 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR }, 132 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR }, 134 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR }, 136 (__eglMustCastToProperFunctionPointerType)&eglClientWaitSyncKHR }, 138 (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR }, 140 (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR } [all...] |
/external/chromium_org/third_party/angle/src/libGLESv2/ |
main.h | 64 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);
|
libGLESv2.cpp | [all...] |
/external/chromium_org/third_party/mesa/src/src/egl/main/ |
egldriver.h | 107 extern __eglMustCastToProperFunctionPointerType
|
/external/mesa3d/src/egl/main/ |
egldriver.h | 107 extern __eglMustCastToProperFunctionPointerType
|
/frameworks/native/opengl/libs/ |
hooks.h | 70 __eglMustCastToProperFunctionPointerType extensions[MAX_NUMBER_OF_GL_EXTENSIONS];
|
/frameworks/native/opengl/libagl/ |
egl.cpp | 820 __eglMustCastToProperFunctionPointerType address; 825 (__eglMustCastToProperFunctionPointerType)&glDrawTexsOES }, 827 (__eglMustCastToProperFunctionPointerType)&glDrawTexiOES }, 829 (__eglMustCastToProperFunctionPointerType)&glDrawTexfOES }, 831 (__eglMustCastToProperFunctionPointerType)&glDrawTexxOES }, 833 (__eglMustCastToProperFunctionPointerType)&glDrawTexsvOES }, 835 (__eglMustCastToProperFunctionPointerType)&glDrawTexivOES }, 837 (__eglMustCastToProperFunctionPointerType)&glDrawTexfvOES }, 839 (__eglMustCastToProperFunctionPointerType)&glDrawTexxvOES }, 841 (__eglMustCastToProperFunctionPointerType)&glQueryMatrixxOES } [all...] |
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
egl_proc.h | 56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
|
/sdk/emulator/opengl/tests/EGL_host_wrapper/ |
egl_proc.h | 56 typedef __eglMustCastToProperFunctionPointerType (* eglGetProcAddress_t) (const char*);
|
/sdk/emulator/opengl/host/libs/libOpenglRender/ |
egl_proc.h | 56 typedef __eglMustCastToProperFunctionPointerType (EGLAPIENTRY *eglGetProcAddress_t) (const char*);
|
/development/ndk/platforms/android-9/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/chromium_org/ppapi/lib/gl/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/chromium_org/third_party/angle/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/chromium_org/third_party/khronos/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/chromium_org/third_party/mesa/src/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/external/mesa3d/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/frameworks/native/opengl/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/prebuilts/ndk/5/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/prebuilts/ndk/6/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/prebuilts/ndk/6/platforms/android-9/arch-x86/usr/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/prebuilts/ndk/7/platforms/android-14/arch-arm/usr/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/prebuilts/ndk/7/platforms/android-14/arch-x86/usr/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|
/prebuilts/ndk/7/platforms/android-9/arch-arm/usr/include/EGL/ |
egl.h | 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void); 322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
|