HomeSort by relevance Sort by last modified time
    Searched refs:wglGetPbufferDCARB (Results 1 - 2 of 2) sorted by null

  /development/tools/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp 89 PFNWGLGETPBUFFERDCARBPROC wglGetPbufferDCARB;
137 if(s_wglExtProcs->wglGetPbufferDCARB){
138 m_hdc = s_wglExtProcs->wglGetPbufferDCARB(pb);
300 s_wglExtProcs->wglGetPbufferDCARB = (PFNWGLGETPBUFFERDCARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","wglGetPbufferDCARB");
  /development/tools/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 502 extern HDC WINAPI wglGetPbufferDCARB (HPBUFFERARB hPbuffer);
    [all...]

Completed in 239 milliseconds