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

/external/chromium_org/gpu/command_buffer/client/
H A Dclient_context_state_autogen.h24 bool scissor_test; member in struct:EnableFlags
H A Dclient_context_state_impl_autogen.h23 scissor_test(false),
75 if (enable_flags.scissor_test != enabled) {
77 enable_flags.scissor_test = enabled;
114 *enabled = enable_flags.scissor_test;
/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) {
/external/chromium_org/gpu/command_buffer/service/
H A Dcontext_state_autogen.h31 bool scissor_test; member in struct:EnableFlags
H A Dcontext_state_impl_autogen.h30 scissor_test(false),
382 return enable_flags.scissor_test;
718 params[0] = static_cast<GLint>(enable_flags.scissor_test);
1055 params[0] = static_cast<GLfloat>(enable_flags.scissor_test);
H A Dgles2_cmd_decoder.cc2019 if (decoder_->state_.enable_flags.scissor_test) {
5251 if (state_.enable_flags.scissor_test) {
5424 state_.enable_flags.scissor_test);
H A Dgles2_cmd_decoder_autogen.h3363 state_.enable_flags.scissor_test = enabled;
/external/deqp/modules/gles2/performance/
H A Des2pRedundantStateChangeTests.cpp260 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
H A Des2pStateChangeTests.cpp284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
/external/deqp/modules/gles3/performance/
H A Des3pRedundantStateChangeTests.cpp260 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
H A Des3pStateChangeTests.cpp284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",

Completed in 273 milliseconds