Searched refs:glOrthox (Results 1 – 8 of 8) sorted by relevance
/device/generic/goldfish/opengl/tests/gles_android_wrapper/ |
D | gles_ftable.h | 132 {"glOrthox", (void *)glOrthox},
|
D | gles_dispatch.h | 135 glOrthox_t glOrthox; member 407 …glOrthox_t set_glOrthox(glOrthox_t f) { glOrthox_t retval = glOrthox; glOrthox = f; return retval;} in set_glOrthox()
|
D | gles.cpp | 616 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/ |
D | gl_ftable.h | 122 {"glOrthox", (void*)glOrthox},
|
D | gl_client_context.h | 122 glOrthox_client_proc_t glOrthox; member
|
D | gl_client_context.cpp | 124 glOrthox = (glOrthox_client_proc_t) getProc("glOrthox", userData); in initDispatchByName()
|
D | gl_entry.cpp | 120 …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()
|
D | gl_enc.cpp | 5008 this->glOrthox = &glOrthox_enc; in gl_encoder_context_t()
|