HomeSort by relevance Sort by last modified time
    Searched refs:scissor_test (Results 1 - 18 of 18) sorted by null

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_autogen.h 24 bool scissor_test; member in struct:EnableFlags
client_context_state_impl_autogen.h 23 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/
lp_setup_context.h 97 boolean scissor_test; member in struct:lp_setup_context
lp_setup.c 494 if (setup->scissor_test != scissor) {
496 setup->scissor_test = scissor;
886 if (setup->scissor_test) {
lp_setup_line.c 316 if (setup->scissor_test) {
lp_setup_tri.c 256 if (setup->scissor_test) {
  /external/mesa3d/src/gallium/drivers/llvmpipe/
lp_setup_context.h 97 boolean scissor_test; member in struct:lp_setup_context
lp_setup.c 494 if (setup->scissor_test != scissor) {
496 setup->scissor_test = scissor;
886 if (setup->scissor_test) {
lp_setup_line.c 316 if (setup->scissor_test) {
lp_setup_tri.c 256 if (setup->scissor_test) {
  /external/chromium_org/gpu/command_buffer/service/
context_state_autogen.h 31 bool scissor_test; member in struct:EnableFlags
context_state_impl_autogen.h 30 scissor_test(false),
382 return enable_flags.scissor_test;
718 params[0] = static_cast<GLint>(enable_flags.scissor_test);
    [all...]
gles2_cmd_decoder.cc     [all...]
gles2_cmd_decoder_autogen.h     [all...]
  /external/deqp/modules/gles2/performance/
es2pRedundantStateChangeTests.cpp 260 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
    [all...]
es2pStateChangeTests.cpp 284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
    [all...]
  /external/deqp/modules/gles3/performance/
es3pRedundantStateChangeTests.cpp 260 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
    [all...]
es3pStateChangeTests.cpp 284 ADD_TESTCASE(scissor_test, "Enable/Disable scissor test.",
    [all...]

Completed in 391 milliseconds