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

12

  /sdk/emulator/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...]
  /sdk/emulator/opengl/system/egl/
egl.cpp 522 __eglMustCastToProperFunctionPointerType eglGetProcAddress(const char *procname)
527 return (__eglMustCastToProperFunctionPointerType)egl_funcs_by_name[i].proc;
541 return (__eglMustCastToProperFunctionPointerType)ClientAPIExts::getProcAddress(procname);
    [all...]
  /external/webkit/Source/ThirdParty/ANGLE/src/libGLESv2/
Context.h 540 __eglMustCastToProperFunctionPointerType __stdcall glGetProcAddress(const char *procname);

Completed in 5643 milliseconds

12