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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
stw_wgl.c 71 int iLayerPlane )
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
294 int iLayerPlane,
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
304 int iLayerPlane,
309 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
315 int iLayerPlane,
320 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
326 int iLayerPlane,
330 (void) iLayerPlane;
    [all...]
stw_context.h 46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
stw_ext_pixelformat.c 54 int iLayerPlane,
107 if (iLayerPlane != 0)
465 int iLayerPlane,
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
489 int iLayerPlane,
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] ))
stw_pixelformat.c 351 INT iLayerPlane,
362 INT iLayerPlane,
374 INT iLayerPlane,
386 INT iLayerPlane,
stw_context.c 127 INT iLayerPlane )
129 return stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0,
136 INT iLayerPlane,
152 if (iLayerPlane != 0)
stw_icd.h 526 INT iLayerPlane );
540 INT iLayerPlane,
554 INT iLayerPlane,
569 INT iLayerPlane,
590 INT iLayerPlane,
  /external/mesa3d/src/gallium/state_trackers/wgl/
stw_wgl.c 71 int iLayerPlane )
73 return (HGLRC) DrvCreateLayerContext( hdc, iLayerPlane );
294 int iLayerPlane,
298 return DrvDescribeLayerPlane(hdc, iPixelFormat, iLayerPlane, nBytes, plpd);
304 int iLayerPlane,
309 return DrvSetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
315 int iLayerPlane,
320 return DrvGetLayerPaletteEntries(hdc, iLayerPlane, iStart, cEntries, pcr);
326 int iLayerPlane,
330 (void) iLayerPlane;
    [all...]
stw_context.h 46 DHGLRC stw_create_context_attribs( HDC hdc, INT iLayerPlane, DHGLRC hShareContext,
stw_ext_pixelformat.c 54 int iLayerPlane,
107 if (iLayerPlane != 0)
465 int iLayerPlane,
477 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &value ))
489 int iLayerPlane,
499 if (!stw_query_attrib( iPixelFormat, iLayerPlane, piAttributes[i], &piValues[i] ))
stw_pixelformat.c 351 INT iLayerPlane,
362 INT iLayerPlane,
374 INT iLayerPlane,
386 INT iLayerPlane,
stw_context.c 127 INT iLayerPlane )
129 return stw_create_context_attribs(hdc, iLayerPlane, 0, 1, 0, 0,
136 INT iLayerPlane,
152 if (iLayerPlane != 0)
stw_icd.h 526 INT iLayerPlane );
540 INT iLayerPlane,
554 INT iLayerPlane,
569 INT iLayerPlane,
590 INT iLayerPlane,
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/windows/gdi/
wgl.c 584 int iLayerPlane)
587 if (iLayerPlane == 0)
636 int iLayerPlane,
640 (void) hdc; (void) iPixelFormat; (void) iLayerPlane;
647 int iLayerPlane,
652 (void) hdc; (void) iLayerPlane; (void) iStart;
659 int iLayerPlane,
664 (void) hdc; (void) iLayerPlane; (void) iStart; (void) cEntries; (void) pcr;
670 int iLayerPlane,
673 (void) hdc; (void) iLayerPlane; (void) bRealize
    [all...]
  /external/mesa3d/src/mesa/drivers/windows/gdi/
wgl.c 584 int iLayerPlane)
587 if (iLayerPlane == 0)
636 int iLayerPlane,
640 (void) hdc; (void) iPixelFormat; (void) iLayerPlane;
647 int iLayerPlane,
652 (void) hdc; (void) iLayerPlane; (void) iStart;
659 int iLayerPlane,
664 (void) hdc; (void) iLayerPlane; (void) iStart; (void) cEntries; (void) pcr;
670 int iLayerPlane,
673 (void) hdc; (void) iLayerPlane; (void) bRealize
    [all...]
  /external/skia/src/utils/win/
SkWGL_win.cpp 55 int iLayerPlane,
59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
65 int iLayerPlane,
69 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
  /external/chromium_org/third_party/skia/src/utils/win/
SkWGL_win.cpp 55 int iLayerPlane,
59 return fGetPixelFormatAttribiv(hdc, iPixelFormat, iLayerPlane,
65 int iLayerPlane,
69 return fGetPixelFormatAttribfv(hdc, iPixelFormat, iLayerPlane,
  /external/qemu/distrib/sdl-1.2.15/src/video/wincommon/
SDL_wingl_c.h 48 int iLayerPlane,
  /external/chromium_org/third_party/mesa/src/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
601 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
602 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
605 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
606 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues)
    [all...]
  /external/mesa3d/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
601 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
602 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
605 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
606 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GL/
wglext.h 453 extern HANDLE WINAPI wglCreateBufferRegionARB (HDC hDC, int iLayerPlane, UINT uType);
458 typedef HANDLE (WINAPI * PFNWGLCREATEBUFFERREGIONARBPROC) (HDC hDC, int iLayerPlane, UINT uType);
479 extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
480 extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
483 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, int *piValues);
484 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, const int *piAttributes, FLOAT *pfValues);
601 extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
602 extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, FLOAT *pfValues);
605 typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT nAttributes, int *piAttributes, int *piValues);
606 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/
wingdi.h     [all...]
  /prebuilts/tools/windows/swt/
swt.jar 
  /prebuilts/tools/windows-x86_64/swt/
swt.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jar 

Completed in 870 milliseconds