Searched defs:set_uniform_matrix (Results 1 – 5 of 5) sorted by relevance
/third_party/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 264 template<> struct set_uniform_matrix<2> { struct 270 template<> struct set_uniform_matrix<3> { struct 276 template<> struct set_uniform_matrix<4> { argument 277 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set()
|
/third_party/flutter/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateDataManager.mm | 283 template<int N> struct set_uniform_matrix; struct 308 template<> struct set_uniform_matrix<3> { struct
|
/third_party/flutter/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 283 template<> struct set_uniform_matrix<2> { struct 289 template<> struct set_uniform_matrix<3> { argument 295 template<> struct set_uniform_matrix<4> { argument 296 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set()
|
/third_party/flutter/skia/src/gpu/dawn/ |
D | GrDawnProgramDataManager.cpp | 244 template<int N> struct set_uniform_matrix { struct 258 template<> struct set_uniform_matrix<4> { argument 259 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { in set()
|
/third_party/flutter/skia/src/gpu/vk/ |
D | GrVkPipelineStateDataManager.cpp | 314 template<int N> struct set_uniform_matrix { struct 328 template<> struct set_uniform_matrix<4> { struct 329 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { in set()
|