OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:PFNWGLCHOOSEPIXELFORMATARBPROC
(Results
1 - 4
of
4
) sorted by null
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
85
PFNWGLCHOOSEPIXELFORMATARBPROC
wglChoosePixelFormatARB;
296
s_wglExtProcs->wglChoosePixelFormatARB = (
PFNWGLCHOOSEPIXELFORMATARBPROC
)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pixel_format","wglChoosePixelFormatARB");
/external/chromium_org/third_party/mesa/src/include/GL/
wglext.h
485
typedef BOOL (WINAPI *
PFNWGLCHOOSEPIXELFORMATARBPROC
) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
[
all
...]
/external/mesa3d/include/GL/
wglext.h
485
typedef BOOL (WINAPI *
PFNWGLCHOOSEPIXELFORMATARBPROC
) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
485
typedef BOOL (WINAPI *
PFNWGLCHOOSEPIXELFORMATARBPROC
) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxFormats, int *piFormats, UINT *nNumFormats);
[
all
...]
Completed in 28 milliseconds