HomeSort by relevance Sort by last modified time
    Searched full:chan_type (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/swrast/
s_chan.h 53 #define CHAN_TYPE GL_UNSIGNED_BYTE
58 #define CHAN_TYPE GL_UNSIGNED_SHORT
63 #define CHAN_TYPE GL_FLOAT
s_context.c 117 #if CHAN_TYPE == GL_FLOAT
516 #if CHAN_TYPE == GL_FLOAT
784 swrast->SpanArrays[i].ChanType = CHAN_TYPE;
785 #if CHAN_TYPE == GL_UNSIGNED_BYTE
787 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
937 #if CHAN_TYPE == GL_FLOAT
s_aatriangle.c 135 #if CHAN_TYPE == GL_FLOAT
s_context.h 435 #if CHAN_TYPE == GL_FLOAT
s_aaline.c 175 #if CHAN_TYPE == GL_FLOAT
s_copypix.c 196 span.array->ChanType = CHAN_TYPE; /* restore */
s_triangle.c 235 #if CHAN_TYPE != GL_FLOAT
860 #endif /*CHAN_TYPE != GL_FLOAT*/
    [all...]
s_drawpix.c 493 span.array->ChanType = CHAN_TYPE;
s_texcombine.c 552 span->array->ChanType = CHAN_TYPE;
s_span.c 91 #if CHAN_TYPE == GL_FLOAT
    [all...]
  /external/mesa3d/src/gallium/auxiliary/gallivm/
lp_bld_format_aos.c 101 enum util_format_type chan_type; local
114 chan_type = UTIL_FORMAT_TYPE_FLOAT;
116 chan_type = UTIL_FORMAT_TYPE_FIXED;
118 chan_type = UTIL_FORMAT_TYPE_SIGNED;
120 chan_type = UTIL_FORMAT_TYPE_UNSIGNED;
129 if (desc->channel[chan].type != chan_type ||
  /external/mesa3d/src/mesa/math/
m_translate.c 689 #if CHAN_TYPE == GL_UNSIGNED_BYTE
691 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
693 #elif CHAN_TYPE == GL_FLOAT
  /external/mesa3d/src/mesa/swrast_setup/
ss_context.c 118 && CHAN_TYPE != GL_FLOAT;
  /external/mesa3d/src/mesa/tnl/
t_vertex_sse.c 579 switch (CHAN_TYPE) {
594 printf("unknown CHAN_TYPE %s\n", _mesa_lookup_enum_by_nr(CHAN_TYPE));
t_vertex.c 502 switch(CHAN_TYPE) {
  /external/wpa_supplicant_8/src/drivers/
driver_nl80211_event.c 897 unsigned int freq, chan_type, duration; local
907 chan_type = nla_get_u32(tb[NL80211_ATTR_WIPHY_CHANNEL_TYPE]);
909 chan_type = 0;
923 cancel_event, freq, chan_type, duration,
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 669 #if CHAN_TYPE == GL_UNSIGNED_BYTE
    [all...]

Completed in 1103 milliseconds