Searched refs:ClearStencil (Results 1 - 25 of 50) sorted by path

12

/external/chromium_org/cc/output/
H A Drenderer_pixeltest.cc1415 gl->ClearStencil(0);
1418 gl->ClearStencil(1);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc151 void TestGLES2Interface::ClearStencil(GLint s) { function in class:cc::TestGLES2Interface
H A Dtest_gles2_interface.h60 virtual void ClearStencil(GLint s) OVERRIDE;
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h34 #define glClearStencil GLES2_GET_FUN(ClearStencil)
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_c_lib_autogen.h85 gles2::GetGLContext()->ClearStencil(s);
H A Dgles2_cmd_helper_autogen.h160 void ClearStencil(GLint s) { function
161 gles2::cmds::ClearStencil* c = GetCmdSpace<gles2::cmds::ClearStencil>();
H A Dgles2_implementation_autogen.h69 virtual void ClearStencil(GLint s) OVERRIDE;
H A Dgles2_implementation_impl_autogen.h183 void GLES2Implementation::ClearStencil(GLint s) { function in class:GLES2Implementation
186 helper_->ClearStencil(s);
H A Dgles2_implementation_unittest_autogen.h177 TEST_F(GLES2ImplementationTest, ClearStencil) {
179 cmds::ClearStencil cmd;
184 gl_->ClearStencil(1);
H A Dgles2_interface_autogen.h51 virtual void ClearStencil(GLint s) = 0;
H A Dgles2_interface_stub_autogen.h50 virtual void ClearStencil(GLint s) OVERRIDE;
H A Dgles2_interface_stub_impl_autogen.h74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) { function in class:GLES2InterfaceStub
H A Dgles2_trace_implementation_autogen.h50 virtual void ClearStencil(GLint s) OVERRIDE;
H A Dgles2_trace_implementation_impl_autogen.h125 void GLES2TraceImplementation::ClearStencil(GLint s) { function in class:GLES2TraceImplementation
126 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearStencil");
127 gl_->ClearStencil(s);
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h748 struct ClearStencil { struct
749 typedef ClearStencil ValueType;
774 COMPILE_ASSERT(sizeof(ClearStencil) == 8, Sizeof_ClearStencil_is_not_8);
775 COMPILE_ASSERT(offsetof(ClearStencil, header) == 0,
777 COMPILE_ASSERT(offsetof(ClearStencil, s) == 4, OffsetOf_ClearStencil_s_not_4);
H A Dgles2_cmd_format_test_autogen.h261 TEST_F(GLES2FormatTest, ClearStencil) {
262 cmds::ClearStencil& cmd = *GetBufferAs<cmds::ClearStencil>();
264 EXPECT_EQ(static_cast<uint32_t>(cmds::ClearStencil::kCmdId),
H A Dgles2_cmd_ids_autogen.h33 OP(ClearStencil) /* 274 */ \
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_autogen.h328 const gles2::cmds::ClearStencil& c =
329 *static_cast<const gles2::cmds::ClearStencil*>(cmd_data);
H A Dgles2_cmd_decoder_unittest_0_autogen.h41 EXPECT_CALL(*gl_, ClearStencil(0)).Times(1).RetiresOnSaturation();
H A Dgles2_cmd_decoder_unittest_1_autogen.h333 EXPECT_CALL(*gl_, ClearStencil(1));
334 SpecializedSetup<cmds::ClearStencil, 0>(true);
335 cmds::ClearStencil cmd;
H A Dgles2_cmd_decoder_unittest_base.cc589 EXPECT_CALL(*gl_, ClearStencil(restore_stencil))
635 EXPECT_CALL(*gl_, ClearStencil(0))
H A Dgles2_cmd_decoder_unittest_drawing.cc2364 EXPECT_CALL(*gl_, ClearStencil(0)).Times(1).RetiresOnSaturation();
H A Dgles2_cmd_decoder_unittest_framebuffers.cc871 ClearStencil stencil_cmd;
881 EXPECT_CALL(*gl_, ClearStencil(123)).Times(1).RetiresOnSaturation();
905 ClearStencil stencil_cmd;
916 EXPECT_CALL(*gl_, ClearStencil(123))
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc181 void ClearStencil(PP_Resource context_id, GLint s) { function in namespace:mojo::examples::__anon8751
1388 &ClearStencil, &ColorMask,
/external/chromium_org/mojo/public/c/gles2/
H A Dgles2_call_visitor_autogen.h69 VISIT_GL_CALL(ClearStencil, void, (GLint s), (s))

Completed in 448 milliseconds

12