Home
last modified time | relevance | path

Searched refs:pfAttribFList (Results 1 – 25 of 25) sorted by relevance

/third_party/mesa3d/src/gallium/frontends/wgl/
Dstw_ext_pixelformat.c393 const FLOAT *pfAttribFList, UINT nMaxFormats, in wglChoosePixelFormatARB() argument
429 if (pfAttribFList != NULL) { in wglChoosePixelFormatARB()
430 while (*pfAttribFList != 0) { in wglChoosePixelFormatARB()
431 if (!score_pixelformats(hdc, scores, count, (int) pfAttribFList[0], in wglChoosePixelFormatARB()
432 (int) pfAttribFList[1])) { in wglChoosePixelFormatARB()
436 pfAttribFList += 2; in wglChoosePixelFormatARB()
/third_party/openGLES/extensions/EXT/
DWGL_EXT_pixel_format.txt54 point values. pfAttribFList accomplishes this.
86 const FLOAT *pfAttribFList,
100 and in the <piAttribIList> and <pfAttribFList> parameter arrays
140 Accepted in the <piAttribIList> and <pfAttribFList> parameter arrays
471 const FLOAT *pfAttribFList,
483 <pfAttribFList> specifies a list of attribute {type, value} pairs
485 <pfAttribFList> are followed by the corresponding desired value.
506 the attribute values specified in <piAttribIList> and <pfAttribFList>.
519 <pfAttribFList> are ignored (i.e., they are not looked at during the
522 If both <piAttribIList> and <pfAttribFList> are NULL or empty then
[all …]
DEXT_packed_float.txt94 Accepted as a value in the <piAttribIList> and <pfAttribFList>
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/
DWGL_EXT_pixel_format.txt54 point values. pfAttribFList accomplishes this.
86 const FLOAT *pfAttribFList,
100 and in the <piAttribIList> and <pfAttribFList> parameter arrays
140 Accepted in the <piAttribIList> and <pfAttribFList> parameter arrays
471 const FLOAT *pfAttribFList,
483 <pfAttribFList> specifies a list of attribute {type, value} pairs
485 <pfAttribFList> are followed by the corresponding desired value.
506 the attribute values specified in <piAttribIList> and <pfAttribFList>.
519 <pfAttribFList> are ignored (i.e., they are not looked at during the
522 If both <piAttribIList> and <pfAttribFList> are NULL or empty then
[all …]
DEXT_packed_float.txt94 Accepted as a value in the <piAttribIList> and <pfAttribFList>
/third_party/skia/third_party/externals/opengl-registry/extensions/ARB/
DWGL_ARB_pixel_format.txt77 point values. pfAttribFList accomplishes this.
124 const FLOAT *pfAttribFList,
133 as a type in the <piAttribIList> and <pfAttribFList> parameter
178 Accepted as a value in the <piAttribIList> and <pfAttribFList>
543 const FLOAT *pfAttribFList,
556 <pfAttribFList> specifies a list of attribute {type, value} pairs
558 <pfAttribFList> are followed by the corresponding desired value. The
582 attribute values specified in <piAttribIList> and <pfAttribFList>.
636 <pfAttribFList> are ignored (i.e., they are not looked at during the
645 If both <piAttribIList> and <pfAttribFList> are NULL or empty then all
[all …]
DARB_color_buffer_float.txt474 Accepted as a value in the <piAttribIList> and <pfAttribFList>
/third_party/openGLES/extensions/ARB/
DWGL_ARB_pixel_format.txt87 point values. pfAttribFList accomplishes this.
134 const FLOAT *pfAttribFList,
143 as a type in the <piAttribIList> and <pfAttribFList> parameter
188 Accepted as a value in the <piAttribIList> and <pfAttribFList>
553 const FLOAT *pfAttribFList,
566 <pfAttribFList> specifies a list of attribute {type, value} pairs
568 <pfAttribFList> are followed by the corresponding desired value. The
592 attribute values specified in <piAttribIList> and <pfAttribFList>.
646 <pfAttribFList> are ignored (i.e., they are not looked at during the
655 If both <piAttribIList> and <pfAttribFList> are NULL or empty then all
[all …]
DARB_color_buffer_float.txt484 Accepted as a value in the <piAttribIList> and <pfAttribFList>
/third_party/skia/src/utils/win/
DSkWGL_win.cpp48 const FLOAT* pfAttribFList, in choosePixelFormat() argument
52 return fChoosePixelFormat(hdc, piAttribIList, pfAttribFList, in choosePixelFormat()
/third_party/openGLES/api/GL/
Dwglext.h204 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
208 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
474 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
478 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
Dwgl.h295 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
299 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
565 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
569 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/third_party/skia/third_party/externals/swiftshader/include/GL/
Dwglext.h223 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
488 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
492 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/third_party/skia/third_party/externals/opengl-registry/api/GL/
Dwglext.h223 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
488 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
492 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
Dwgl.h309 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
313 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
574 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
578 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/third_party/skia/third_party/externals/angle2/src/third_party/khronos/GL/
Dwglext.h220 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
224 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
478 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
482 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/third_party/mesa3d/include/GL/
Dwglext.h223 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
227 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
493 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
497 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/third_party/skia/third_party/externals/angle2/include/WGL/
Dwgl.h314 …EPIXELFORMATARBPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
318 BOOL WINAPI wglChoosePixelFormatARB (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
584 …EPIXELFORMATEXTPROC) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
588 BOOL WINAPI wglChoosePixelFormatEXT (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList,…
/third_party/skia/third_party/externals/opengl-registry/extensions/3DFX/
D3DFX_multisample.txt120 in the <piAttribIList> and <pfAttribFList> parameter arrays of
495 piAttribIList and/or pfAttribFList, followed by the minimum number
503 and/or pfAttribFList, followed by the minimum number of samples that
/third_party/openGLES/extensions/3DFX/
D3DFX_multisample.txt120 in the <piAttribIList> and <pfAttribFList> parameter arrays of
495 piAttribIList and/or pfAttribFList, followed by the minimum number
503 and/or pfAttribFList, followed by the minimum number of samples that
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp138 …PixelFormatARBFunc) (HDC hdc, const int *piAttribIList, const FLOAT *pfAttribFList, UINT nMaxForm…
/third_party/skia/third_party/externals/opengl-registry/extensions/ATI/
DWGL_ATI_pixel_format_float.txt71 Accepted as a value in the <piAttribIList> and <pfAttribFList>
/third_party/openGLES/extensions/ATI/
DWGL_ATI_pixel_format_float.txt71 Accepted as a value in the <piAttribIList> and <pfAttribFList>
/third_party/skia/third_party/externals/opengl-registry/extensions/NV/
DNV_float_buffer.txt470 <pfAttribFList> arrays of wglChoosePixelFormatARB:
/third_party/openGLES/extensions/NV/
DNV_float_buffer.txt470 <pfAttribFList> arrays of wglChoosePixelFormatARB: