Home
last modified time | relevance | path

Searched refs:ClearStencil (Results 1 – 25 of 53) sorted by relevance

123

/external/skia/src/gpu/gl/
DSkGLContextHelper.cpp117 SK_GL(*this, ClearStencil(0)); in init()
/external/chromium_org/gpu/command_buffer/service/
Dgles2_cmd_decoder_unittest_0_autogen.h41 EXPECT_CALL(*gl_, ClearStencil(0)) in SetupInitStateExpectations()
Dgles2_cmd_decoder_unittest_base.cc490 EXPECT_CALL(*gl_, ClearStencil(restore_stencil)) in SetupExpectationsForRestoreClearState()
538 EXPECT_CALL(*gl_, ClearStencil(0)) in SetupExpectationsForFramebufferClearingMulti()
/external/chromium_org/third_party/skia/src/gpu/gl/
DSkGLContextHelper.cpp117 SK_GL(*this, ClearStencil(0)); in init()
/external/chromium_org/third_party/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp55 GET_PROC(ClearStencil); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/angle/
DGrGLCreateANGLEInterface.cpp55 GET_PROC(ClearStencil); in GrGLCreateANGLEInterface()
/external/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp65 GR_GL_GET_PROC(ClearStencil); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/
DGrGLCreateMesaInterface.cpp65 GR_GL_GET_PROC(ClearStencil); in GrGLCreateMesaInterface()
/external/chromium_org/third_party/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp86 GET_PROC(ClearStencil); in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/mac/
DGrGLCreateNativeInterface_mac.cpp86 GET_PROC(ClearStencil); in GrGLCreateNativeInterface()
/external/chromium_org/gpu/command_buffer/common/
Dgles2_cmd_ids_autogen.h32 OP(ClearStencil) /* 275 */ \
/external/chromium_org/cc/test/
Dtest_gles2_interface.h59 virtual void ClearStencil(GLint s) OVERRIDE;
Dtest_gles2_interface.cc145 void TestGLES2Interface::ClearStencil(GLint s) { in ClearStencil() function in cc::TestGLES2Interface
/external/chromium_org/gpu/GLES2/
Dgl2chromium_autogen.h32 #define glClearStencil GLES2_GET_FUN(ClearStencil)
/external/chromium_org/third_party/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp93 SET_PROC(ClearStencil) in GrGLCreateNativeInterface()
/external/skia/src/gpu/gl/win/
DGrGLCreateNativeInterface_win.cpp93 SET_PROC(ClearStencil) in GrGLCreateNativeInterface()
/external/skia/src/views/win/
DSkOSWindow_win.cpp490 ANGLE_GL_CALL(intf, ClearStencil(0)); in attachANGLE()
/external/chromium_org/third_party/skia/src/views/win/
DSkOSWindow_win.cpp490 ANGLE_GL_CALL(intf, ClearStencil(0)); in attachANGLE()
/external/chromium_org/ppapi/shared_impl/
Dppb_opengles2_shared.cc170 void ClearStencil(PP_Resource context_id, GLint s) { in ClearStencil() function
173 ToGles2Impl(&enter)->ClearStencil(s); in ClearStencil()
1381 &ClearStencil, in GetInterface()
/external/chromium_org/gpu/command_buffer/client/
Dgles2_interface_stub_impl_autogen.h67 void GLES2InterfaceStub::ClearStencil(GLint /* s */) { in ClearStencil() function
Dgles2_implementation_unittest_autogen.h177 TEST_F(GLES2ImplementationTest, ClearStencil) { in TEST_F() argument
179 cmds::ClearStencil cmd; in TEST_F()
184 gl_->ClearStencil(1); in TEST_F()
Dgles2_trace_implementation_impl_autogen.h112 void GLES2TraceImplementation::ClearStencil(GLint s) { in ClearStencil() function
114 gl_->ClearStencil(s); in ClearStencil()
Dgles2_interface_autogen.h38 virtual void ClearStencil(GLint s) = 0;
/external/chromium_org/ppapi/c/
Dppb_opengles2.h71 void (*ClearStencil)(PP_Resource context, GLint s); member
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/
Dstw_icd.h257 void (GLAPIENTRY * ClearStencil)(GLint);

123