Searched refs:color_bits (Results 1 - 4 of 4) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest.h70 void DirtyStateMaskTest(GLuint color_bits,
H A Dgles2_cmd_decoder_unittest_drawing.cc79 void GLES2DecoderManualInitTest::DirtyStateMaskTest(GLuint color_bits, argument
84 color_mask_cmd.Init((color_bits & 0x1000) != 0,
85 (color_bits & 0x0100) != 0,
86 (color_bits & 0x0010) != 0,
87 (color_bits & 0x0001) != 0);
110 color_bits, // color bits
614 // Test all color_bits combinations twice.
616 GLuint color_bits = (i & 1 ? 0x0001 : 0x0000) | (i & 2 ? 0x0010 : 0x0000) | local
620 DirtyStateMaskTest(color_bits, false, 0xffffffff, 0xffffffff);
621 DirtyStateMaskTest(color_bits, tru
[all...]
H A Dgles2_cmd_decoder_unittest_base.cc830 GLuint color_bits,
836 bool color_mask_red = (color_bits & 0x1000) != 0;
837 bool color_mask_green = (color_bits & 0x0100) != 0;
838 bool color_mask_blue = (color_bits & 0x0010) != 0;
839 bool color_mask_alpha = (color_bits & 0x0001) && !framebuffer_is_rgb;
826 SetupExpectationsForApplyingDirtyState( bool framebuffer_is_rgb, bool framebuffer_has_depth, bool framebuffer_has_stencil, GLuint color_bits, bool depth_mask, bool depth_enabled, GLuint front_stencil_mask, GLuint back_stencil_mask, bool stencil_enabled) argument
H A Dgles2_cmd_decoder_unittest_base.h356 GLuint color_bits, // NOTE! bits are 0x1000, 0x0100, 0x0010, and 0x0001

Completed in 415 milliseconds