Home
last modified time | relevance | path

Searched defs:uniformMatrix4fv (Results 1 – 5 of 5) sorted by relevance

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp763 void GLContext::uniformMatrix4fv(int32_t location, int32_t count, bool transpose, const float *valu… in uniformMatrix4fv() function in sglr::GLContext
H A DsglrReferenceContext.cpp4171 void ReferenceContext::uniformMatrix4fv(int32_t location, int32_t count, bool transpose, const floa… in uniformMatrix4fv() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h207 PFNGLUNIFORMMATRIX4FVPROC uniformMatrix4fv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl790 glUniformMatrix4fvFunc uniformMatrix4fv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7584 void Context::uniformMatrix4fv(UniformLocation location, in uniformMatrix4fv() function in gl::Context