Home
last modified time | relevance | path

Searched refs:glOrthofOES (Results 1 – 17 of 17) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h234 {"glOrthofOES", (void*)glOrthofOES},
Dgl_client_context.h254 glOrthofOES_client_proc_t glOrthofOES; member
Dgl_client_context.cpp254 glOrthofOES = (glOrthofOES_client_proc_t) getProc("glOrthofOES", userData); in initDispatchByName()
Dgl_entry.cpp249 …void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
1763 void glOrthofOES(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat z… in glOrthofOES() function
1766 ctx->glOrthofOES(ctx, left, right, bottom, top, zNear, zFar); in glOrthofOES()
Dgl_enc.cpp9171 this->glOrthofOES = &glOrthofOES_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DClientAPIExts.in52 API_ENTRY(glOrthofOES,
/hardware/google/gfxstream/guest/egl/
DClientAPIExts.in52 API_ENTRY(glOrthofOES,
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h262 glOrthofOES_server_proc_t glOrthofOES; member
Dgles1_server_context.cpp254 glOrthofOES = (glOrthofOES_server_proc_t) getProc("glOrthofOES", userData); in initDispatchByName()
Dgles1_dec.cpp4997 this->glOrthofOES(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/include/GLES/
Dglext.h739 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles12tr_internal.entries221 void glOrthofOES( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat …
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in249 GL_ENTRY(void, glOrthofOES, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dglext.h407 GL_API void GL_APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dglext.h852 GL_API void GL_APIENTRY glOrthofOES (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles12tr_internal.h223 …X(void, glOrthofOES, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLf…
/hardware/google/gfxstream/guest/mesa/include/GL/
Dglext.h5349 GLAPI void APIENTRY glOrthofOES (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);