Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/common/
H A Dentry_points_enum_autogen.h928 GLSamplerParameterf, enumerator
H A Dentry_points_enum_autogen.cpp1841 case EntryPoint::GLSamplerParameterf: in GetEntryPointName()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_0_autogen.cpp2364 EVENT(context, GLSamplerParameterf, "context = %d, sampler = %u, pname = %s, param = %f", in GL_SamplerParameterf()
2373 ValidateSamplerParameterf(context, angle::EntryPoint::GLSamplerParameterf, in GL_SamplerParameterf()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_0_autogen.cpp1939 return CallCapture(angle::EntryPoint::GLSamplerParameterf, std::move(paramBuffer)); in CaptureSamplerParameterf()
/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp3148 case angle::EntryPoint::GLSamplerParameterf: in ReplayTraceFunctionCall()
H A Dtrace_interpreter_autogen.cpp5234 return CallCapture(EntryPoint::GLSamplerParameterf, std::move(params)); in ParseCallCapture()