Home
last modified time | relevance | path

Searched defs:getUniformfv (Results 1 – 9 of 9) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/null/
H A DProgramExecutableNULL.cpp98 void ProgramExecutableNULL::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableNULL
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DProgramExecutableGL.cpp459 void ProgramExecutableGL::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableGL
H A DDispatchTableGL_autogen.h176 PFNGLGETUNIFORMFVPROC getUniformfv = nullptr; variable
/aosp_15_r20/external/angle/src/libANGLE/renderer/wgpu/
H A DProgramExecutableWgpu.cpp326 void ProgramExecutableWgpu::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableWgpu
/aosp_15_r20/external/angle/src/libANGLE/renderer/vulkan/
H A DProgramExecutableVk.cpp2410 void ProgramExecutableVk::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableVk
/aosp_15_r20/external/angle/src/libANGLE/renderer/d3d/
H A DProgramExecutableD3D.cpp2641 void ProgramExecutableD3D::getUniformfv(const gl::Context *context, in getUniformfv() function in rx::ProgramExecutableD3D
/aosp_15_r20/external/angle/src/libANGLE/
H A DProgramExecutable.cpp2812 void ProgramExecutable::getUniformfv(const Context *context, in getUniformfv() function in gl::ProgramExecutable
H A DContext.cpp7272 void Context::getUniformfv(ShaderProgramID program, UniformLocation location, GLfloat *params) in getUniformfv() function in gl::Context
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl391 glGetUniformfvFunc getUniformfv; variable