Searched refs:ClearColor (Results 1 - 25 of 87) sorted by path

1234

/external/chromium_org/cc/output/
H A Dgl_renderer.cc406 GLC(gl_, gl_->ClearColor(0, 0, 0, 0));
408 GLC(gl_, gl_->ClearColor(0, 0, 1, 1));
951 GLC(gl_, gl_->ClearColor(0, 0, 1, 1));
H A Drenderer_pixeltest.cc1406 gl->ClearColor(0.f, 1.f, 0.f, 1.f);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc144 void TestGLES2Interface::ClearColor(GLclampf red, function in class:cc::TestGLES2Interface
H A Dtest_gles2_interface.h56 virtual void ClearColor(GLclampf red,
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h32 #define glClearColor GLES2_GET_FUN(ClearColor)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h79 gles2::GetGLContext()->ClearColor(red, green, blue, alpha);
H A Dgles2_cmd_helper_autogen.h146 void ClearColor(GLclampf red, GLclampf green, GLclampf blue, GLclampf alpha) { function
147 gles2::cmds::ClearColor* c = GetCmdSpace<gles2::cmds::ClearColor>();
H A Dgles2_implementation_autogen.h62 virtual void ClearColor(GLclampf red,
H A Dgles2_implementation_impl_autogen.h165 void GLES2Implementation::ClearColor(GLclampf red, function in class:GLES2Implementation
172 helper_->ClearColor(red, green, blue, alpha);
H A Dgles2_implementation_unittest_autogen.h155 TEST_F(GLES2ImplementationTest, ClearColor) {
157 cmds::ClearColor cmd;
162 gl_->ClearColor(1, 2, 3, 4);
H A Dgles2_interface_autogen.h46 virtual void ClearColor(GLclampf red,
H A Dgles2_interface_stub_autogen.h45 virtual void ClearColor(GLclampf red,
H A Dgles2_interface_stub_impl_autogen.h67 void GLES2InterfaceStub::ClearColor(GLclampf /* red */, function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_autogen.h45 virtual void ClearColor(GLclampf red,
H A Dgles2_trace_implementation_impl_autogen.h112 void GLES2TraceImplementation::ClearColor(GLclampf red, function in class:GLES2TraceImplementation
116 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearColor");
117 gl_->ClearColor(red, green, blue, alpha);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h669 struct ClearColor { struct
670 typedef ClearColor ValueType;
705 COMPILE_ASSERT(sizeof(ClearColor) == 20, Sizeof_ClearColor_is_not_20);
706 COMPILE_ASSERT(offsetof(ClearColor, header) == 0,
708 COMPILE_ASSERT(offsetof(ClearColor, red) == 4, OffsetOf_ClearColor_red_not_4);
709 COMPILE_ASSERT(offsetof(ClearColor, green) == 8,
711 COMPILE_ASSERT(offsetof(ClearColor, blue) == 12,
713 COMPILE_ASSERT(offsetof(ClearColor, alpha) == 16,
H A Dgles2_cmd_format_test_autogen.h234 TEST_F(GLES2FormatTest, ClearColor) {
235 cmds::ClearColor& cmd = *GetBufferAs<cmds::ClearColor>();
241 EXPECT_EQ(static_cast<uint32_t>(cmds::ClearColor::kCmdId),
H A Dgles2_cmd_ids_autogen.h31 OP(ClearColor) /* 272 */ \
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h295 const gles2::cmds::ClearColor& c =
296 *static_cast<const gles2::cmds::ClearColor*>(cmd_data);
H A Dgles2_cmd_decoder_unittest_0_autogen.h37 EXPECT_CALL(*gl_, ClearColor(0.0f, 0.0f, 0.0f, 0.0f))
H A Dgles2_cmd_decoder_unittest_1_autogen.h315 EXPECT_CALL(*gl_, ClearColor(1, 2, 3, 4));
316 SpecializedSetup<cmds::ClearColor, 0>(true);
317 cmds::ClearColor cmd;
H A Dgles2_cmd_decoder_unittest_base.cc585 EXPECT_CALL(*gl_, ClearColor(
629 EXPECT_CALL(*gl_, ClearColor(0.0f, 0.0f, 0.0f, 0.0f))
H A Dgles2_cmd_decoder_unittest_framebuffers.cc801 ClearColor color_cmd;
813 EXPECT_CALL(*gl_, ClearColor(0.1f, 0.2f, 0.3f, 0.4f))
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc163 void ClearColor(PP_Resource context_id, function in namespace:mojo::examples::__anon8751
1387 &ClearColor, &ClearDepthf,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h64 VISIT_GL_CALL(ClearColor,

Completed in 968 milliseconds

1234