OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:STW_EXTENSION_ENTRY
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_getprocaddress.c
40
struct
stw_extension_entry
struct
46
#define
STW_EXTENSION_ENTRY
(P) { #P, (PROC) P }
48
static const struct
stw_extension_entry
stw_extension_entries[] = {
51
STW_EXTENSION_ENTRY
( wglGetExtensionsStringARB ),
54
STW_EXTENSION_ENTRY
( wglCreatePbufferARB ),
55
STW_EXTENSION_ENTRY
( wglGetPbufferDCARB ),
56
STW_EXTENSION_ENTRY
( wglReleasePbufferDCARB ),
57
STW_EXTENSION_ENTRY
( wglDestroyPbufferARB ),
58
STW_EXTENSION_ENTRY
( wglQueryPbufferARB ),
61
STW_EXTENSION_ENTRY
( wglChoosePixelFormatARB )
[
all
...]
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_getprocaddress.c
40
struct
stw_extension_entry
struct
46
#define
STW_EXTENSION_ENTRY
(P) { #P, (PROC) P }
48
static const struct
stw_extension_entry
stw_extension_entries[] = {
51
STW_EXTENSION_ENTRY
( wglGetExtensionsStringARB ),
54
STW_EXTENSION_ENTRY
( wglCreatePbufferARB ),
55
STW_EXTENSION_ENTRY
( wglGetPbufferDCARB ),
56
STW_EXTENSION_ENTRY
( wglReleasePbufferDCARB ),
57
STW_EXTENSION_ENTRY
( wglDestroyPbufferARB ),
58
STW_EXTENSION_ENTRY
( wglQueryPbufferARB ),
61
STW_EXTENSION_ENTRY
( wglChoosePixelFormatARB )
[
all
...]
Completed in 2007 milliseconds