Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_enc.cpp10288 const unsigned int __size_props = (propCount * sizeof(GLenum)); in glGetProgramResourceiv_enc() local
10293 const size_t sizeWithoutChecksum = 8 + 4 + 4 + 4 + 4 + __size_props + 4 + 0 + 0 + 3*4; in glGetProgramResourceiv_enc()
10305 *(unsigned int *)(ptr) = __size_props; ptr += 4; in glGetProgramResourceiv_enc()
10306 memcpy(ptr, props, __size_props);ptr += __size_props; in glGetProgramResourceiv_enc()