Searched defs:set_uniform_matrix (Results 1 – 5 of 5) 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/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()
|
| /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/ |
| D | GrUniformDataManager.cpp | 280 template<int N> struct set_uniform_matrix { struct 293 template<> struct set_uniform_matrix<4> { argument 294 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { 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()
|