HomeSort by relevance Sort by last modified time
    Searched refs:__size_framebuffers (Results 1 - 2 of 2) sorted by null

  /device/generic/goldfish-opengl/system/GLESv1_enc/
gl_enc.cpp 6407 const unsigned int __size_framebuffers = (n * sizeof(GLuint)); local
6435 const unsigned int __size_framebuffers = (n * sizeof(GLuint)); local
7947 const unsigned int __size_framebuffers = (maxFramebuffers * sizeof(GLuint)); local
    [all...]
  /device/generic/goldfish-opengl/system/GLESv2_enc/
gl2_enc.cpp 894 const unsigned int __size_framebuffers = (n * sizeof(GLuint)); local
897 const size_t sizeWithoutChecksum = 8 + 4 + __size_framebuffers + 1*4;
906 *(unsigned int *)(ptr) = __size_framebuffers; ptr += 4;
907 memcpy(ptr, framebuffers, __size_framebuffers);ptr += __size_framebuffers;
1451 const unsigned int __size_framebuffers = (n * sizeof(GLuint)); local
    [all...]

Completed in 2995 milliseconds