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

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_base.cc601 GLuint color_bits,
611 (color_bits & 0x1000) != 0,
612 (color_bits & 0x0100) != 0,
613 (color_bits & 0x0010) != 0,
614 (color_bits & 0x0001) && !framebuffer_is_rgb))
597 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, bool cull_face_enabled, bool scissor_test_enabled, bool blend_enabled) argument

Completed in 46 milliseconds