Searched refs:ColorBuffer (Results 1 – 8 of 8) sorted by relevance
/external/rust/crates/codespan-reporting/tests/support/ |
D | color_buffer.rs | 37 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()
|
D | mod.rs | 8 use self::color_buffer::ColorBuffer; 24 self.emit(ColorBuffer::new(), &config).into_string() in emit_color()
|
/external/angle/src/libANGLE/capture/ |
D | gl_enum_utils_autogen.h | 41 ColorBuffer, enumerator
|
D | gl_enum_utils_autogen.cpp | 411 case GLenumGroup::ColorBuffer: in GLenumToString()
|
D | frame_capture_utils.cpp | 466 gl::GLenumGroup::ColorBuffer)); in SerializeFramebufferState()
|
/external/llvm/test/Transforms/InstCombine/ |
D | shufflemask-undef.ll | 11 %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/ |
D | shufflemask-undef.ll | 12 %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/ |
D | entry_points_gl_4_autogen.cpp | 8218 CID(context), framebuffer, GLenumToString(GLenumGroup::ColorBuffer, buf)); in GL_NamedFramebufferDrawBuffer() 8295 CID(context), framebuffer, GLenumToString(GLenumGroup::ColorBuffer, src)); in GL_NamedFramebufferReadBuffer()
|