Home
last modified time | relevance | path

Searched refs:ColorBuffer (Results 1 – 8 of 8) sorted by relevance

/external/rust/crates/codespan-reporting/tests/support/
Dcolor_buffer.rs37 pub struct ColorBuffer { struct
42 impl ColorBuffer { argument
43 pub fn new() -> ColorBuffer { in new()
44 ColorBuffer { in new()
55 impl io::Write for ColorBuffer { implementation
66 impl WriteColor for ColorBuffer { implementation
89 fn write_first(first: bool, write: &mut ColorBuffer) -> io::Result<bool> { in set_color()
Dmod.rs8 use self::color_buffer::ColorBuffer;
24 self.emit(ColorBuffer::new(), &config).into_string() in emit_color()
/external/angle/src/libANGLE/capture/
Dgl_enum_utils_autogen.h41 ColorBuffer, enumerator
Dgl_enum_utils_autogen.cpp411 case GLenumGroup::ColorBuffer: in GLenumToString()
Dframe_capture_utils.cpp466 gl::GLenumGroup::ColorBuffer)); in SerializeFramebufferState()
/external/llvm/test/Transforms/InstCombine/
Dshufflemask-undef.ll11 %struct.ColorBuffer = type { i16, i8, i8, [8 x i16], [0 x i32] }
50 …ets, %struct.AlphaTest, %struct.BlendMode, %struct.ClearColor, %struct.ColorBuffer, %struct.DepthT…
/external/llvm-project/llvm/test/Transforms/InstCombine/X86/
Dshufflemask-undef.ll12 %struct.ColorBuffer = type { i16, i8, i8, [8 x i16], [0 x i32] }
51 …ets, %struct.AlphaTest, %struct.BlendMode, %struct.ClearColor, %struct.ColorBuffer, %struct.DepthT…
/external/angle/src/libGL/
Dentry_points_gl_4_autogen.cpp8218 CID(context), framebuffer, GLenumToString(GLenumGroup::ColorBuffer, buf)); in GL_NamedFramebufferDrawBuffer()
8295 CID(context), framebuffer, GLenumToString(GLenumGroup::ColorBuffer, src)); in GL_NamedFramebufferReadBuffer()