HomeSort by relevance Sort by last modified time
    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 81 PFNWGLGETPIXELFORMATATTRIBIVARBPROC wglGetPixelFormatAttribivARB;
293 s_wglExtProcs->wglGetPixelFormatAttribivARB = (PFNWGLGETPIXELFORMATATTRIBIVARBPROC)wglGetExtentionsProcAddress(dpy,"WGL_ARB_pixel_format","wglGetPixelFormatAttribivARB");
360 if(!s_wglExtProcs->wglGetPixelFormatAttribivARB) return NULL;
362 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[0],&window));
363 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[1],&bitmap));
364 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[2],&pbuffer));
383 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[3],&transparent));
386 IS_TRUE(s_wglExtProcs->wglGetPixelFormatAttribivARB(dpy,index,0,1,&attribs[4],&tRed));
387 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 237 milliseconds