Searched refs:CHAN_TYPE (Results 1 - 15 of 15) sorted by relevance

/external/mesa3d/src/mesa/swrast/
H A Ds_chan.h53 #define CHAN_TYPE GL_UNSIGNED_BYTE macro
58 #define CHAN_TYPE GL_UNSIGNED_SHORT macro
63 #define CHAN_TYPE GL_FLOAT macro
H A Ds_context.c117 #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
H A Ds_aatriangle.c135 #if CHAN_TYPE == GL_FLOAT
H A Ds_context.h435 #if CHAN_TYPE == GL_FLOAT
H A Ds_aaline.c175 #if CHAN_TYPE == GL_FLOAT
H A Ds_copypix.c196 span.array->ChanType = CHAN_TYPE; /* restore */
H A Ds_drawpix.c493 span.array->ChanType = CHAN_TYPE;
H A Ds_texcombine.c552 span->array->ChanType = CHAN_TYPE;
H A Ds_triangle.c235 #if CHAN_TYPE != GL_FLOAT
860 #endif /*CHAN_TYPE != GL_FLOAT*/
H A Ds_span.c91 #if CHAN_TYPE == GL_FLOAT
/external/mesa3d/src/mesa/swrast_setup/
H A Dss_context.c118 && CHAN_TYPE != GL_FLOAT;
/external/mesa3d/src/mesa/math/
H A Dm_translate.c689 #if CHAN_TYPE == GL_UNSIGNED_BYTE
691 #elif CHAN_TYPE == GL_UNSIGNED_SHORT
693 #elif CHAN_TYPE == GL_FLOAT
/external/mesa3d/src/mesa/tnl/
H A Dt_vertex_sse.c579 switch (CHAN_TYPE) {
594 printf("unknown CHAN_TYPE %s\n", _mesa_lookup_enum_by_nr(CHAN_TYPE));
H A Dt_vertex.c502 switch(CHAN_TYPE) {
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c669 #if CHAN_TYPE == GL_UNSIGNED_BYTE

Completed in 115 milliseconds