/external/chromium_org/third_party/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 103 GET_PROC(StencilOp); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/angle/ |
D | GrGLCreateANGLEInterface.cpp | 103 GET_PROC(StencilOp); in GrGLCreateANGLEInterface()
|
/external/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 135 GR_GL_GET_PROC(StencilOp); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mesa/ |
D | GrGLCreateMesaInterface.cpp | 135 GR_GL_GET_PROC(StencilOp); in GrGLCreateMesaInterface()
|
/external/chromium_org/third_party/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 148 GET_PROC(StencilOp); in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/mac/ |
D | GrGLCreateNativeInterface_mac.cpp | 148 GET_PROC(StencilOp); in GrGLCreateNativeInterface()
|
/external/chromium_org/gpu/command_buffer/common/ |
D | gles2_cmd_ids_autogen.h | 130 OP(StencilOp) /* 373 */ \
|
/external/chromium_org/gpu/GLES2/ |
D | gl2chromium_autogen.h | 120 #define glStencilOp GLES2_GET_FUN(StencilOp)
|
/external/chromium_org/third_party/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 124 SET_PROC(StencilOp) in GrGLCreateNativeInterface()
|
/external/skia/src/gpu/gl/win/ |
D | GrGLCreateNativeInterface_win.cpp | 124 SET_PROC(StencilOp) in GrGLCreateNativeInterface()
|
/external/chromium_org/ppapi/shared_impl/ |
D | ppb_opengles2_shared.cc | 877 void StencilOp( in StencilOp() function 881 ToGles2Impl(&enter)->StencilOp(fail, zfail, zpass); in StencilOp() 1466 &StencilOp, in GetInterface()
|
/external/chromium_org/gpu/command_buffer/client/ |
D | gles2_interface_stub_impl_autogen.h | 329 void GLES2InterfaceStub::StencilOp( in StencilOp() function
|
D | gles2_implementation_unittest_autogen.h | 1024 TEST_F(GLES2ImplementationTest, StencilOp) { in TEST_F() argument 1026 cmds::StencilOp cmd; in TEST_F() 1031 gl_->StencilOp(GL_KEEP, GL_INCR, GL_KEEP); in TEST_F()
|
D | gles2_trace_implementation_impl_autogen.h | 606 void GLES2TraceImplementation::StencilOp( in StencilOp() function 609 gl_->StencilOp(fail, zfail, zpass); in StencilOp()
|
D | gles2_interface_autogen.h | 163 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) = 0;
|
D | gles2_cmd_helper_autogen.h | 973 void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) { in StencilOp() function 974 gles2::cmds::StencilOp* c = GetCmdSpace<gles2::cmds::StencilOp>(); in StencilOp()
|
D | gles2_trace_implementation_autogen.h | 174 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) OVERRIDE;
|
D | gles2_interface_stub_autogen.h | 174 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) OVERRIDE;
|
D | gles2_implementation_autogen.h | 270 virtual void StencilOp(GLenum fail, GLenum zfail, GLenum zpass) OVERRIDE;
|
D | gles2_implementation_impl_autogen.h | 1032 void GLES2Implementation::StencilOp(GLenum fail, GLenum zfail, GLenum zpass) { in StencilOp() function 1035 helper_->StencilOp(fail, zfail, zpass); in StencilOp()
|
/external/chromium_org/gpu/command_buffer/service/ |
D | gles2_cmd_decoder_unittest_2_autogen.h | 218 EXPECT_CALL(*gl_, StencilOp(GL_KEEP, GL_INCR, GL_KEEP)); in TEST_F() 219 SpecializedSetup<cmds::StencilOp, 0>(true); in TEST_F() 220 cmds::StencilOp cmd; in TEST_F()
|
/external/chromium_org/ppapi/c/ |
D | ppb_opengles2.h | 221 void (*StencilOp)( member
|
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 294 void (GLAPIENTRY * StencilOp)(GLenum, GLenum, GLenum);
|
/external/mesa3d/src/gallium/state_trackers/wgl/ |
D | stw_icd.h | 294 void (GLAPIENTRY * StencilOp)(GLenum, GLenum, GLenum);
|
/external/chromium_org/ppapi/lib/gl/include/GLES2/ |
D | gl2.h | 593 #define glStencilOp GLES2_GET_FUN(StencilOp)
|