Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_enc.cpp5757 const unsigned int __size_packedUniformNames = packedLen; in glGetUniformIndicesAEMU_enc() local
5761 const size_t sizeWithoutChecksum = 8 + 4 + 4 + __size_packedUniformNames + 4 + 0 + 2*4; in glGetUniformIndicesAEMU_enc()
5771 *(unsigned int *)(ptr) = __size_packedUniformNames; ptr += 4; in glGetUniformIndicesAEMU_enc()
5772 memcpy(ptr, packedUniformNames, __size_packedUniformNames);ptr += __size_packedUniformNames; in glGetUniformIndicesAEMU_enc()