Home
last modified time | relevance | path

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

/external/angle/src/common/
Dentry_points_enum_autogen.h340 GLClearDepthf, enumerator
Dentry_points_enum_autogen.cpp665 case EntryPoint::GLClearDepthf: in GetEntryPointName()
/external/angle/src/libGLESv2/
Dentry_points_gles_2_0_autogen.cpp546 EVENT(context, GLClearDepthf, "context = %d, d = %f", CID(context), d); in GL_ClearDepthf()
554 angle::EntryPoint::GLClearDepthf) && in GL_ClearDepthf()
557 angle::EntryPoint::GLClearDepthf, d))); in GL_ClearDepthf()
/external/angle/src/libANGLE/capture/
Dcapture_gles_2_0_autogen.cpp311 return CallCapture(angle::EntryPoint::GLClearDepthf, std::move(paramBuffer)); in CaptureClearDepthf()
/external/angle/util/capture/
Dframe_capture_replay_autogen.cpp297 case angle::EntryPoint::GLClearDepthf: in ReplayTraceFunctionCall()
Dtrace_interpreter_autogen.cpp1196 return CallCapture(EntryPoint::GLClearDepthf, std::move(params)); in ParseCallCapture()