OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:nAttributes
(Results
1 - 25
of
72
) sorted by relevancy
1
2
3
/xsrc/external/mit/xorg-server/dist/hw/xwin/glx/
wgl_ext_api.h
48
UINT
nAttributes
,
55
UINT
nAttributes
,
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/glx/
wglext.spec
124
GetPixelFormatAttribivARB(hdc, iPixelFormat, iLayerPlane,
nAttributes
, piAttributes, piValues)
129
param
nAttributes
UINT in value
130
param piAttributes int in array [
nAttributes
]
131
param piValues int out array [
nAttributes
]
134
GetPixelFormatAttribfvARB(hdc, iPixelFormat, iLayerPlane,
nAttributes
, piAttributes, pfValues)
139
param
nAttributes
UINT in value
140
param piAttributes int in array [
nAttributes
]
141
param pfValues FLOAT out array [
nAttributes
]
394
GetPixelFormatAttribivEXT(hdc, iPixelFormat, iLayerPlane,
nAttributes
, piAttributes, piValues)
399
param
nAttributes
UINT in valu
[
all
...]
wglext.h
485
extern BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, int *piValues);
486
extern BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, FLOAT *pfValues);
489
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, int *piValues);
490
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, FLOAT *pfValues);
607
extern BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, int *piValues);
608
extern BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, FLOAT *pfValues);
611
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, int *piValues);
612
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, FLOAT *pfValues);
/xsrc/external/mit/MesaLib/dist/src/gallium/frontends/wgl/
stw_ext_pixelformat.c
483
UINT
nAttributes
, const int *piAttributes,
488
for (i = 0; i <
nAttributes
; i++) {
503
UINT
nAttributes
, const int *piAttributes,
508
for (i = 0; i <
nAttributes
; i++) {
/xsrc/external/mit/MesaLib.old/dist/src/gallium/state_trackers/wgl/
stw_ext_pixelformat.c
482
UINT
nAttributes
, const int *piAttributes,
489
for (i = 0; i <
nAttributes
; i++) {
504
UINT
nAttributes
, const int *piAttributes,
511
for (i = 0; i <
nAttributes
; i++) {
/xsrc/external/mit/xorg-server/dist/hw/kdrive/ephyr/
ephyr_glamor_xv.c
148
adaptor->
nAttributes
= glamor_xv_num_attributes;
/xsrc/external/mit/xorg-server.old/dist/hw/xwin/
winvideo.c
162
adapt->
nAttributes
= NUM_ATTRIBUTES;
/xsrc/external/mit/xorg-server/dist/hw/kdrive/src/
kxv.h
131
int
nAttributes
;
kxv.c
285
if (adaptorPtr->
nAttributes
&&
286
(pa->pAttributes = calloc(adaptorPtr->
nAttributes
,
289
adaptorPtr->
nAttributes
* sizeof(XvAttributeRec));
291
for (i = 0; i < adaptorPtr->
nAttributes
; i++) {
296
pa->
nAttributes
= adaptorPtr->
nAttributes
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/glamor_egl/
glamor_xf86_xv.c
152
adapt->
nAttributes
= glamor_xv_num_attributes;
/xsrc/external/mit/MesaLib/dist/include/GL/
wglext.h
221
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, int *piValues);
222
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, FLOAT *pfValues);
225
BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, int *piValues);
226
BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, FLOAT *pfValues);
491
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, int *piValues);
492
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, FLOAT *pfValues);
495
BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, int *piValues);
496
BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, FLOAT *pfValues);
/xsrc/external/mit/MesaLib.old/dist/include/GL/
wglext.h
221
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, int *piValues);
222
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVARBPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, FLOAT *pfValues);
225
BOOL WINAPI wglGetPixelFormatAttribivARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, int *piValues);
226
BOOL WINAPI wglGetPixelFormatAttribfvARB (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, const int *piAttributes, FLOAT *pfValues);
486
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBIVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, int *piValues);
487
typedef BOOL (WINAPI * PFNWGLGETPIXELFORMATATTRIBFVEXTPROC) (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, FLOAT *pfValues);
490
BOOL WINAPI wglGetPixelFormatAttribivEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, int *piValues);
491
BOOL WINAPI wglGetPixelFormatAttribfvEXT (HDC hdc, int iPixelFormat, int iLayerPlane, UINT
nAttributes
, int *piAttributes, FLOAT *pfValues);
/xsrc/external/mit/xf86-video-ati/dist/src/
radeon_textured_video.c
861
adapt->
nAttributes
= NUM_ATTRIBUTES_R600;
865
adapt->
nAttributes
= NUM_ATTRIBUTES_R600;
869
adapt->
nAttributes
= NUM_ATTRIBUTES_R500;
873
adapt->
nAttributes
= NUM_ATTRIBUTES_R300;
877
adapt->
nAttributes
= NUM_ATTRIBUTES_R200;
881
adapt->
nAttributes
= NUM_ATTRIBUTES;
/xsrc/external/mit/xf86-video-ati-kms/dist/src/
radeon_textured_video.c
867
adapt->
nAttributes
= NUM_ATTRIBUTES_R600;
871
adapt->
nAttributes
= NUM_ATTRIBUTES_R600;
875
adapt->
nAttributes
= NUM_ATTRIBUTES_R500;
879
adapt->
nAttributes
= NUM_ATTRIBUTES_R300;
883
adapt->
nAttributes
= NUM_ATTRIBUTES_R200;
887
adapt->
nAttributes
= NUM_ATTRIBUTES;
/xsrc/external/mit/xf86-video-intel/dist/src/uxa/
intel_video_overlay.c
482
adapt->
nAttributes
= NUM_ATTRIBUTES;
484
adapt->
nAttributes
+= GAMMA_ATTRIBUTES; /* has gamma */
486
xnfalloc(sizeof(XF86AttributeRec) * adapt->
nAttributes
);
intel_uxa_video.c
348
adapt->
nAttributes
= 0;
/xsrc/external/mit/xf86-video-intel-2014/dist/src/uxa/
intel_video_overlay.c
482
adapt->
nAttributes
= NUM_ATTRIBUTES;
484
adapt->
nAttributes
+= GAMMA_ATTRIBUTES; /* has gamma */
486
xnfalloc(sizeof(XF86AttributeRec) * adapt->
nAttributes
);
intel_uxa_video.c
348
adapt->
nAttributes
= 0;
/xsrc/external/mit/xorg-server/dist/Xext/
xvdix.h
153
int
nAttributes
;
/xsrc/external/mit/xorg-server/dist/hw/xfree86/common/
xf86xv.h
131
int
nAttributes
;
/xsrc/external/mit/xorg-server.old/dist/Xext/
xvdix.h
155
int
nAttributes
;
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/ephyr/
ephyrvideo.c
537
a_this->adaptors[i].
nAttributes
= num_attributes ;
539
for (j=0; j < a_this->adaptors[i].
nAttributes
; j++) {
799
EPHYR_RETURN_VAL_IF_FAIL (port_priv->current_adaptor->
nAttributes
,
816
port_priv->current_adaptor->
nAttributes
,
/xsrc/external/mit/xorg-server.old/dist/hw/kdrive/src/
kxv.h
172
int
nAttributes
;
/xsrc/external/mit/xorg-server.old/dist/hw/xfree86/common/
xf86xv.h
161
int
nAttributes
;
/xsrc/external/mit/xf86-video-intel-old/dist/src/
i830_video.c
864
adapt->
nAttributes
= NUM_ATTRIBUTES;
865
adapt->
nAttributes
+= CLONE_ATTRIBUTES;
867
adapt->
nAttributes
+= GAMMA_ATTRIBUTES; /* has gamma */
868
adapt->pAttributes = xnfalloc(sizeof(XF86AttributeRec) * adapt->
nAttributes
);
963
int
nAttributes
;
967
nAttributes
= NUM_TEXTURED_ATTRIBUTES;
972
attrs = xcalloc(
nAttributes
, sizeof(XF86AttributeRec));
992
adapt->
nAttributes
=
nAttributes
;
994
memcpy(attrs, TexturedAttributes,
nAttributes
* sizeof(XF86AttributeRec))
[
all
...]
Completed in 64 milliseconds
1
2
3
Indexes created Sun Jul 05 00:25:41 UTC 2026