Home
last modified time | relevance | path

Searched refs:set_uniform_matrix (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/dawn/
DGrDawnProgramDataManager.cpp206 template<int N> struct set_uniform_matrix;
213 set_uniform_matrix<N>::set(fUniformData.get(), uni.fOffset, arrayCount, matrices); in setMatrices()
216 template<int N> struct set_uniform_matrix { struct
230 template<> struct set_uniform_matrix<4> { struct
/external/skqp/src/gpu/gl/
DGrGLProgramDataManager.cpp268 template<int N> struct set_uniform_matrix;
279 set_uniform_matrix<N>::set(fGpu->glInterface(), uni.fLocation, arrayCount, matrices); in setMatrices()
283 template<> struct set_uniform_matrix<2> { struct
289 template<> struct set_uniform_matrix<3> { struct
295 template<> struct set_uniform_matrix<4> { struct
/external/skia/src/gpu/gl/
DGrGLProgramDataManager.cpp268 template<int N> struct set_uniform_matrix;
279 set_uniform_matrix<N>::set(fGpu->glInterface(), uni.fLocation, arrayCount, matrices); in setMatrices()
283 template<> struct set_uniform_matrix<2> { struct
289 template<> struct set_uniform_matrix<3> { argument
295 template<> struct set_uniform_matrix<4> { struct
/external/skia/src/gpu/vk/
DGrVkPipelineStateDataManager.cpp296 template<int N> struct set_uniform_matrix;
311 set_uniform_matrix<N>::set(buffer, uni.fOffset, arrayCount, matrices); in setMatrices()
314 template<int N> struct set_uniform_matrix { struct
328 template<> struct set_uniform_matrix<4> { struct
/external/skia/src/gpu/mtl/
DGrMtlPipelineStateDataManager.mm283 template<int N> struct set_uniform_matrix; struct
297 set_uniform_matrix<N>::set(fUniformData.get(), uni.fOffset, arrayCount, matrices);
300 template<> struct set_uniform_matrix<2> {
308 template<> struct set_uniform_matrix<3> { struct
322 template<> struct set_uniform_matrix<4> {
/external/skqp/src/gpu/vk/
DGrVkPipelineStateDataManager.cpp315 template<int N> struct set_uniform_matrix;
337 set_uniform_matrix<N>::set(buffer, uni.fOffset, arrayCount, matrices); in setMatrices()
340 template<int N> struct set_uniform_matrix { struct
354 template<> struct set_uniform_matrix<4> { argument
/external/skqp/src/gpu/mtl/
DGrMtlPipelineStateDataManager.mm315 template<int N> struct set_uniform_matrix; struct
338 set_uniform_matrix<N>::set(buffer, uni.fOffset, arrayCount, matrices);
341 template<int N> struct set_uniform_matrix {
355 template<> struct set_uniform_matrix<4> { struct