Searched defs:glFrustumf (Results 1 - 4 of 4) sorted by relevance

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h21 glFrustumf_client_proc_t glFrustumf; member in struct:gl_client_context_t
H A Dgl_entry.cpp16 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar);
355 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) function
358 ctx->glFrustumf(ctx, left, right, bottom, top, zNear, zFar);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp96 void glFrustumf(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) function
98 getDispatch()->glFrustumf(left, right, bottom, top, zNear, zFar);
H A Dgles_dispatch.h31 glFrustumf_t glFrustumf; member in struct:gles_dispatch
303 glFrustumf_t set_glFrustumf(glFrustumf_t f) { glFrustumf_t retval = glFrustumf; glFrustumf = f; return retval;}

Completed in 18 milliseconds