Searched refs:scissor_test (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_autogen.h22 bool scissor_test; member in struct:EnableFlags
H A Dclient_context_state_impl_autogen.h21 scissor_test(false),
73 if (enable_flags.scissor_test != enabled) {
75 enable_flags.scissor_test = enabled;
113 *enabled = enable_flags.scissor_test;
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h22 bool scissor_test; member in struct:EnableFlags
H A Dcontext_state_impl_autogen.h21 scissor_test(false),
94 EnableDisable(GL_SCISSOR_TEST, enable_flags.scissor_test);
156 return enable_flags.scissor_test;
475 params[0] = static_cast<GLint>(enable_flags.scissor_test);
800 params[0] = static_cast<GLfloat>(enable_flags.scissor_test);
H A Dgles2_cmd_decoder.cc1889 if (decoder_->state_.enable_flags.scissor_test) {
3711 EnableDisable(GL_SCISSOR_TEST, state_.enable_flags.scissor_test);
4865 if (state_.enable_flags.scissor_test) {
5050 EnableDisable(GL_SCISSOR_TEST, state_.enable_flags.scissor_test);
H A Dgles2_cmd_decoder_autogen.h3351 if (state_.enable_flags.scissor_test != enabled) {
3352 state_.enable_flags.scissor_test = enabled;
/external/chromium_org/third_party/mesa/src/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h97 boolean scissor_test; member in struct:lp_setup_context
H A Dlp_setup.c494 if (setup->scissor_test != scissor) {
496 setup->scissor_test = scissor;
886 if (setup->scissor_test) {
H A Dlp_setup_line.c316 if (setup->scissor_test) {
H A Dlp_setup_tri.c256 if (setup->scissor_test) {
/external/mesa3d/src/gallium/drivers/llvmpipe/
H A Dlp_setup_context.h97 boolean scissor_test; member in struct:lp_setup_context
H A Dlp_setup.c494 if (setup->scissor_test != scissor) {
496 setup->scissor_test = scissor;
886 if (setup->scissor_test) {
H A Dlp_setup_line.c316 if (setup->scissor_test) {
H A Dlp_setup_tri.c256 if (setup->scissor_test) {

Completed in 461 milliseconds