HomeSort by relevance Sort by last modified time
    Searched refs:ClearStencil (Results 1 - 25 of 53) sorted by null

1 2 3

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder_unittest_0_autogen.h 41 EXPECT_CALL(*gl_, ClearStencil(0)).Times(1).RetiresOnSaturation();
gles2_cmd_decoder_unittest_framebuffers.cc 835 ClearStencil stencil_cmd;
845 EXPECT_CALL(*gl_, ClearStencil(123)).Times(1).RetiresOnSaturation();
869 ClearStencil stencil_cmd;
880 EXPECT_CALL(*gl_, ClearStencil(123))
    [all...]
gles2_cmd_decoder_unittest_base.cc 581 EXPECT_CALL(*gl_, ClearStencil(restore_stencil))
627 EXPECT_CALL(*gl_, ClearStencil(0))
    [all...]
  /external/chromium_org/third_party/skia/src/gpu/gl/
SkGLContextHelper.cpp 114 SK_GL(*this, ClearStencil(0));
GrGLAssembleInterface.cpp 64 GET_PROC(ClearStencil);
  /external/skia/src/gpu/gl/
SkGLContextHelper.cpp 114 SK_GL(*this, ClearStencil(0));
GrGLAssembleInterface.cpp 64 GET_PROC(ClearStencil);
  /external/chromium_org/cc/test/
test_gles2_interface.h 59 virtual void ClearStencil(GLint s) OVERRIDE;
test_gles2_interface.cc 145 void TestGLES2Interface::ClearStencil(GLint s) {
146 test_context_->clearStencil(s);
  /external/chromium_org/gpu/command_buffer/common/
gles2_cmd_ids_autogen.h 33 OP(ClearStencil) /* 274 */ \
  /external/chromium_org/third_party/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 54 GET_PROC(ClearStencil);
  /external/skia/src/gpu/gl/angle/
GrGLCreateANGLEInterface.cpp 54 GET_PROC(ClearStencil);
  /external/chromium_org/gpu/GLES2/
gl2chromium_autogen.h 34 #define glClearStencil GLES2_GET_FUN(ClearStencil)
  /external/chromium_org/third_party/skia/src/views/win/
SkOSWindow_win.cpp 492 ANGLE_GL_CALL(intf, ClearStencil(0));
  /external/skia/src/views/win/
SkOSWindow_win.cpp 492 ANGLE_GL_CALL(intf, ClearStencil(0));
  /external/chromium_org/ppapi/shared_impl/
ppb_opengles2_shared.cc 187 void ClearStencil(PP_Resource context_id, GLint s) {
190 ToGles2Impl(&enter)->ClearStencil(s);
    [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_interface_stub_impl_autogen.h 74 void GLES2InterfaceStub::ClearStencil(GLint /* s */) {
    [all...]
gles2_cmd_helper_autogen.h 160 void ClearStencil(GLint s) {
161 gles2::cmds::ClearStencil* c = GetCmdSpace<gles2::cmds::ClearStencil>();
    [all...]
gles2_implementation_unittest_autogen.h 177 TEST_F(GLES2ImplementationTest, ClearStencil) {
179 cmds::ClearStencil cmd;
184 gl_->ClearStencil(1);
    [all...]
gles2_trace_implementation_impl_autogen.h 125 void GLES2TraceImplementation::ClearStencil(GLint s) {
126 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::ClearStencil");
127 gl_->ClearStencil(s);
    [all...]
gles2_implementation_autogen.h 69 virtual void ClearStencil(GLint s) OVERRIDE;
gles2_interface_autogen.h 51 virtual void ClearStencil(GLint s) = 0;
gles2_interface_stub_autogen.h 50 virtual void ClearStencil(GLint s) OVERRIDE;
  /external/chromium_org/mojo/examples/pepper_container_app/
ppb_opengles2_thunk.cc 181 void ClearStencil(PP_Resource context_id, GLint s) {
    [all...]
  /external/chromium_org/mojo/public/c/gles2/
gles2_call_visitor_autogen.h 69 VISIT_GL_CALL(ClearStencil, void, (GLint s), (s))

Completed in 111 milliseconds

1 2 3