Home
last modified time | relevance | path

Searched refs:GLProgramUniform1f (Results 1 – 7 of 7) sorted by relevance

/aosp_15_r20/external/angle/src/common/
H A Dentry_points_enum_autogen.h825 GLProgramUniform1f, enumerator
H A Dentry_points_enum_autogen.cpp1635 case EntryPoint::GLProgramUniform1f: in GetEntryPointName()
/aosp_15_r20/external/angle/src/libGLESv2/
H A Dentry_points_gles_3_1_autogen.cpp914 EVENT(context, GLProgramUniform1f, "context = %d, program = %u, location = %d, v0 = %f", in GL_ProgramUniform1f()
926 angle::EntryPoint::GLProgramUniform1f) && in GL_ProgramUniform1f()
927 ValidateProgramUniform1f(context, angle::EntryPoint::GLProgramUniform1f, in GL_ProgramUniform1f()
/aosp_15_r20/external/angle/src/libANGLE/capture/
H A Dcapture_gles_3_1_autogen.cpp788 return CallCapture(angle::EntryPoint::GLProgramUniform1f, std::move(paramBuffer)); in CaptureProgramUniform1f()
H A DFrameCapture.cpp2742 case EntryPoint::GLProgramUniform1f: in GetDefaultUniformType()
/aosp_15_r20/external/angle/util/capture/
H A Dframe_capture_replay_autogen.cpp2575 case angle::EntryPoint::GLProgramUniform1f: in ReplayTraceFunctionCall()
H A Dtrace_interpreter_autogen.cpp4549 return CallCapture(EntryPoint::GLProgramUniform1f, std::move(params)); in ParseCallCapture()