Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h193 PFNGLUNIFORM2FPROC uniform2f = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl754 glUniform2fFunc uniform2f; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7488 void Context::uniform2f(UniformLocation location, GLfloat x, GLfloat y) in uniform2f() function in gl::Context