Home
last modified time | relevance | path

Searched refs:_IntegerColor (Results 1 – 9 of 9) sorted by relevance

/external/mesa3d/src/mesa/state_tracker/
Dst_atom_shader.c89 !st->ctx->DrawBuffer->_IntegerColor; in update_fp()
Dst_atom_rasterizer.c243 !ctx->DrawBuffer->_IntegerColor; in update_raster_state()
Dst_cb_drawpixels.c702 !ctx->DrawBuffer->_IntegerColor; in draw_textured_quad()
1032 !st->ctx->DrawBuffer->_IntegerColor; in get_color_fp_variant()
Dst_cb_bitmap.c427 !st->ctx->DrawBuffer->_IntegerColor; in draw_bitmap_quad()
/external/mesa3d/src/mesa/main/
Dcontext.c1848 if (ctx->DrawBuffer && ctx->DrawBuffer->_IntegerColor) { in _mesa_valid_to_render()
Dmtypes.h2705 GLboolean _IntegerColor; member
Dfbobject.c779 fb->_IntegerColor = _mesa_is_format_integer_color(attFormat); in _mesa_test_framebuffer_completeness()
Dget.c1230 { GL_RGBA_INTEGER_MODE_EXT, BUFFER_BOOL(_IntegerColor),
/external/mesa3d/src/mesa/drivers/common/
Dmeta.c2024 if (fb->_IntegerColor) { in _mesa_meta_glsl_Clear()