OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNWGLGETPIXELFORMATATTRIBIVARBPROC
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
84
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
wglGetPixelFormatAttribivARB;
295
s_wglExtProcs->wglGetPixelFormatAttribivARB = (
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pixel_format","wglGetPixelFormatAttribivARB");
/external/chromium_org/third_party/mesa/src/include/GL/
wglext.h
483
typedef BOOL (WINAPI *
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
[
all
...]
/external/mesa3d/include/GL/
wglext.h
483
typedef BOOL (WINAPI *
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
483
typedef BOOL (WINAPI *
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
[
all
...]
Completed in 32 milliseconds