/external/mesa3d/src/mesa/x86/ |
mmx.h | 37 GLenum chanType ); 42 GLenum chanType ); 47 GLenum chanType ); 52 GLenum chanType ); 57 GLenum chanType );
|
/external/mesa3d/src/mesa/swrast/ |
s_fog.c | 141 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 146 else if (span->array->ChanType == GL_UNSIGNED_SHORT) { 167 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 171 else if (span->array->ChanType == GL_UNSIGNED_SHORT) { 177 assert(span->array->ChanType == GL_FLOAT); 186 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 190 else if (span->array->ChanType == GL_UNSIGNED_SHORT) { 196 assert(span->array->ChanType == GL_FLOAT); 205 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 209 else if (span->array->ChanType == GL_UNSIGNED_SHORT) [all...] |
s_blend.c | 67 * Any chanType ok. 71 GLvoid *src, const GLvoid *dst, GLenum chanType) 82 if (chanType == GL_UNSIGNED_BYTE) 84 else if (chanType == GL_UNSIGNED_SHORT) 95 * Any chanType ok. 99 GLvoid *src, const GLvoid *dst, GLenum chanType) 119 GLvoid *src, const GLvoid *dst, GLenum chanType) 131 assert(chanType == GL_UNSIGNED_BYTE); 164 GLvoid *src, const GLvoid *dst, GLenum chanType) 176 assert(chanType == GL_UNSIGNED_SHORT) [all...] |
s_alpha.c | 112 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 118 else if (span->array->ChanType == GL_UNSIGNED_SHORT) { 133 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 140 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
|
s_blend.h | 42 _swrast_choose_blend_func(struct gl_context *ctx, GLenum chanType);
|
s_zoom.c | 162 zoomed.array->ChanType = span->array->ChanType; 163 if (zoomed.array->ChanType == GL_UNSIGNED_BYTE) 165 else if (zoomed.array->ChanType == GL_UNSIGNED_SHORT) 210 if (zoomed.array->ChanType == GL_UNSIGNED_BYTE) { 220 else if (zoomed.array->ChanType == GL_UNSIGNED_SHORT) { 242 if (zoomed.array->ChanType == GL_UNSIGNED_BYTE) { 255 else if (zoomed.array->ChanType == GL_UNSIGNED_SHORT) { 304 (zoomed.array->ChanType == GL_UNSIGNED_BYTE) ? 4 * sizeof(GLubyte) : 305 ((zoomed.array->ChanType == GL_UNSIGNED_SHORT) ? 4 * sizeof(GLushort [all...] |
s_span.c | 229 switch (span->array->ChanType) { 310 span->array->ChanType); 372 span->array->ChanType = GL_FLOAT; 845 if (span->array->ChanType == GL_FLOAT) { 873 span->array->ChanType = GL_FLOAT; 885 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 894 else if (span->array->ChanType == GL_UNSIGNED_SHORT) { 919 assert(span->array->ChanType == GL_FLOAT); 942 span->array->ChanType = GL_FLOAT; 962 _mesa_convert_colors(span->array->ChanType, src [all...] |
s_logic.c | 201 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 207 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
|
s_masking.c | 58 if (span->array->ChanType == GL_UNSIGNED_BYTE) { 69 else if (span->array->ChanType == GL_UNSIGNED_SHORT) {
|
s_context.c | 414 GLenum chanType ) 419 _swrast_choose_blend_func( ctx, chanType ); 421 swrast->BlendFunc( ctx, n, mask, src, dst, chanType ); 782 swrast->SpanArrays[i].ChanType = CHAN_TYPE;
|
s_span.h | 80 GLenum ChanType; /**< Color channel type, GL_UNSIGNED_BYTE, GL_FLOAT */
|
/external/iw/ |
ibss.c | 38 int chantype; /* for older kernel */ member in struct:__anon21073 43 .chantype = NL80211_CHAN_HT20 }, 47 .chantype = NL80211_CHAN_HT40PLUS }, 51 .chantype = NL80211_CHAN_HT40MINUS }, 55 .chantype = NL80211_CHAN_NO_HT }, 59 .chantype = -1 }, 63 .chantype = -1 }, 95 if (chanmode_selected->chantype != -1) 98 chanmode_selected->chantype);
|
mesh.c | 449 int chantype; /* for older kernel */ member in struct:__anon21075 454 .chantype = NL80211_CHAN_HT20 }, 458 .chantype = NL80211_CHAN_HT40PLUS }, 462 .chantype = NL80211_CHAN_HT40MINUS }, 466 .chantype = NL80211_CHAN_NO_HT }, 504 if (chanmode_selected->chantype != -1) 507 chanmode_selected->chantype);
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/builtin/ |
runtime.go | 94 func makechan(chanType *byte, hint int64) (hchan chan any) 95 func chanrecv1(chanType *byte, hchan <-chan any, elem *any) 96 func chanrecv2(chanType *byte, hchan <-chan any, elem *any) bool 97 func chansend1(chanType *byte, hchan chan<- any, elem *any) 113 func selectnbsend(chanType *byte, hchan chan<- any, elem *any) bool 114 func selectnbrecv(chanType *byte, elem *any, hchan <-chan any) bool 115 func selectnbrecv2(chanType *byte, elem *any, received *bool, hchan <-chan any) bool
|
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/builtin/ |
runtime.go | 94 func makechan(chanType *byte, hint int64) (hchan chan any) 95 func chanrecv1(chanType *byte, hchan <-chan any, elem *any) 96 func chanrecv2(chanType *byte, hchan <-chan any, elem *any) bool 97 func chansend1(chanType *byte, hchan chan<- any, elem *any) 113 func selectnbsend(chanType *byte, hchan chan<- any, elem *any) bool 114 func selectnbrecv(chanType *byte, elem *any, hchan <-chan any) bool 115 func selectnbrecv2(chanType *byte, elem *any, received *bool, hchan <-chan any) bool
|
/prebuilts/go/darwin-x86/src/cmd/compile/internal/gc/ |
sizeof_test.go | 36 {ChanType{}, 8, 16},
|
type.go | 134 // TCHAN: *ChanType 274 // ChanType contains Type fields specific to channel types. 275 type ChanType struct { 280 // ChanType returns t's extra channel-specific fields. 281 func (t *Type) ChanType() *ChanType { 283 return t.Extra.(*ChanType) 406 t.Extra = new(ChanType) 448 ct := t.ChanType() 568 t.Extra.(*ChanType).Elem = ele [all...] |
/prebuilts/go/linux-x86/src/cmd/compile/internal/gc/ |
sizeof_test.go | 36 {ChanType{}, 8, 16},
|
type.go | 134 // TCHAN: *ChanType 274 // ChanType contains Type fields specific to channel types. 275 type ChanType struct { 280 // ChanType returns t's extra channel-specific fields. 281 func (t *Type) ChanType() *ChanType { 283 return t.Extra.(*ChanType) 406 t.Extra = new(ChanType) 448 ct := t.ChanType() 568 t.Extra.(*ChanType).Elem = ele [all...] |
/prebuilts/go/darwin-x86/src/runtime/ |
chan.go | 58 func reflect_makechan(t *chantype, size int64) *hchan { 62 func makechan(t *chantype, size int64) *hchan { 112 func chansend1(t *chantype, c *hchan, elem unsafe.Pointer) { 128 func chansend(t *chantype, c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool { 394 func chanrecv1(t *chantype, c *hchan, elem unsafe.Pointer) { 399 func chanrecv2(t *chantype, c *hchan, elem unsafe.Pointer) (received bool) { 410 func chanrecv(t *chantype, c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) { 603 func selectnbsend(t *chantype, c *hchan, elem unsafe.Pointer) (selected bool) { 624 func selectnbrecv(t *chantype, elem unsafe.Pointer, c *hchan) (selected bool) { 646 func selectnbrecv2(t *chantype, elem unsafe.Pointer, received *bool, c *hchan) (selected bool) [all...] |
/prebuilts/go/linux-x86/src/runtime/ |
chan.go | 58 func reflect_makechan(t *chantype, size int64) *hchan { 62 func makechan(t *chantype, size int64) *hchan { 112 func chansend1(t *chantype, c *hchan, elem unsafe.Pointer) { 128 func chansend(t *chantype, c *hchan, ep unsafe.Pointer, block bool, callerpc uintptr) bool { 394 func chanrecv1(t *chantype, c *hchan, elem unsafe.Pointer) { 399 func chanrecv2(t *chantype, c *hchan, elem unsafe.Pointer) (received bool) { 410 func chanrecv(t *chantype, c *hchan, ep unsafe.Pointer, block bool) (selected, received bool) { 603 func selectnbsend(t *chantype, c *hchan, elem unsafe.Pointer) (selected bool) { 624 func selectnbrecv(t *chantype, elem unsafe.Pointer, c *hchan) (selected bool) { 646 func selectnbrecv2(t *chantype, elem unsafe.Pointer, received *bool, c *hchan) (selected bool) [all...] |
/prebuilts/go/darwin-x86/pkg/darwin_amd64/ |
reflect.a | 235 offsI ?offs.len ?h ?.autotmp_765 ?sections.ptr ?ret.ptr ?offs.ptr ?.autotmp_766 ?.autotmp_764 ?.autotmp_763 ?type.*[]int32 ?Tgclocals·ecb72dc7ae940dc1f1e37b23b4307188 ?Tgclocals·670b6aec3d5ee72791e60fdaacaa4277 ?"".cacheGet ?"".lookupCache ?<type.map["".cacheKey]*"".rtype ?.autotmp_769 ? type."".cacheKey ?.autotmp_767 ?Tgclocals·bb050dd13b2c1c2d5409997fd25d16a7 ?Tgclocals·8bb686b506d958cabe75de5fd170fb6c ?"".cachePut ?.autotmp_772 ?Tgclocals·a115c4bb5334f7d4d8f05ce5773043eb ?Tgclocals·5772c5125e6f1d925597a14fe438c784 ?"".ChanOf ?"go.string."chan " ?0type.chan unsafe.Pointer ? type."".chanType |