Home
last modified time | relevance | path

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

/aosp_15_r20/external/skia/src/gpu/ganesh/gl/
H A DGrGLProgramDataManager.cpp269 template<> struct set_uniform_matrix<2> { struct
275 template<> struct set_uniform_matrix<3> { argument
281 template<> struct set_uniform_matrix<4> { struct
282 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set()