Searched refs:__size_m (Results 1 - 1 of 1) sorted by relevance

/development/tools/emulator/opengl/system/GLESv1_enc/
H A Dgl_enc.cpp375 const unsigned int __size_m = (16 * sizeof(GLfloat)); local
377 const size_t packetSize = 8 + __size_m + 1*4;
382 *(unsigned int *)(ptr) = __size_m; ptr += 4;
383 memcpy(ptr, m, __size_m);ptr += __size_m;
428 const unsigned int __size_m = (16 * sizeof(GLfloat)); local
430 const size_t packetSize = 8 + __size_m + 1*4;
435 *(unsigned int *)(ptr) = __size_m; ptr += 4;
436 memcpy(ptr, m, __size_m);ptr += __size_m;
1736 const unsigned int __size_m = (16 * sizeof(GLfixed)); local
1819 const unsigned int __size_m = (16 * sizeof(GLfixed)); local
3362 const unsigned int __size_m = (16 * sizeof(GLfixed)); local
3415 const unsigned int __size_m = (16 * sizeof(GLfixed)); local
[all...]

Completed in 9 milliseconds