Searched defs:equation (Results 1 – 3 of 3) sorted by relevance
/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_entry.cpp | 327 void glClipPlanef(GLenum plane, const GLfloat* equation) in glClipPlanef() 1381 void glClipPlanexOES(GLenum plane, const GLfixed* equation) in glClipPlanexOES() 1387 void glClipPlanexIMG(GLenum plane, const GLfixed* equation) in glClipPlanexIMG() 1769 void glClipPlanefOES(GLenum plane, const GLfloat* equation) in glClipPlanefOES() 1775 void glClipPlanefIMG(GLenum plane, const GLfloat* equation) in glClipPlanefIMG()
|
D | gl_enc.cpp | 115 void glClipPlanef_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanef_enc() 5355 void glClipPlanexOES_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexOES_enc() 5385 void glClipPlanexIMG_enc(void *self , GLenum plane, const GLfixed* equation) in glClipPlanexIMG_enc() 7321 void glClipPlanefOES_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefOES_enc() 7351 void glClipPlanefIMG_enc(void *self , GLenum plane, const GLfloat* equation) in glClipPlanefIMG_enc()
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 600 GL_API void GL_APIENTRY glClipPlanef( GLenum plane, const GLfloat *equation) { in glClipPlanef() 611 GL_API void GL_APIENTRY glClipPlanex( GLenum plane, const GLfixed *equation) { in glClipPlanex()
|