Home
last modified time | relevance | path

Searched defs:uniform1fv (Results 1 – 2 of 2) sorted by relevance

/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DDispatchTableGL_autogen.h190 PFNGLUNIFORM1FVPROC uniform1fv = nullptr; variable
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DContext.cpp6631 void Context::uniform1fv(UniformLocation location, GLsizei count, const GLfloat *v) in uniform1fv() function in gl::Context