/hardware/google/gfxstream/guest/GLESv1_enc/ |
D | gl_ftable.h | 37 {"glOrthof", (void*)glOrthof},
|
D | gl_client_context.h | 39 glOrthof_client_proc_t glOrthof; member
|
D | gl_client_context.cpp | 39 glOrthof = (glOrthof_client_proc_t) getProc("glOrthof", userData); in initDispatchByName()
|
D | gl_entry.cpp | 34 …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()
|
D | gl_enc.cpp | 8956 this->glOrthof = &glOrthof_enc; in gl_encoder_context_t()
|
/hardware/google/gfxstream/host/gl/gles1_dec/ |
D | gles1_server_context.h | 39 glOrthof_server_proc_t glOrthof; member
|
D | gles1_server_context.cpp | 39 glOrthof = (glOrthof_server_proc_t) getProc("glOrthof", userData); in initDispatchByName()
|
D | gles1_dec.cpp | 604 this->glOrthof(var_left, var_right, var_bottom, var_top, var_zNear, var_zFar); in decode()
|
/hardware/google/gfxstream/host/gl/OpenGLESDispatch/ |
D | gles1_only.entries | 69 void glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloat zFar…
|
D | gles1_only_dispatch_logging_wrappers.impl | 320 …DISPATCH_DEBUG_LOG("glOrthof(left:%f, right:%f, bottom:%f, top:%f, zNear:%f, zFar:%f)", left, righ…
|
D | gles12tr_internal.entries | 220 void glOrthof( GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z_near, GLfloat z_…
|
/hardware/google/gfxstream/include/OpenGLESDispatch/ |
D | gles1_only_static_translator_namespaced_header.h | 71 GL_APICALL void GL_APIENTRY glOrthof(GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfl…
|
D | gles1_only_functions.h | 71 …X(void, glOrthof, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
|
D | gles12tr_internal.h | 222 …X(void, glOrthof, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat z_near, GLflo…
|
/hardware/google/gfxstream/common/opengl/include/GLES/ |
D | gl.h | 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
|
/hardware/google/gfxstream/guest/mesa/include/GLES/ |
D | gl.h | 411 GL_API void GL_APIENTRY glOrthof (GLfloat l, GLfloat r, GLfloat b, GLfloat t, GLfloat n, GLfloat f);
|
/hardware/google/gfxstream/include/GLES/ |
D | gl.h | 619 GL_API void GL_APIENTRY glOrthof (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat…
|
/hardware/google/gfxstream/host/gl/glestranslator/GLES_CM/ |
D | GLEScmImp.cpp | 139 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
|
D | GLEScmContext.cpp | 996 dispatcher().glOrthof(left,right,bottom,top,zNear,zFar); in orthof()
|
/hardware/google/gfxstream/codegen/gles1/ |
D | gles1.in | 27 GL_ENTRY(void, glOrthof, GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, G…
|
/hardware/google/gfxstream/common/detector/ |
D | GlesFuncs.h | 164 …X(void, glOrthof, (GLfloat left, GLfloat right, GLfloat bottom, GLfloat top, GLfloat zNear, GLfloa…
|