Home
last modified time | relevance | path

Searched refs:glOrthof (Results 1 – 21 of 21) sorted by relevance

/hardware/google/gfxstream/guest/GLESv1_enc/
Dgl_ftable.h37 {"glOrthof", (void*)glOrthof},
Dgl_client_context.h39 glOrthof_client_proc_t glOrthof; member
Dgl_client_context.cpp39 glOrthof = (glOrthof_client_proc_t) getProc("glOrthof", userData); in initDispatchByName()
Dgl_entry.cpp34 …void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFa…
465 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar) in glOrthof() function
468 ctx->glOrthof(ctx, left, right, bottom, top, zNear, zFar); in glOrthof()
Dgl_enc.cpp8956 this->glOrthof = &glOrthof_enc; in gl_encoder_context_t()
/hardware/google/gfxstream/host/gl/gles1_dec/
Dgles1_server_context.h39 glOrthof_server_proc_t glOrthof; member
Dgles1_server_context.cpp39 glOrthof = (glOrthof_server_proc_t) getProc("glOrthof", userData); in initDispatchByName()
Dgles1_dec.cpp604 this->glOrthof(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/
Dgles1_only.entries69 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar…
Dgles1_only_dispatch_logging_wrappers.impl320 …DISPATCH_DEBUG_LOG("glOrthof(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, righ…
Dgles12tr_internal.entries220 void glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z_near, GLfloat z_…
/hardware/google/gfxstream/include/OpenGLESDispatch/
Dgles1_only_static_translator_namespaced_header.h71 GL_APICALL void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
Dgles1_only_functions.h71 …X(void, glOrthof, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
Dgles12tr_internal.h222 …X(void, glOrthof, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z_near, GLflo…
/hardware/google/gfxstream/common/opengl/include/GLES/
Dgl.h619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
/hardware/google/gfxstream/guest/mesa/include/GLES/
Dgl.h411 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
/hardware/google/gfxstream/include/GLES/
Dgl.h619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/
DGLEScmImp.cpp139 GL_API void GL_APIENTRY glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa…
277 …ions)["glOrthofOES"] = (__translatorMustCastToProperFunctionPointerType)GLES1_NAMESPACED(glOrthof); in getProcAddressGles1()
1723 GL_API void GL_APIENTRY glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloa… in glOrthof() function
DGLEScmContext.cpp996 dispatcher().glOrthof(left,right,bottom,top,zNear,zFar); in orthof()
/hardware/google/gfxstream/codegen/gles1/
Dgles1.in27 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G…
/hardware/google/gfxstream/common/detector/
DGlesFuncs.h164 …X(void, glOrthof, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…