/external/skia/src/gpu/gl/ |
GrGLProgramDataManager.cpp | 201 template<int N> struct set_uniform_matrix; 212 set_uniform_matrix<N>::set(fGpu->glInterface(), uni.fLocation, arrayCount, matrices); 216 template<> struct set_uniform_matrix<2> { struct 222 template<> struct set_uniform_matrix<3> { struct 228 template<> struct set_uniform_matrix<4> { struct
|
/external/skqp/src/gpu/gl/ |
GrGLProgramDataManager.cpp | 201 template<int N> struct set_uniform_matrix; 212 set_uniform_matrix<N>::set(fGpu->glInterface(), uni.fLocation, arrayCount, matrices); 216 template<> struct set_uniform_matrix<2> { struct 222 template<> struct set_uniform_matrix<3> { struct 228 template<> struct set_uniform_matrix<4> { struct
|
/external/skia/src/gpu/vk/ |
GrVkPipelineStateDataManager.cpp | 227 template<int N> struct set_uniform_matrix; 249 set_uniform_matrix<N>::set(buffer, uni.fOffset, arrayCount, matrices); 252 template<int N> struct set_uniform_matrix { struct 266 template<> struct set_uniform_matrix<4> { struct
|
/external/skqp/src/gpu/vk/ |
GrVkPipelineStateDataManager.cpp | 227 template<int N> struct set_uniform_matrix; 249 set_uniform_matrix<N>::set(buffer, uni.fOffset, arrayCount, matrices); 252 template<int N> struct set_uniform_matrix { struct 266 template<> struct set_uniform_matrix<4> { struct
|