Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h241 {"glFrustumfOES", (void *)glFrustumfOES},
Dgles_dispatch.h244 glFrustumfOES_t glFrustumfOES; member
516 …t_glFrustumfOES(glFrustumfOES_t f) { glFrustumfOES_t retval = glFrustumfOES; glFrustumfOES = f; re… in set_glFrustumfOES()
Dgles.cpp1161 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES() function
1163 getDispatch()->glFrustumfOES(left, right, bottom, top, zNear, zFar); in glFrustumfOES()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h233 {"glFrustumfOES", (void*)glFrustumfOES},
Dgl_client_context.h253 glFrustumfOES_client_proc_t glFrustumfOES; member
Dgl_client_context.cpp253 glFrustumfOES = (glFrustumfOES_client_proc_t) getProc("glFrustumfOES", userData); in initDispatchByName()
Dgl_entry.cpp249 …void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
1757 void glFrustumfOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat… in glFrustumfOES() function
1760 ctx->glFrustumfOES(ctx, left, right, bottom, top, zNear, zFar); in glFrustumfOES()
Dgl_enc.cpp8411 this->glFrustumfOES = &glFrustumfOES_enc; in gl_encoder_context_t()
/device/generic/goldfish/opengl/system/egl/
DClientAPIExts.in48 API_ENTRY(glFrustumfOES,