HomeSort by relevance Sort by last modified time
    Searched refs:wglGetPixelFormatAttribivARB (Results 1 - 4 of 4) sorted by null

  /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.12/src/video/wincommon/
SDL_wingl.c 333 /* Get the wglGetPixelFormatAttribivARB pointer for the context */
335 this->gl_data->wglGetPixelFormatAttribivARB =
337 this->gl_data->wglGetProcAddress("wglGetPixelFormatAttribivARB");
339 this->gl_data->wglGetPixelFormatAttribivARB = NULL;
423 if ( this->gl_data->wglGetPixelFormatAttribivARB ) {
474 this->gl_data->wglGetPixelFormatAttribivARB(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value);
484 this->gl_data->wglGetPixelFormatAttribivARB(GL_hdc, pixel_format, 0, 1, &wgl_attrib, value);
573 this->gl_data->wglGetPixelFormatAttribivARB = NULL;
SDL_wingl_c.h 47 BOOL (WINAPI *wglGetPixelFormatAttribivARB)(HDC hdc, int iPixelFormat,
  /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 99 milliseconds