Searched refs:glFrustumf (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 28 {"glFrustumf", (void *)glFrustumf},
|
D | gles_dispatch.h | 31 glFrustumf_t glFrustumf; member 303 …glFrustumf_t set_glFrustumf(glFrustumf_t f) { glFrustumf_t retval = glFrustumf; glFrustumf = f; re… in set_glFrustumf()
|
D | gles.cpp | 96 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/ |
D | gl_ftable.h | 19 {"glFrustumf", (void*)glFrustumf},
|
D | gl_client_context.h | 21 glFrustumf_client_proc_t glFrustumf; member
|
D | gl_client_context.cpp | 21 glFrustumf = (glFrustumf_client_proc_t) getProc("glFrustumf", userData); in initDispatchByName()
|
D | gl_entry.cpp | 17 …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()
|
D | gl_enc.cpp | 8179 this->glFrustumf = &glFrustumf_enc; in gl_encoder_context_t()
|