Home
last modified time | relevance | path

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

/external/mesa3d/src/mesa/swrast/
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
Ds_context.c117 #if CHAN_TYPE == GL_FLOAT in _swrast_update_rasterflags()
516 #if CHAN_TYPE == GL_FLOAT in _swrast_update_active_attribs()
784 swrast->SpanArrays[i].ChanType = CHAN_TYPE; in _swrast_CreateContext()
785 #if CHAN_TYPE == GL_UNSIGNED_BYTE in _swrast_CreateContext()
787 #elif CHAN_TYPE == GL_UNSIGNED_SHORT in _swrast_CreateContext()
937 #if CHAN_TYPE == GL_FLOAT in _swrast_print_vertex()
Ds_aatriangle.c135 #if CHAN_TYPE == GL_FLOAT in solve_plane_chan()
Ds_context.h435 #if CHAN_TYPE == GL_FLOAT
Ds_aaline.c175 #if CHAN_TYPE == GL_FLOAT in solve_plane_chan()
Ds_copypix.c196 span.array->ChanType = CHAN_TYPE; /* restore */ in copy_rgba_pixels()
Ds_drawpix.c493 span.array->ChanType = CHAN_TYPE; in draw_rgba_pixels()
Ds_texcombine.c552 span->array->ChanType = CHAN_TYPE; in texture_combine()
Ds_triangle.c235 #if CHAN_TYPE != GL_FLOAT
Ds_span.c91 #if CHAN_TYPE == GL_FLOAT in _swrast_span_default_attribs()
/external/mesa3d/src/mesa/math/
Dm_translate.c689 #if CHAN_TYPE == GL_UNSIGNED_BYTE in _math_trans_4chan()
691 #elif CHAN_TYPE == GL_UNSIGNED_SHORT in _math_trans_4chan()
693 #elif CHAN_TYPE == GL_FLOAT in _math_trans_4chan()
/external/mesa3d/src/mesa/swrast_setup/
Dss_context.c118 && CHAN_TYPE != GL_FLOAT; in setup_vertex_format()
/external/mesa3d/src/mesa/tnl/
Dt_vertex_sse.c579 switch (CHAN_TYPE) { in build_vertex_emit()
594 printf("unknown CHAN_TYPE %s\n", _mesa_lookup_enum_by_nr(CHAN_TYPE)); in build_vertex_emit()
Dt_vertex.c502 switch(CHAN_TYPE) { in _tnl_init_vertices()
/external/mesa3d/src/mesa/drivers/osmesa/
Dosmesa.c669 #if CHAN_TYPE == GL_UNSIGNED_BYTE in OSMesaCreateContextExt()