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

12

  /sdk/emulator/opengl/host/libs/Translator/include/EGL/
egl.h 319 typedef void (*__eglMustCastToProperFunctionPointerType)(void);
322 EGLAPI __eglMustCastToProperFunctionPointerType EGLAPIENTRY
  /sdk/emulator/opengl/tests/EGL_host_wrapper/
egl.cpp 51 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
55 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;
  /frameworks/native/opengl/libs/EGL/
getProcAddress.cpp 155 extern const __eglMustCastToProperFunctionPointerType gExtensionForwarders[MAX_NUMBER_OF_GL_EXTENSIONS] = {
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
libGLESv2.cpp     [all...]
Context.h 540 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);
  /device/generic/goldfish/opengl/tests/gles_android_wrapper/
egl.cpp 247 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
253 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;
gles.cpp 44 __eglMustCastToProperFunctionPointerType gles_getProcAddress(const char *procname)
48 return (__eglMustCastToProperFunctionPointerType)gles_funcs_by_name[i].proc;
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 80 {"eglCreateImageKHR" ,(__eglMustCastToProperFunctionPointerType)eglCreateImageKHR},
81 {"eglDestroyImageKHR",(__eglMustCastToProperFunctionPointerType)eglDestroyImageKHR}
    [all...]
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 520 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
525 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;
539 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);
    [all...]

Completed in 370 milliseconds

12