Searched defs:set_uniform_matrix (Results 1 – 7 of 7) sorted by relevance
/external/skqp/src/gpu/mtl/ |
D | GrMtlPipelineStateDataManager.mm | 315 template<int N> struct set_uniform_matrix; struct 355 template<> struct set_uniform_matrix<4> { struct 363 void GrMtlPipelineStateDataManager::uploadUniformBuffers(GrMtlGpu* gpu,
|
/external/skia/src/gpu/mtl/ |
D | GrMtlPipelineStateDataManager.mm | 283 template<int N> struct set_uniform_matrix; struct 308 template<> struct set_uniform_matrix<3> { struct
|
/external/skqp/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 283 template<> struct set_uniform_matrix<2> { struct 289 template<> struct set_uniform_matrix<3> { struct 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()
|
/external/skia/src/gpu/gl/ |
D | GrGLProgramDataManager.cpp | 283 template<> struct set_uniform_matrix<2> { struct 289 template<> struct set_uniform_matrix<3> { struct 295 template<> struct set_uniform_matrix<4> { struct 296 inline static void set(const GrGLInterface* gli, const GrGLint loc, int cnt, const float m[]) { in set()
|
/external/skqp/src/gpu/vk/ |
D | GrVkPipelineStateDataManager.cpp | 340 template<int N> struct set_uniform_matrix { struct 354 template<> struct set_uniform_matrix<4> { struct 355 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { in set()
|
/external/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()
|
/external/skia/src/gpu/dawn/ |
D | GrDawnProgramDataManager.cpp | 216 template<int N> struct set_uniform_matrix { struct 230 template<> struct set_uniform_matrix<4> { argument 231 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { in set()
|