Searched refs:GLProgramUniform1f (Results 1 – 7 of 7) sorted by relevance
/aosp_15_r20/external/angle/src/common/ |
H A D | entry_points_enum_autogen.h | 825 GLProgramUniform1f, enumerator
|
H A D | entry_points_enum_autogen.cpp | 1635 case EntryPoint::GLProgramUniform1f: in GetEntryPointName()
|
/aosp_15_r20/external/angle/src/libGLESv2/ |
H A D | entry_points_gles_3_1_autogen.cpp | 914 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 D | capture_gles_3_1_autogen.cpp | 788 return CallCapture(angle::EntryPoint::GLProgramUniform1f, std::move(paramBuffer)); in CaptureProgramUniform1f()
|
H A D | FrameCapture.cpp | 2742 case EntryPoint::GLProgramUniform1f: in GetDefaultUniformType()
|
/aosp_15_r20/external/angle/util/capture/ |
H A D | frame_capture_replay_autogen.cpp | 2575 case angle::EntryPoint::GLProgramUniform1f: in ReplayTraceFunctionCall()
|
H A D | trace_interpreter_autogen.cpp | 4549 return CallCapture(EntryPoint::GLProgramUniform1f, std::move(params)); in ParseCallCapture()
|