Home
last modified time | relevance | path

Searched refs:glFrustumfOES (Results 1 – 12 of 12) 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.cpp248 …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.cpp8612 this->glFrustumfOES = &glFrustumfOES_enc; in gl_encoder_context_t()
/device/generic/goldfish-opengl/system/egl/
DClientAPIExts.in48 API_ENTRY(glFrustumfOES,
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv1.cpp337 glFrustumfOES = glFrustumf; in GLESv1()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in248 GL_ENTRY(void, glFrustumfOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNe…
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h847 GL_API void GL_APIENTRY glFrustumfOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GL…