Home
last modified time | relevance | path

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

/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h205 PFNGLUNIFORMMATRIX2FVPROC uniformMatrix2fv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl778 glUniformMatrix2fvFunc uniformMatrix2fv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7566 void Context::uniformMatrix2fv(UniformLocation location, in uniformMatrix2fv() function in gl::Context