Searched refs:GLStencilFunc (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 1325 GLStencilFunc, enumerator
|
D | entry_points_enum_autogen.cpp | 2635 case EntryPoint::GLStencilFunc: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 2737 EVENT(context, GLStencilFunc, "context = %d, func = %s, ref = %d, mask = %u", CID(context), in GL_StencilFunc() 2745 ValidateStencilFunc(context, angle::EntryPoint::GLStencilFunc, func, ref, mask)); in GL_StencilFunc()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_2_0_autogen.cpp | 2263 return CallCapture(angle::EntryPoint::GLStencilFunc, std::move(paramBuffer)); in CaptureStencilFunc()
|
D | frame_capture_replay_autogen.cpp | 2672 case angle::EntryPoint::GLStencilFunc: in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 5493 EVENT(context, GLStencilFunc, "context = %d, func = %s, ref = %d, mask = %u", CID(context), in GL_StencilFunc() 5501 ValidateStencilFunc(context, angle::EntryPoint::GLStencilFunc, func, ref, mask)); in GL_StencilFunc()
|