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

  /external/chromium_org/gpu/command_buffer/client/
client_context_state_autogen.h 22 bool scissor_test; member in struct:EnableFlags
client_context_state_impl_autogen.h 21 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/
context_state_autogen.h 22 bool scissor_test; member in struct:EnableFlags
context_state_impl_autogen.h 21 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);
gles2_cmd_decoder.cc     [all...]
gles2_cmd_decoder_autogen.h     [all...]
  /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) {

Completed in 672 milliseconds