Searched refs:__size_attachments (Results 1 – 2 of 2) sorted by relevance
/hardware/google/gfxstream/guest/GLESv2_enc/ |
D | gl2_enc.cpp | 5122 const unsigned int __size_attachments = (numAttachments * sizeof(GLenum)); in glDiscardFramebufferEXT_enc() local 5125 const size_t sizeWithoutChecksum = 8 + 4 + 4 + __size_attachments + 1*4; in glDiscardFramebufferEXT_enc() 5135 memcpy(ptr, &__size_attachments, 4); ptr += 4; in glDiscardFramebufferEXT_enc() 5136 memcpy(ptr, attachments, __size_attachments);ptr += __size_attachments; in glDiscardFramebufferEXT_enc() 7573 const unsigned int __size_attachments = (numAttachments * sizeof(GLenum)); in glInvalidateFramebuffer_enc() local 7576 const size_t sizeWithoutChecksum = 8 + 4 + 4 + __size_attachments + 1*4; in glInvalidateFramebuffer_enc() 7586 memcpy(ptr, &__size_attachments, 4); ptr += 4; in glInvalidateFramebuffer_enc() 7587 memcpy(ptr, attachments, __size_attachments);ptr += __size_attachments; in glInvalidateFramebuffer_enc() 7604 const unsigned int __size_attachments = (numAttachments * sizeof(GLenum)); in glInvalidateSubFramebuffer_enc() local 7607 const size_t sizeWithoutChecksum = 8 + 4 + 4 + __size_attachments + 4 + 4 + 4 + 4 + 1*4; in glInvalidateSubFramebuffer_enc() [all …]
|
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_enc.cpp | 7872 const unsigned int __size_attachments = (numAttachments * sizeof(const GLenum)); in glDiscardFramebufferEXT_enc() local 7875 const size_t sizeWithoutChecksum = 8 + 4 + 4 + __size_attachments + 1*4; in glDiscardFramebufferEXT_enc() 7885 memcpy(ptr, &__size_attachments, 4); ptr += 4; in glDiscardFramebufferEXT_enc() 7886 memcpy(ptr, attachments, __size_attachments);ptr += __size_attachments; in glDiscardFramebufferEXT_enc()
|