Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/system/GLESv1_enc/
Dgl_enc.cpp109 const unsigned int __size_equation = (4 * sizeof(float)); in glClipPlanef_enc() local
112 const size_t sizeWithoutChecksum = 8 + 4 + __size_equation + 1*4; in glClipPlanef_enc()
121 *(unsigned int *)(ptr) = __size_equation; ptr += 4; in glClipPlanef_enc()
122 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanef_enc()
5015 const unsigned int __size_equation = (4 * sizeof(GLfixed)); in glClipPlanexOES_enc() local
5018 const size_t sizeWithoutChecksum = 8 + 4 + __size_equation + 1*4; in glClipPlanexOES_enc()
5027 *(unsigned int *)(ptr) = __size_equation; ptr += 4; in glClipPlanexOES_enc()
5028 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanexOES_enc()
5043 const unsigned int __size_equation = (4 * sizeof(GLfixed)); in glClipPlanexIMG_enc() local
5046 const size_t sizeWithoutChecksum = 8 + 4 + __size_equation + 1*4; in glClipPlanexIMG_enc()
[all …]