Searched defs:glFrustumf (Results 1 - 4 of 4) sorted by relevance
/device/generic/goldfish-opengl/system/GLESv1_enc/ |
H A D | gl_client_context.h | 21 glFrustumf_client_proc_t glFrustumf; member in struct:gl_client_context_t
|
H A D | gl_entry.cpp | 16 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 D | gles.cpp | 96 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 D | gles_dispatch.h | 31 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