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
/external/mesa3d/src/glx/windows/
wgl.c
50
RESOLVE_DECL(
PFNWGLCREATEPBUFFERARBPROC
);
60
PRERESOLVE(
PFNWGLCREATEPBUFFERARBPROC
, "wglCreatePbufferARB");
88
CHECK_RESOLVED(
PFNWGLCREATEPBUFFERARBPROC
, NULL);
89
return RESOLVED_PROC(
PFNWGLCREATEPBUFFERARBPROC
)(hDC_, iPixelFormat_, iWidth_, iHeight_, piAttribList_);
/external/mesa3d/include/GL/
wglext.h
153
typedef HPBUFFERARB (WINAPI *
PFNWGLCREATEPBUFFERARBPROC
) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
[
all
...]
/external/swiftshader/include/GL/
wglext.h
156
typedef HPBUFFERARB (WINAPI *
PFNWGLCREATEPBUFFERARBPROC
) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
[
all
...]
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h
153
typedef HPBUFFERARB (WINAPI *
PFNWGLCREATEPBUFFERARBPROC
) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
[
all
...]
Completed in 437 milliseconds