OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:wglGetPixelFormatAttribivARB
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c
486
wglGetPixelFormatAttribivARB
(
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c
486
wglGetPixelFormatAttribivARB
(
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl_c.h
47
BOOL (WINAPI *
wglGetPixelFormatAttribivARB
)(HDC hdc, int iPixelFormat,
/sdk/emulator/opengl/host/libs/Translator/EGL/
EglWindowsApi.cpp
84
PFNWGLGETPIXELFORMATATTRIBIVARBPROC
wglGetPixelFormatAttribivARB
;
295
s_wglExtProcs->
wglGetPixelFormatAttribivARB
= (PFNWGLGETPIXELFORMATATTRIBIVARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pixel_format","
wglGetPixelFormatAttribivARB
");
362
if(!s_wglExtProcs->
wglGetPixelFormatAttribivARB
) return NULL;
364
IS_TRUE(s_wglExtProcs->
wglGetPixelFormatAttribivARB
(dpy,index,0,1,&attribs[0],&window));
365
IS_TRUE(s_wglExtProcs->
wglGetPixelFormatAttribivARB
(dpy,index,0,1,&attribs[1],&bitmap));
366
IS_TRUE(s_wglExtProcs->
wglGetPixelFormatAttribivARB
(dpy,index,0,1,&attribs[2],&pbuffer));
385
IS_TRUE(s_wglExtProcs->
wglGetPixelFormatAttribivARB
(dpy,index,0,1,&attribs[3],&transparent));
388
IS_TRUE(s_wglExtProcs->
wglGetPixelFormatAttribivARB
(dpy,index,0,1,&attribs[4],&tRed));
389
IS_TRUE(s_wglExtProcs->
wglGetPixelFormatAttribivARB
(dpy,index,0,1,&attribs[5],&tGreen))
[
all
...]
Completed in 227 milliseconds