/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
stw_getprocaddress.c | 54 STW_EXTENSION_ENTRY( wglCreatePbufferARB ),
|
stw_ext_pbuffer.c | 68 wglCreatePbufferARB(HDC hCurrentDC,
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
stw_getprocaddress.c | 54 STW_EXTENSION_ENTRY( wglCreatePbufferARB ),
|
stw_ext_pbuffer.c | 68 wglCreatePbufferARB(HDC hCurrentDC,
|
/sdk/emulator/opengl/host/libs/Translator/EGL/ |
EglWindowsApi.cpp | 86 PFNWGLCREATEPBUFFERARBPROC wglCreatePbufferARB; 297 s_wglExtProcs->wglCreatePbufferARB = (PFNWGLCREATEPBUFFERARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","wglCreatePbufferARB"); 497 if(!s_wglExtProcs->wglCreatePbufferARB) return NULL; 498 EGLNativePbufferType pb = s_wglExtProcs->wglCreatePbufferARB(dpy,cfg->nativeId(),width,height,pbAttribs);
|
/external/chromium_org/ui/gl/ |
gl_surface_wgl.cc | 312 LOG(ERROR) << "wglCreatePbufferARB not available."; 318 pbuffer_ = wglCreatePbufferARB(g_display->device_context(),
|
generate_bindings.py | [all...] |
/external/chromium_org/third_party/mesa/src/include/GL/ |
wglext.h | 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); [all...] |
/external/mesa3d/include/GL/ |
wglext.h | 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); [all...] |
/sdk/emulator/opengl/host/libs/Translator/include/GL/ |
wglext.h | 501 extern HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList); [all...] |