Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp225 template<> struct set_uniform_matrix<2> { struct
231 template<> struct set_uniform_matrix<3> { argument
237 template<> struct set_uniform_matrix<4> { struct
238 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set()
/external/skia/src/gpu/vk/
DGrVkPipelineStateDataManager.cpp251 template<int N> struct set_uniform_matrix { struct
265 template<> struct set_uniform_matrix<4> { struct
266 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { in set()