Searched refs:copyUniforms (Results 1 - 2 of 2) sorted by relevance
/third_party/skia/src/gpu/ |
H A D | GrUniformDataManager.cpp | 32 int GrUniformDataManager::copyUniforms(void* dest, in copyUniforms() function in GrUniformDataManager 85 this->copyUniforms(buffer, v, N, uni.fType); in set() 98 this->copyUniforms(buffer, v, arrayCount * 4, uni.fType); in setv() 101 int uniformSize = this->copyUniforms(buffer, v, N, uni.fType); in setv() 241 this->copyUniforms(buffer, matrices, arrayCount * 16, uni.fType); in setMatrices() 246 int uniformSize = this->copyUniforms(buffer, &matrix[j * N], N, uni.fType); in setMatrices()
|
H A D | GrUniformDataManager.h | 63 int copyUniforms(void* dest, const void* src, int numUniforms, GrSLType uniformType) const;
|
Completed in 2 milliseconds