OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:wglGetPixelFormatAttribivARB
(Results
1 - 10
of
10
) sorted by null
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_getprocaddress.c
63
STW_EXTENSION_ENTRY(
wglGetPixelFormatAttribivARB
),
stw_ext_pixelformat.c
486
wglGetPixelFormatAttribivARB
(
/external/mesa3d/src/gallium/state_trackers/wgl/
stw_getprocaddress.c
63
STW_EXTENSION_ENTRY(
wglGetPixelFormatAttribivARB
),
stw_ext_pixelformat.c
486
wglGetPixelFormatAttribivARB
(
/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
...]
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl.c
345
/* Get the
wglGetPixelFormatAttribivARB
pointer for the context */
347
this->gl_data->
wglGetPixelFormatAttribivARB
=
349
this->gl_data->wglGetProcAddress("
wglGetPixelFormatAttribivARB
");
351
this->gl_data->
wglGetPixelFormatAttribivARB
= NULL;
435
if ( this->gl_data->
wglGetPixelFormatAttribivARB
) {
486
this->gl_data->
wglGetPixelFormatAttribivARB
(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value);
496
this->gl_data->
wglGetPixelFormatAttribivARB
(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value);
585
this->gl_data->
wglGetPixelFormatAttribivARB
= NULL;
SDL_wingl_c.h
47
BOOL (WINAPI *
wglGetPixelFormatAttribivARB
)(HDC hdc, int iPixelFormat,
/external/chromium_org/third_party/mesa/src/include/GL/
wglext.h
479
extern BOOL WINAPI
wglGetPixelFormatAttribivARB
(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
[
all
...]
/external/mesa3d/include/GL/
wglext.h
479
extern BOOL WINAPI
wglGetPixelFormatAttribivARB
(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
[
all
...]
/sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h
479
extern BOOL WINAPI
wglGetPixelFormatAttribivARB
(HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
[
all
...]
Completed in 294 milliseconds