Home
last modified time | relevance | path

Searched defs:uniform4f (Results 1 – 3 of 3) sorted by relevance

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h201 PFNGLUNIFORM4FPROC uniform4f = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl770 glUniform4fFunc uniform4f; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7540 void Context::uniform4f(UniformLocation location, GLfloat x, GLfloat y, GLfloat z, GLfloat w) in uniform4f() function in gl::Context