HomeSort by relevance Sort by last modified time
    Searched refs:__eglMustCastToProperFunctionPointerType (Results 1 - 25 of 34) sorted by null

1 2

  /frameworks/native/opengl/libs/EGL/
Loader.cpp 227 __eglMustCastToProperFunctionPointerType* curr,
234 __eglMustCastToProperFunctionPointerType f =
235 (__eglMustCastToProperFunctionPointerType)dlsym(dso, name);
246 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
255 f = (__eglMustCastToProperFunctionPointerType)dlsym(dso, scrap);
261 f = (__eglMustCastToProperFunctionPointerType)gl_unimplemented;
269 f = (__eglMustCastToProperFunctionPointerType)gl_noop;
271 f = (__eglMustCastToProperFunctionPointerType)gl_noop;
273 f = (__eglMustCastToProperFunctionPointerType)gl_noop;
342 __eglMustCastToProperFunctionPointerType* curr
    [all...]
Loader.h 40 typedef __eglMustCastToProperFunctionPointerType (*getProcAddressType)(
71 __eglMustCastToProperFunctionPointerType* curr,
eglApi.cpp 58 __eglMustCastToProperFunctionPointerType address;
106 (__eglMustCastToProperFunctionPointerType)&eglLockSurfaceKHR },
108 (__eglMustCastToProperFunctionPointerType)&eglUnlockSurfaceKHR },
112 (__eglMustCastToProperFunctionPointerType)&eglCreateImageKHR },
114 (__eglMustCastToProperFunctionPointerType)&eglDestroyImageKHR },
118 (__eglMustCastToProperFunctionPointerType)&eglCreateSyncKHR },
120 (__eglMustCastToProperFunctionPointerType)&eglDestroySyncKHR },
122 (__eglMustCastToProperFunctionPointerType)&eglClientWaitSyncKHR },
124 (__eglMustCastToProperFunctionPointerType)&eglSignalSyncKHR },
126 (__eglMustCastToProperFunctionPointerType)&eglGetSyncAttribKHR }
    [all...]
  /frameworks/native/opengl/libs/
hooks.h 80 __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*);
  /external/webkit/Source/ThirdParty/ANGLE/src/libEGL/
libEGL.cpp 1081 __eglMustCastToProperFunctionPointerType __stdcall eglGetProcAddress(const char *procname)
1090 __eglMustCastToProperFunctionPointerType address;
1102 return (__eglMustCastToProperFunctionPointerType)eglExtensions[ext].address;
1110 return error(EGL_BAD_ALLOC, (__eglMustCastToProperFunctionPointerType)NULL);
  /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/webkit/Source/ThirdParty/ANGLE/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
  /prebuilts/ndk/7/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /prebuilts/ndk/8/platforms/android-14/arch-arm/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /prebuilts/ndk/8/platforms/android-14/arch-mips/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /prebuilts/ndk/8/platforms/android-14/arch-x86/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /prebuilts/ndk/8/platforms/android-9/arch-arm/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /prebuilts/ndk/8/platforms/android-9/arch-mips/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /prebuilts/ndk/8/platforms/android-9/arch-x86/usr/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY

Completed in 329 milliseconds

1 2