Searched refs:wglGetPixelFormatAttribivARB (Results 1 - 8 of 8) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
H A Dstw_getprocaddress.c63 STW_EXTENSION_ENTRY( wglGetPixelFormatAttribivARB ),
H A Dstw_ext_pixelformat.c486 wglGetPixelFormatAttribivARB( function
/external/mesa3d/src/gallium/state_trackers/wgl/
H A Dstw_getprocaddress.c63 STW_EXTENSION_ENTRY( wglGetPixelFormatAttribivARB ),
H A Dstw_ext_pixelformat.c486 wglGetPixelFormatAttribivARB( function
/external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
H A DSDL_wingl.c345 /* 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;
H A DSDL_wingl_c.h47 BOOL (WINAPI *wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat, member in struct:SDL_PrivateGLData
/external/chromium_org/third_party/mesa/src/include/GL/
H A Dwglext.h479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
/external/mesa3d/include/GL/
H A Dwglext.h479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);

Completed in 218 milliseconds