Searched refs:equation (Results 1 – 4 of 4) sorted by relevance
/device/generic/goldfish/opengl/system/egl/ |
D | ClientAPIExts.in | 57 (GLenum plane, const GLfloat *equation), 58 (plane, equation))
|
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles.cpp | 71 void glClipPlanef(GLenum plane, const GLfloat *equation) in glClipPlanef() argument 73 getDispatch()->glClipPlanef(plane, equation); in glClipPlanef() 306 void glClipPlanex(GLenum plane, const GLfixed *equation) in glClipPlanex() argument 308 getDispatch()->glClipPlanex(plane, equation); in glClipPlanex() 861 void glClipPlanexOES(GLenum plane, const GLfixed *equation) in glClipPlanexOES() argument 863 getDispatch()->glClipPlanexOES(plane, equation); in glClipPlanexOES() 1171 void glClipPlanefOES(GLenum plane, const GLfloat *equation) in glClipPlanefOES() argument 1173 getDispatch()->glClipPlanefOES(plane, equation); in glClipPlanefOES()
|
/device/generic/goldfish/opengl/system/GLESv1_enc/ |
D | gl_entry.cpp | 12 void glClipPlanef(GLenum plane, const GLfloat* equation); 187 void glClipPlanexOES(GLenum plane, const GLfixed* equation); 188 void glClipPlanexIMG(GLenum plane, const GLfixed* equation); 251 void glClipPlanefOES(GLenum plane, const GLfloat* equation); 252 void glClipPlanefIMG(GLenum plane, const GLfloat* equation); 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() argument 330 ctx->glClipPlanef(ctx, plane, equation); in glClipPlanef() 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() argument 1384 ctx->glClipPlanexOES(ctx, plane, equation); in glClipPlanexOES() 1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() argument [all …]
|
D | gl_enc.cpp | 100 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc() argument 121 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanef_enc() 4956 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc() argument 4977 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanexOES_enc() 4984 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc() argument 5005 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanexIMG_enc() 6770 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc() argument 6791 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanefOES_enc() 6798 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc() argument 6819 memcpy(ptr, equation, __size_equation);ptr += __size_equation; in glClipPlanefIMG_enc()
|