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

  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_wgl.h 50 int iPixelFormat,
59 int iPixelFormat,
stw_pixelformat.h 62 stw_pixelformat_get_info( int iPixelFormat );
stw_context.h 41 int iPixelFormat;
stw_framebuffer.h 68 int iPixelFormat;
133 stw_framebuffer_create(HDC hdc, int iPixelFormat);
stw_framebuffer.c 251 stw_framebuffer_create(HDC hdc, int iPixelFormat)
267 fb->iPixelFormat = iPixelFormat;
273 fb->iDisplayablePixelFormat = iPixelFormat <= stw_dev->pixelformat_count
274 ? iPixelFormat : 1;
276 fb->pfi = pfi = stw_pixelformat_get_info( iPixelFormat );
422 DrvSetPixelFormat(HDC hdc, LONG iPixelFormat)
431 index = (uint) iPixelFormat - 1;
449 fb = stw_framebuffer_create(hdc, iPixelFormat);
460 BOOL bRet = SetPixelFormat(hdc, iPixelFormat, NULL)
    [all...]
stw_ext_rendertexture.c 166 pixelFormatSave = fb->iPixelFormat;
167 fb->iPixelFormat = curctx->iPixelFormat;
170 fb->iPixelFormat = pixelFormatSave;
stw_wgl.c 174 int iPixelFormat,
178 return DrvDescribePixelFormat( hdc, iPixelFormat, nBytes, ppfd );
191 int iPixelFormat,
199 return DrvSetPixelFormat( hdc, iPixelFormat );
299 int iPixelFormat,
304 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
stw_ext_pixelformat.c 53 int iPixelFormat,
68 pfi = stw_pixelformat_get_info( iPixelFormat );
485 int iPixelFormat,
498 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
509 int iPixelFormat,
520 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] ))
stw_pixelformat.c 324 stw_pixelformat_get_info( int iPixelFormat )
328 if (iPixelFormat <= 0) {
332 index = iPixelFormat - 1;
344 INT iPixelFormat,
363 pfi = stw_pixelformat_get_info( iPixelFormat );
376 INT iPixelFormat,
stw_context.c 145 int iPixelFormat;
167 iPixelFormat = fb->iPixelFormat;
173 pfi = stw_pixelformat_get_info( iPixelFormat );
186 ctx->iPixelFormat = iPixelFormat;
430 int iPixelFormat = GetPixelFormat(hdc);
431 if (iPixelFormat)
432 fb = stw_framebuffer_create( hdc, iPixelFormat );
437 if (fb->iPixelFormat != ctx->iPixelFormat)
    [all...]
stw_ext_pbuffer.c 71 int iPixelFormat,
93 info = stw_pixelformat_get_info(iPixelFormat - 1);
249 fb = stw_framebuffer_create(hDC, iPixelFormat);
stw_icd.h 539 INT iPixelFormat,
547 INT iPixelFormat,
598 LONG iPixelFormat );
  /external/skia/src/utils/win/
SkWGL_win.cpp 56 int iPixelFormat,
61 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
66 int iPixelFormat,
71 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
85 int iPixelFormat,
89 return fCreatePbuffer(hDC, iPixelFormat, iWidth, iHeight, piAttribList);
  /external/mesa3d/include/GL/
wglext.h 153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
218 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
219 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
223 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
476 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
477 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues)
    [all...]
  /external/swiftshader/include/GL/
wglext.h 146 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
152 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
211 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
212 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
215 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
216 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
408 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
414 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
469 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
470 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues)
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/GL/
wglext.h 153 typedef HPBUFFERARB (WINAPI * PFNWGLCREATEPBUFFERARBPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
159 HPBUFFERARB WINAPI wglCreatePbufferARB (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
218 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
219 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
222 BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
223 BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
415 typedef HPBUFFEREXT (WINAPI * PFNWGLCREATEPBUFFEREXTPROC) (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
421 HPBUFFEREXT WINAPI wglCreatePbufferEXT (HDC hDC, int iPixelFormat, int iWidth, int iHeight, const int *piAttribList);
476 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
477 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues)
    [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 122 typedef BOOL (WINAPI* wglGetPixelFormatAttribivARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
123 typedef BOOL (WINAPI* wglGetPixelFormatAttribfvARBFunc) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
winddi.h     [all...]
wingdi.h     [all...]
  /external/swiftshader/src/OpenGL/libGL/
libGL.cpp     [all...]

Completed in 1024 milliseconds