Home
last modified time | relevance | path

Searched refs:glFrustumf (Results 1 – 8 of 8) sorted by relevance

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h28 {"glFrustumf", (void *)glFrustumf},
Dgles_dispatch.h31 glFrustumf_t glFrustumf; member
303 …glFrustumf_t set_glFrustumf(glFrustumf_t f) { glFrustumf_t retval = glFrustumf; glFrustumf = f; re… in set_glFrustumf()
Dgles.cpp96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() function
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar); in glFrustumf()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h19 {"glFrustumf", (void*)glFrustumf},
Dgl_client_context.h21 glFrustumf_client_proc_t glFrustumf; member
Dgl_client_context.cpp21 glFrustumf = (glFrustumf_client_proc_t) getProc("glFrustumf", userData); in initDispatchByName()
Dgl_entry.cpp17 …void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z…
357 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zF… in glFrustumf() function
360 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar); in glFrustumf()
Dgl_enc.cpp8179 this->glFrustumf = &glFrustumf_enc; in gl_encoder_context_t()