Home
last modified time | relevance | path

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

/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateDataManager.mm315 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/
DGrMtlPipelineStateDataManager.mm315 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/
DGrGLProgramDataManager.cpp283 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/gl/
DGrGLProgramDataManager.cpp283 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/skqp/src/gpu/vk/
DGrVkPipelineStateDataManager.cpp340 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/
DGrVkPipelineStateDataManager.cpp340 template<int N> struct set_uniform_matrix { struct
354 template<> struct set_uniform_matrix<4> { argument
355 inline static void set(void* buffer, int uniformOffset, int count, const float matrices[]) { in set()