Searched +defs:left +defs:column (Results 1 - 6 of 6) sorted by relevance

/xsrc/external/mit/libXaw/dist/src/
H A DTextAction.c1606 StripSpaces(TextWidget ctx,XawTextPosition left,XawTextPosition right,XawTextPosition * pos,int num_pos,XawTextBlock * save) argument
1718 Tabify(TextWidget ctx,XawTextPosition left,XawTextPosition right,XawTextPosition * pos,int num_pos,XawTextBlock * save) argument
1722 int i, cpos, count = 0, column = 0, offset = 0; local in function:Tabify
1861 Untabify(TextWidget ctx,XawTextPosition left,XawTextPosition right,XawTextPosition * pos,int num_pos,XawTextBlock * save) argument
1985 FormatText(TextWidget ctx,XawTextPosition left,Bool force,XawTextPosition * pos,int num_pos) argument
2063 DoFormatText(TextWidget ctx,XawTextPosition left,Bool force,int level,XawTextBlock * save,XawTextPosition * pos,int num_pos,Bool paragraph) argument
3154 char left, right = text.ptr[0]; local in function:InsertChar
4234 XawTextPosition left, right; local in function:CaseProc
[all...]
/xsrc/external/mit/MesaLib/dist/src/glx/tests/
H A Dindirect_api.cpp159 void __indirect_glFrustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } argument
244 void __indirect_glOrtho(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble near_val, GLdouble far_val) { } argument
443 void __indirect_glGetSeparableFilter(GLenum target, GLenum format, GLenum type, GLvoid *row, GLvoid *column, GLvoid *span) { } argument
448 void __indirect_glSeparableFilter2D(GLenum target, GLenum internalformat, GLsizei width, GLsizei height, GLenum format, GLenum type, const GLvoid *row, const GLvoid *column) { } argument
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated2.c373 GLdouble left; member in struct:marshal_cmd_Frustum
383 GLdouble left = cmd->left; local in function:_mesa_unmarshal_Frustum
395 _mesa_marshal_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
569 GLdouble left; member in struct:marshal_cmd_Ortho
579 GLdouble left = cmd->left; local in function:_mesa_unmarshal_Ortho
591 _mesa_marshal_Ortho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
2192 _mesa_marshal_GetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * column,GLvoid * span) argument
2202 _mesa_marshal_SeparableFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * row,const GLvoid * column) argument
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/glapi/
H A Dmarshal_generated.c8559 GLdouble left; member in struct:marshal_cmd_Frustum
8569 const GLdouble left = cmd->left; local in function:_mesa_unmarshal_Frustum
8578 _mesa_marshal_Frustum(GLdouble left, GLdouble right, GLdouble bottom, GLdouble top, GLdouble zNear, GLdouble zFar) argument
8797 GLdouble left; member in struct:marshal_cmd_Ortho
8807 const GLdouble left local in function:_mesa_unmarshal_Ortho
8816 _mesa_marshal_Ortho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
10744 _mesa_marshal_GetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * column,GLvoid * span) argument
10755 _mesa_marshal_SeparableFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * row,const GLvoid * column) argument
25448 _mesa_marshal_GetnSeparableFilterARB(GLenum target,GLenum format,GLenum type,GLsizei rowBufSize,GLvoid * row,GLsizei columnBufSize,GLvoid * column,GLvoid * span) argument
32469 GLint left; member in struct:marshal_cmd_ScissorIndexed
32478 const GLint left = cmd->left; local in function:_mesa_unmarshal_ScissorIndexed
32485 _mesa_marshal_ScissorIndexed(GLuint index,GLint left,GLint bottom,GLsizei width,GLsizei height) argument
39022 GLfixed left; member in struct:marshal_cmd_Frustumx
39032 const GLfixed left = cmd->left; local in function:_mesa_unmarshal_Frustumx
39041 _mesa_marshal_Frustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
39391 GLfixed left; member in struct:marshal_cmd_Orthox
39401 const GLfixed left = cmd->left; local in function:_mesa_unmarshal_Orthox
39410 _mesa_marshal_Orthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
40008 GLfloat left; member in struct:marshal_cmd_Frustumf
40018 const GLfloat left = cmd->left; local in function:_mesa_unmarshal_Frustumf
40027 _mesa_marshal_Frustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
40055 GLfloat left; member in struct:marshal_cmd_Orthof
40065 const GLfloat left = cmd->left; local in function:_mesa_unmarshal_Orthof
40074 _mesa_marshal_Orthof(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
[all...]
/xsrc/external/mit/MesaLib.old/src/mapi/
H A Dshared-glapi_glapi_mapi_tmp.h3178 noopFrustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
3219 noopOrtho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
3596 noopGetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * column,GLvoid * span) argument
3602 noopSeparableFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * row,const GLvoid * column) argument
6482 noopScissorIndexed(GLuint index,GLint left,GLint bottom,GLsizei width,GLsizei height) argument
6590 noopGetnSeparableFilterARB(GLenum target,GLenum format,GLenum type,GLsizei rowBufSize,GLvoid * row,GLsizei columnBufSize,GLvoid * column,GLvoid * span) argument
9774 noopFrustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
9780 noopFrustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
9852 noopOrthof(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
9858 noopOrthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
19571 shared_dispatch_stub_289(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
19620 shared_dispatch_stub_296(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
20061 shared_dispatch_stub_359(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * column,GLvoid * span) argument
20068 shared_dispatch_stub_360(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * row,const GLvoid * column) argument
23400 shared_dispatch_stub_836(GLuint index,GLint left,GLint bottom,GLsizei width,GLsizei height) argument
23526 shared_dispatch_stub_854(GLenum target,GLenum format,GLenum type,GLsizei rowBufSize,GLvoid * row,GLsizei columnBufSize,GLvoid * column,GLvoid * span) argument
27222 shared_dispatch_stub_1382(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
27229 shared_dispatch_stub_1383(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
27313 shared_dispatch_stub_1395(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
27320 shared_dispatch_stub_1396(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
[all...]
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h3417 noopFrustum(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
3458 noopOrtho(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
3835 noopGetSeparableFilter(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * column,GLvoid * span) argument
3841 noopSeparableFilter2D(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * row,const GLvoid * column) argument
6721 noopScissorIndexed(GLuint index,GLint left,GLint bottom,GLsizei width,GLsizei height) argument
6829 noopGetnSeparableFilterARB(GLenum target,GLenum format,GLenum type,GLsizei rowBufSize,GLvoid * row,GLsizei columnBufSize,GLvoid * column,GLvoid * span) argument
10013 noopFrustumf(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
10019 noopFrustumx(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
10091 noopOrthof(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
10097 noopOrthox(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
22224 shared_dispatch_stub_289(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
22273 shared_dispatch_stub_296(GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble zNear,GLdouble zFar) argument
22714 shared_dispatch_stub_359(GLenum target,GLenum format,GLenum type,GLvoid * row,GLvoid * column,GLvoid * span) argument
22721 shared_dispatch_stub_360(GLenum target,GLenum internalformat,GLsizei width,GLsizei height,GLenum format,GLenum type,const GLvoid * row,const GLvoid * column) argument
26053 shared_dispatch_stub_836(GLuint index,GLint left,GLint bottom,GLsizei width,GLsizei height) argument
26179 shared_dispatch_stub_854(GLenum target,GLenum format,GLenum type,GLsizei rowBufSize,GLvoid * row,GLsizei columnBufSize,GLvoid * column,GLvoid * span) argument
29875 shared_dispatch_stub_1382(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
29882 shared_dispatch_stub_1383(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
29966 shared_dispatch_stub_1395(GLfloat left,GLfloat right,GLfloat bottom,GLfloat top,GLfloat zNear,GLfloat zFar) argument
29973 shared_dispatch_stub_1396(GLfixed left,GLfixed right,GLfixed bottom,GLfixed top,GLfixed zNear,GLfixed zFar) argument
[all...]

Completed in 254 milliseconds