HomeSort by relevance Sort by last modified time
    Searched full:__size_m (Results 1 - 1 of 1) sorted by null

  /device/generic/goldfish/opengl/system/GLESv1_enc/
gl_enc.cpp 375 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 289 milliseconds