Home
last modified time | relevance | path

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

/aosp_15_r20/external/deqp/framework/opengl/simplereference/
H A DsglrGLContext.cpp758 void GLContext::uniformMatrix3fv(int32_t location, int32_t count, bool transpose, const float *valu… in uniformMatrix3fv() function in sglr::GLContext
H A DsglrReferenceContext.cpp4133 void ReferenceContext::uniformMatrix3fv(int32_t location, int32_t count, bool transpose, const floa… in uniformMatrix3fv() function in sglr::ReferenceContext
/aosp_15_r20/external/angle/src/libANGLE/renderer/gl/
H A DDispatchTableGL_autogen.h206 PFNGLUNIFORMMATRIX3FVPROC uniformMatrix3fv = nullptr; variable
/aosp_15_r20/external/deqp/framework/opengl/wrapper/
H A DglwFunctions.inl784 glUniformMatrix3fvFunc uniformMatrix3fv; variable
/aosp_15_r20/external/angle/src/libANGLE/
H A DContext.cpp7575 void Context::uniformMatrix3fv(UniformLocation location, in uniformMatrix3fv() function in gl::Context