Searched refs:GLDepthFunc (Results 1 – 6 of 6) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/common/ |
D | entry_points_enum_autogen.h | 470 GLDepthFunc, enumerator
|
D | entry_points_enum_autogen.cpp | 925 case EntryPoint::GLDepthFunc: in GetEntryPointName()
|
/third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
D | entry_points_gles_2_0_autogen.cpp | 958 EVENT(context, GLDepthFunc, "context = %d, func = %s", CID(context), in GL_DepthFunc() 965 ValidateDepthFunc(context, angle::EntryPoint::GLDepthFunc, func)); in GL_DepthFunc()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/ |
D | capture_gles_2_0_autogen.cpp | 671 return CallCapture(angle::EntryPoint::GLDepthFunc, std::move(paramBuffer)); in CaptureDepthFunc()
|
D | frame_capture_replay_autogen.cpp | 634 case angle::EntryPoint::GLDepthFunc: in ReplayCall()
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
D | entry_points_gl_1_autogen.cpp | 1229 EVENT(context, GLDepthFunc, "context = %d, func = %s", CID(context), in GL_DepthFunc() 1236 ValidateDepthFunc(context, angle::EntryPoint::GLDepthFunc, func)); in GL_DepthFunc()
|