Home
last modified time | relevance | path

Searched refs:GLStencilFuncSeparate (Results 1 – 6 of 6) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1326 GLStencilFuncSeparate, enumerator
Dentry_points_enum_autogen.cpp2637 case EntryPoint::GLStencilFuncSeparate: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_2_autogen.cpp926 EVENT(context, GLStencilFuncSeparate, "context = %d, face = %s, func = %s, ref = %d, mask = %u", in GL_StencilFuncSeparate()
935 ValidateStencilFuncSeparate(context, angle::EntryPoint::GLStencilFuncSeparate, face, in GL_StencilFuncSeparate()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp2761 EVENT(context, GLStencilFuncSeparate, "context = %d, face = %s, func = %s, ref = %d, mask = %u", in GL_StencilFuncSeparate()
2770 ValidateStencilFuncSeparate(context, angle::EntryPoint::GLStencilFuncSeparate, face, in GL_StencilFuncSeparate()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp2280 return CallCapture(angle::EntryPoint::GLStencilFuncSeparate, std::move(paramBuffer)); in CaptureStencilFuncSeparate()
Dframe_capture_replay_autogen.cpp2677 case angle::EntryPoint::GLStencilFuncSeparate: in ReplayCall()