Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/tests/gles_android_wrapper/
Dgles_ftable.h132 {"glOrthox", (void *)glOrthox},
Dgles_dispatch.h135 glOrthox_t glOrthox; member
407 …glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;} in set_glOrthox()
Dgles.cpp616 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() function
618 getDispatch()->glOrthox(left, right, bottom, top, zNear, zFar); in glOrthox()
/device/generic/goldfish/opengl/system/GLESv1_enc/
Dgl_ftable.h122 {"glOrthox", (void*)glOrthox},
Dgl_client_context.h122 glOrthox_client_proc_t glOrthox; member
Dgl_client_context.cpp124 glOrthox = (glOrthox_client_proc_t) getProc("glOrthox", userData); in initDispatchByName()
Dgl_entry.cpp120 …void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFa…
979 void glOrthox(GLfixed left, GLfixed right, GLfixed bottom, GLfixed top, GLfixed zNear, GLfixed zFar) in glOrthox() function
982 ctx->glOrthox(ctx, left, right, bottom, top, zNear, zFar); in glOrthox()
Dgl_enc.cpp5008 this->glOrthox = &glOrthox_enc; in gl_encoder_context_t()