Home
last modified time | relevance | path

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

/external/skia/src/gpu/ganesh/gl/
DGrGLProgramDataManager.cpp249 template<int N> struct set_uniform_matrix;
260 set_uniform_matrix<N>::set(fGpu->glInterface(), uni.fLocation, arrayCount, matrices); in setMatrices()
264 template<> struct set_uniform_matrix<2> { struct
270 template<> struct set_uniform_matrix<3> { argument
276 template<> struct set_uniform_matrix<4> { struct