Lines Matching defs:buffer
76 void* buffer = this->getBufferPtrAndMarkDirty(uni);
78 memcpy(buffer, v, arrayCount * sizeof(int32_t));
94 void* buffer = this->getBufferPtrAndMarkDirty(uni);
96 memcpy(buffer, v, arrayCount * sizeof(float));
112 void* buffer = this->getBufferPtrAndMarkDirty(uni);
114 memcpy(buffer, v, arrayCount * 2 * sizeof(int32_t));
130 void* buffer = this->getBufferPtrAndMarkDirty(uni);
132 memcpy(buffer, v, arrayCount * 2 * sizeof(float));
149 void* buffer = fUniformData.get();
153 buffer = static_cast<char*>(buffer) + uni.fOffset;
154 memcpy(buffer, m, arrayCount * 2 * 2 * sizeof(float));