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

/device/generic/goldfish-opengl/system/GLESv1_enc/
H A Dgl_client_context.h194 glDepthRangexOES_client_proc_t glDepthRangexOES; member in struct:gl_client_context_t
H A Dgl_entry.cpp189 void glDepthRangexOES(GLclampx zNear, GLclampx zFar);
1397 void glDepthRangexOES(GLclampx zNear, GLclampx zFar) function
1400 ctx->glDepthRangexOES(ctx, zNear, zFar);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
H A Dgles.cpp871 void glDepthRangexOES(GLclampx zNear, GLclampx zFar) function
873 getDispatch()->glDepthRangexOES(zNear, zFar);
H A Dgles_dispatch.h186 glDepthRangexOES_t glDepthRangexOES; member in struct:gles_dispatch
458 glDepthRangexOES_t set_glDepthRangexOES(glDepthRangexOES_t f) { glDepthRangexOES_t retval = glDepthRangexOES; glDepthRangexOES = f; return retval;}

Completed in 21 milliseconds