Searched refs:GLStencilFuncSeparate (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 1326 GLStencilFuncSeparate, enumerator
|
D | entry_points_enum_autogen.cpp | 2637 case EntryPoint::GLStencilFuncSeparate: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_2_autogen.cpp | 926 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/ |
D | entry_points_gles_2_0_autogen.cpp | 2761 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/ |
D | capture_gles_2_0_autogen.cpp | 2280 return CallCapture(angle::EntryPoint::GLStencilFuncSeparate, std::move(paramBuffer)); in CaptureStencilFuncSeparate()
|
D | frame_capture_replay_autogen.cpp | 2677 case angle::EntryPoint::GLStencilFuncSeparate: in ReplayCall()
|