Home
last modified time | relevance | path

Searched refs:__size_props (Results 1 – 1 of 1) sorted by relevance

/hardware/google/gfxstream/guest/GLESv2_enc/
Dgl2_enc.cpp10932 const unsigned int __size_props = (propCount * sizeof(GLenum)); in glGetProgramResourceiv_enc() local
10937 const size_t sizeWithoutChecksum = 8 + 4 + 4 + 4 + 4 + __size_props + 4 + 0 + 0 + 3*4; in glGetProgramResourceiv_enc()
10949 memcpy(ptr, &__size_props, 4); ptr += 4; in glGetProgramResourceiv_enc()
10950 memcpy(ptr, props, __size_props);ptr += __size_props; in glGetProgramResourceiv_enc()