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

12

/external/chromium_org/third_party/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp115 SK_GL(*this, ClearStencil(0));
H A DGrGLAssembleInterface.cpp85 GET_PROC(ClearStencil);
333 GET_PROC(ClearStencil);
/external/skia/src/gpu/gl/
H A DSkGLContextHelper.cpp114 SK_GL(*this, ClearStencil(0));
H A DGrGLAssembleInterface.cpp64 GET_PROC(ClearStencil);
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder_unittest_0_autogen.h41 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))
H A Dgles2_cmd_decoder_unittest_base.cc589 EXPECT_CALL(*gl_, ClearStencil(restore_stencil))
635 EXPECT_CALL(*gl_, ClearStencil(0))
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_ids_autogen.h33 OP(ClearStencil) /* 274 */ \
/external/skia/src/gpu/gl/angle/
H A DGrGLCreateANGLEInterface.cpp54 GET_PROC(ClearStencil);
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.h60 virtual void ClearStencil(GLint s) OVERRIDE;
H A Dtest_gles2_interface.cc151 void TestGLES2Interface::ClearStencil(GLint s) { function in class:cc::TestGLES2Interface
/external/chromium_org/gpu/GLES2/
H A Dgl2chromium_autogen.h34 #define glClearStencil GLES2_GET_FUN(ClearStencil)
/external/chromium_org/third_party/skia/src/views/win/
H A DSkOSWindow_win.cpp493 ANGLE_GL_CALL(intf, ClearStencil(0));
/external/skia/src/views/win/
H A DSkOSWindow_win.cpp492 ANGLE_GL_CALL(intf, ClearStencil(0));
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc187 void ClearStencil(PP_Resource context_id, GLint s) { function in namespace:ppapi::__anon10171
190 ToGles2Impl(&enter)->ClearStencil(s);
1620 &ClearStencil, &ColorMask,
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) { function in class:GLES2InterfaceStub
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_unittest_autogen.h177 TEST_F(GLES2ImplementationTest, ClearStencil) {
179 cmds::ClearStencil cmd;
184 gl_->ClearStencil(1);
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);
H A Dgles2_implementation_autogen.h69 virtual void ClearStencil(GLint s) OVERRIDE;
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;
/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))
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h139 void (*ClearStencil)(PP_Resource context, GLint s); member in struct:PPB_OpenGLES2_1_0
598 void (*ClearStencil)(PP_Resource context, GLint s); member in struct:PPB_OpenGLES2

Completed in 4992 milliseconds

12