OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNWGLCREATEPBUFFERARBPROC
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
86
PFNWGLCREATEPBUFFERARBPROC
wglCreatePbufferARB;
297
s_wglExtProcs->wglCreatePbufferARB = (
PFNWGLCREATEPBUFFERARBPROC
)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pbuffer","wglCreatePbufferARB");
/external/chromium_org/third_party/mesa/src/include/GL/
wglext.h
507
typedef HPBUFFERARB (WINAPI *
PFNWGLCREATEPBUFFERARBPROC
) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
[
all
...]
/external/mesa3d/include/GL/
wglext.h
507
typedef HPBUFFERARB (WINAPI *
PFNWGLCREATEPBUFFERARBPROC
) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
507
typedef HPBUFFERARB (WINAPI *
PFNWGLCREATEPBUFFERARBPROC
) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
[
all
...]
Completed in 29 milliseconds