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.cpp108 const unsigned int __size_equation = (4 * sizeof(float)); in glClipPlanef_enc() local
111 const size_t sizeWithoutChecksum = 8 + 4 + __size_equation + 1*4; in glClipPlanef_enc()
120 *(unsigned int *)(ptr) = __size_equation; ptr += 4; in glClipPlanef_enc()
121 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanef_enc()
4964 const unsigned int __size_equation = (4 * sizeof(GLfixed)); in glClipPlanexOES_enc() local
4967 const size_t sizeWithoutChecksum = 8 + 4 + __size_equation + 1*4; in glClipPlanexOES_enc()
4976 *(unsigned int *)(ptr) = __size_equation; ptr += 4; in glClipPlanexOES_enc()
4977 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanexOES_enc()
4992 const unsigned int __size_equation = (4 * sizeof(GLfixed)); in glClipPlanexIMG_enc() local
4995 const size_t sizeWithoutChecksum = 8 + 4 + __size_equation + 1*4; in glClipPlanexIMG_enc()
[all …]