Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp264 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/
DGrMtlPipelineStateDataManager.mm283 template<int N> struct set_uniform_matrix; struct
308 template<> struct set_uniform_matrix<3> { struct
/third_party/flutter/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp283 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/
DGrDawnProgramDataManager.cpp244 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/
DGrVkPipelineStateDataManager.cpp314 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()