Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/angle2/src/common/
Dentry_points_enum_autogen.h1284 GLSamplerParameterf, enumerator
Dentry_points_enum_autogen.cpp2553 case EntryPoint::GLSamplerParameterf: in GetEntryPointName()
/third_party/skia/third_party/externals/angle2/src/libGLESv2/
Dentry_points_gles_3_0_autogen.cpp2140 EVENT(context, GLSamplerParameterf, "context = %d, sampler = %u, pname = %s, param = %f", in GL_SamplerParameterf()
2149 ValidateSamplerParameterf(context, angle::EntryPoint::GLSamplerParameterf, in GL_SamplerParameterf()
/third_party/skia/third_party/externals/angle2/src/libGL/
Dentry_points_gl_3_autogen.cpp4052 EVENT(context, GLSamplerParameterf, "context = %d, sampler = %u, pname = %s, param = %f", in GL_SamplerParameterf()
4061 ValidateSamplerParameterf(context, angle::EntryPoint::GLSamplerParameterf, in GL_SamplerParameterf()
/third_party/skia/third_party/externals/angle2/src/libANGLE/capture/
Dcapture_gles_3_0_autogen.cpp1944 return CallCapture(angle::EntryPoint::GLSamplerParameterf, std::move(paramBuffer)); in CaptureSamplerParameterf()
Dframe_capture_replay_autogen.cpp2601 case angle::EntryPoint::GLSamplerParameterf: in ReplayCall()