Searched refs:matrixMode (Results 1 - 15 of 15) sorted by relevance

/xsrc/external/mit/MesaLib/dist/src/mesa/main/
H A Dmatrix.h108 _mesa_MatrixLoadfEXT( GLenum matrixMode, const GLfloat *m );
111 _mesa_MatrixLoaddEXT( GLenum matrixMode, const GLdouble *m );
114 _mesa_MatrixMultfEXT( GLenum matrixMode, const GLfloat *m );
117 _mesa_MatrixMultdEXT( GLenum matrixMode, const GLdouble *m );
120 _mesa_MatrixLoadIdentityEXT( GLenum matrixMode );
123 _mesa_MatrixRotatefEXT( GLenum matrixMode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z );
126 _mesa_MatrixRotatedEXT( GLenum matrixMode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z );
129 _mesa_MatrixScalefEXT( GLenum matrixMode, GLfloat x, GLfloat y, GLfloat z );
132 _mesa_MatrixScaledEXT( GLenum matrixMode, GLdouble x, GLdouble y, GLdouble z );
135 _mesa_MatrixTranslatefEXT( GLenum matrixMode, GLfloa
[all...]
H A Dmatrix.c159 _mesa_MatrixFrustumEXT( GLenum matrixMode, argument
165 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode,
240 _mesa_MatrixOrthoEXT( GLenum matrixMode, argument
246 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode,
295 GLenum matrixMode, const char *func)
303 func, _mesa_enum_to_string(matrixMode));
357 _mesa_MatrixPushEXT( GLenum matrixMode ) argument
360 struct gl_matrix_stack *stack = get_named_matrix_stack(ctx, matrixMode,
364 push_matrix(ctx, stack, matrixMode, "glMatrixPushEXT");
424 _mesa_MatrixPopEXT( GLenum matrixMode ) argument
294 push_matrix(struct gl_context * ctx,struct gl_matrix_stack * stack,GLenum matrixMode,const char * func) argument
478 _mesa_MatrixLoadIdentityEXT(GLenum matrixMode) argument
548 _mesa_MatrixLoadfEXT(GLenum matrixMode,const GLfloat * m) argument
605 _mesa_MatrixMultfEXT(GLenum matrixMode,const GLfloat * m) argument
654 _mesa_MatrixRotatefEXT(GLenum matrixMode,GLfloat angle,GLfloat x,GLfloat y,GLfloat z) argument
691 _mesa_MatrixScalefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
731 _mesa_MatrixTranslatefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
758 _mesa_MatrixLoaddEXT(GLenum matrixMode,const GLdouble * m) argument
781 _mesa_MatrixMultdEXT(GLenum matrixMode,const GLdouble * m) argument
799 _mesa_MatrixRotatedEXT(GLenum matrixMode,GLdouble angle,GLdouble x,GLdouble y,GLdouble z) argument
815 _mesa_MatrixScaledEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
829 _mesa_MatrixTranslatedEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
845 _mesa_MatrixLoadTransposefEXT(GLenum matrixMode,const GLfloat * m) argument
863 _mesa_MatrixLoadTransposedEXT(GLenum matrixMode,const GLdouble * m) argument
881 _mesa_MatrixMultTransposefEXT(GLenum matrixMode,const GLfloat * m) argument
899 _mesa_MatrixMultTransposedEXT(GLenum matrixMode,const GLdouble * m) argument
[all...]
H A Dglthread_marshal.h501 _mesa_glthread_MatrixPushEXT(struct gl_context *ctx, GLenum matrixMode) argument
506 ctx->GLThread.MatrixStackDepth[_mesa_get_matrix_index(ctx, matrixMode)]++;
510 _mesa_glthread_MatrixPopEXT(struct gl_context *ctx, GLenum matrixMode) argument
515 ctx->GLThread.MatrixStackDepth[_mesa_get_matrix_index(ctx, matrixMode)]--;
H A Ddlist.c9352 save_MatrixLoadfEXT(GLenum matrixMode, const GLfloat *m) argument
9359 n[1].e = matrixMode;
9365 CALL_MatrixLoadfEXT(ctx->Exec, (matrixMode, m));
9370 save_MatrixLoaddEXT(GLenum matrixMode, const GLdouble *m) argument
9376 save_MatrixLoadfEXT(matrixMode, f);
9380 save_MatrixMultfEXT(GLenum matrixMode, const GLfloat * m) argument
9387 n[1].e = matrixMode;
9393 CALL_MatrixMultfEXT(ctx->Exec, (matrixMode, m));
9398 save_MatrixMultdEXT(GLenum matrixMode, const GLdouble * m) argument
9404 save_MatrixMultfEXT(matrixMode,
9408 save_MatrixRotatefEXT(GLenum matrixMode,GLfloat angle,GLfloat x,GLfloat y,GLfloat z) argument
9427 save_MatrixRotatedEXT(GLenum matrixMode,GLdouble angle,GLdouble x,GLdouble y,GLdouble z) argument
9433 save_MatrixScalefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
9451 save_MatrixScaledEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
9457 save_MatrixTranslatefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
9475 save_MatrixTranslatedEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
9481 save_MatrixLoadIdentityEXT(GLenum matrixMode) argument
9496 save_MatrixOrthoEXT(GLenum matrixMode,GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearval,GLdouble farval) argument
9519 save_MatrixFrustumEXT(GLenum matrixMode,GLdouble left,GLdouble right,GLdouble bottom,GLdouble top,GLdouble nearval,GLdouble farval) argument
9541 save_MatrixPushEXT(GLenum matrixMode) argument
9556 save_MatrixPopEXT(GLenum matrixMode) argument
9571 save_MatrixLoadTransposefEXT(GLenum matrixMode,const GLfloat m[16]) argument
9579 save_MatrixLoadTransposedEXT(GLenum matrixMode,const GLdouble m[16]) argument
9587 save_MatrixMultTransposefEXT(GLenum matrixMode,const GLfloat m[16]) argument
9595 save_MatrixMultTransposedEXT(GLenum matrixMode,const GLdouble m[16]) argument
[all...]
/xsrc/external/mit/MesaLib/src/mapi/glapi/gen/
H A Dmarshal_generated6.c2460 GLenum matrixMode; member in struct:marshal_cmd_MatrixLoadfEXT
2466 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixLoadfEXT
2468 CALL_MatrixLoadfEXT(ctx->CurrentServerDispatch, (matrixMode, m));
2474 _mesa_marshal_MatrixLoadfEXT(GLenum matrixMode, const GLfloat * m) argument
2480 cmd->matrixMode = matrixMode;
2489 GLenum matrixMode; member in struct:marshal_cmd_MatrixLoaddEXT
2495 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixLoaddEXT
2503 _mesa_marshal_MatrixLoaddEXT(GLenum matrixMode,const GLdouble * m) argument
2518 GLenum matrixMode; member in struct:marshal_cmd_MatrixMultfEXT
2524 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixMultfEXT
2532 _mesa_marshal_MatrixMultfEXT(GLenum matrixMode,const GLfloat * m) argument
2547 GLenum matrixMode; member in struct:marshal_cmd_MatrixMultdEXT
2553 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixMultdEXT
2561 _mesa_marshal_MatrixMultdEXT(GLenum matrixMode,const GLdouble * m) argument
2576 GLenum matrixMode; member in struct:marshal_cmd_MatrixLoadIdentityEXT
2581 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixLoadIdentityEXT
2588 _mesa_marshal_MatrixLoadIdentityEXT(GLenum matrixMode) argument
2602 GLenum matrixMode; member in struct:marshal_cmd_MatrixRotatefEXT
2611 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixRotatefEXT
2622 _mesa_marshal_MatrixRotatefEXT(GLenum matrixMode,GLfloat angle,GLfloat x,GLfloat y,GLfloat z) argument
2640 GLenum matrixMode; member in struct:marshal_cmd_MatrixRotatedEXT
2649 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixRotatedEXT
2660 _mesa_marshal_MatrixRotatedEXT(GLenum matrixMode,GLdouble angle,GLdouble x,GLdouble y,GLdouble z) argument
2678 GLenum matrixMode; member in struct:marshal_cmd_MatrixScalefEXT
2686 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixScalefEXT
2696 _mesa_marshal_MatrixScalefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
2713 GLenum matrixMode; member in struct:marshal_cmd_MatrixScaledEXT
2721 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixScaledEXT
2731 _mesa_marshal_MatrixScaledEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
2748 GLenum matrixMode; member in struct:marshal_cmd_MatrixTranslatefEXT
2756 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixTranslatefEXT
2766 _mesa_marshal_MatrixTranslatefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
2783 GLenum matrixMode; member in struct:marshal_cmd_MatrixTranslatedEXT
2791 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixTranslatedEXT
2801 _mesa_marshal_MatrixTranslatedEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
2818 GLenum matrixMode; member in struct:marshal_cmd_MatrixOrthoEXT
2829 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixOrthoEXT
2842 _mesa_marshal_MatrixOrthoEXT(GLenum matrixMode,GLdouble l,GLdouble r,GLdouble b,GLdouble t,GLdouble n,GLdouble f) argument
2862 GLenum matrixMode; member in struct:marshal_cmd_MatrixFrustumEXT
2873 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixFrustumEXT
2886 _mesa_marshal_MatrixFrustumEXT(GLenum matrixMode,GLdouble l,GLdouble r,GLdouble b,GLdouble t,GLdouble n,GLdouble f) argument
2906 GLenum matrixMode; member in struct:marshal_cmd_MatrixPushEXT
2911 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixPushEXT
2918 _mesa_marshal_MatrixPushEXT(GLenum matrixMode) argument
2933 GLenum matrixMode; member in struct:marshal_cmd_MatrixPopEXT
2938 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixPopEXT
2945 _mesa_marshal_MatrixPopEXT(GLenum matrixMode) argument
5254 GLenum matrixMode; member in struct:marshal_cmd_MatrixLoadTransposefEXT
5260 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixLoadTransposefEXT
5268 _mesa_marshal_MatrixLoadTransposefEXT(GLenum matrixMode,const GLfloat * m) argument
5283 GLenum matrixMode; member in struct:marshal_cmd_MatrixLoadTransposedEXT
5289 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixLoadTransposedEXT
5297 _mesa_marshal_MatrixLoadTransposedEXT(GLenum matrixMode,const GLdouble * m) argument
5312 GLenum matrixMode; member in struct:marshal_cmd_MatrixMultTransposefEXT
5318 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixMultTransposefEXT
5326 _mesa_marshal_MatrixMultTransposefEXT(GLenum matrixMode,const GLfloat * m) argument
5341 GLenum matrixMode; member in struct:marshal_cmd_MatrixMultTransposedEXT
5347 GLenum matrixMode = cmd->matrixMode; local in function:_mesa_unmarshal_MatrixMultTransposedEXT
5355 _mesa_marshal_MatrixMultTransposedEXT(GLenum matrixMode,const GLdouble * m) argument
[all...]
/xsrc/external/mit/MesaLib/src/mapi/shared-glapi/
H A Dglapi_mapi_tmp.h1438 void APIENTRY shared_dispatch_stub_1421(GLenum matrixMode, const GLfloat *m);
1439 void APIENTRY shared_dispatch_stub_1422(GLenum matrixMode, const GLdouble *m);
1440 void APIENTRY shared_dispatch_stub_1423(GLenum matrixMode, const GLfloat *m);
1441 void APIENTRY shared_dispatch_stub_1424(GLenum matrixMode, const GLdouble *m);
1442 void APIENTRY shared_dispatch_stub_1425(GLenum matrixMode);
1443 void APIENTRY shared_dispatch_stub_1426(GLenum matrixMode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
1444 void APIENTRY shared_dispatch_stub_1427(GLenum matrixMode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
1445 void APIENTRY shared_dispatch_stub_1428(GLenum matrixMode, GLfloat x, GLfloat y, GLfloat z);
1446 void APIENTRY shared_dispatch_stub_1429(GLenum matrixMode, GLdouble x, GLdouble y, GLdouble z);
1447 void APIENTRY shared_dispatch_stub_1430(GLenum matrixMode, GLfloa
10246 noopMatrixLoadfEXT(GLenum matrixMode,const GLfloat * m) argument
10252 noopMatrixLoaddEXT(GLenum matrixMode,const GLdouble * m) argument
10258 noopMatrixMultfEXT(GLenum matrixMode,const GLfloat * m) argument
10264 noopMatrixMultdEXT(GLenum matrixMode,const GLdouble * m) argument
10270 noopMatrixLoadIdentityEXT(GLenum matrixMode) argument
10276 noopMatrixRotatefEXT(GLenum matrixMode,GLfloat angle,GLfloat x,GLfloat y,GLfloat z) argument
10282 noopMatrixRotatedEXT(GLenum matrixMode,GLdouble angle,GLdouble x,GLdouble y,GLdouble z) argument
10288 noopMatrixScalefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
10294 noopMatrixScaledEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
10300 noopMatrixTranslatefEXT(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
10306 noopMatrixTranslatedEXT(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
10312 noopMatrixOrthoEXT(GLenum matrixMode,GLdouble l,GLdouble r,GLdouble b,GLdouble t,GLdouble n,GLdouble f) argument
10318 noopMatrixFrustumEXT(GLenum matrixMode,GLdouble l,GLdouble r,GLdouble b,GLdouble t,GLdouble n,GLdouble f) argument
10324 noopMatrixPushEXT(GLenum matrixMode) argument
10330 noopMatrixPopEXT(GLenum matrixMode) argument
10336 noopMatrixLoadTransposefEXT(GLenum matrixMode,const GLfloat * m) argument
10342 noopMatrixLoadTransposedEXT(GLenum matrixMode,const GLdouble * m) argument
10348 noopMatrixMultTransposefEXT(GLenum matrixMode,const GLfloat * m) argument
10354 noopMatrixMultTransposedEXT(GLenum matrixMode,const GLdouble * m) argument
30148 shared_dispatch_stub_1421(GLenum matrixMode,const GLfloat * m) argument
30155 shared_dispatch_stub_1422(GLenum matrixMode,const GLdouble * m) argument
30162 shared_dispatch_stub_1423(GLenum matrixMode,const GLfloat * m) argument
30169 shared_dispatch_stub_1424(GLenum matrixMode,const GLdouble * m) argument
30176 shared_dispatch_stub_1425(GLenum matrixMode) argument
30183 shared_dispatch_stub_1426(GLenum matrixMode,GLfloat angle,GLfloat x,GLfloat y,GLfloat z) argument
30190 shared_dispatch_stub_1427(GLenum matrixMode,GLdouble angle,GLdouble x,GLdouble y,GLdouble z) argument
30197 shared_dispatch_stub_1428(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
30204 shared_dispatch_stub_1429(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
30211 shared_dispatch_stub_1430(GLenum matrixMode,GLfloat x,GLfloat y,GLfloat z) argument
30218 shared_dispatch_stub_1431(GLenum matrixMode,GLdouble x,GLdouble y,GLdouble z) argument
30225 shared_dispatch_stub_1432(GLenum matrixMode,GLdouble l,GLdouble r,GLdouble b,GLdouble t,GLdouble n,GLdouble f) argument
30232 shared_dispatch_stub_1433(GLenum matrixMode,GLdouble l,GLdouble r,GLdouble b,GLdouble t,GLdouble n,GLdouble f) argument
30239 shared_dispatch_stub_1434(GLenum matrixMode) argument
30246 shared_dispatch_stub_1435(GLenum matrixMode) argument
30253 shared_dispatch_stub_1436(GLenum matrixMode,const GLfloat * m) argument
30260 shared_dispatch_stub_1437(GLenum matrixMode,const GLdouble * m) argument
30267 shared_dispatch_stub_1438(GLenum matrixMode,const GLfloat * m) argument
30274 shared_dispatch_stub_1439(GLenum matrixMode,const GLdouble * m) argument
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GLES2/
H A Dgl2ext.h3143 typedef void (GL_APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
3144 typedef void (GL_APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3145 typedef void (GL_APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3146 typedef void (GL_APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
3147 typedef void (GL_APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3148 typedef void (GL_APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3220 GL_APICALL void GL_APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
3221 GL_APICALL void GL_APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
3222 GL_APICALL void GL_APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
3223 GL_APICALL void GL_APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, cons
[all...]
/xsrc/external/mit/MesaLib/dist/include/GLES2/
H A Dgl2ext.h3288 typedef void (GL_APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
3289 typedef void (GL_APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3290 typedef void (GL_APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3291 typedef void (GL_APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
3292 typedef void (GL_APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3293 typedef void (GL_APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
3365 GL_APICALL void GL_APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
3366 GL_APICALL void GL_APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
3367 GL_APICALL void GL_APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
3368 GL_APICALL void GL_APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, cons
[all...]
/xsrc/external/mit/MesaLib/src/mesa/main/
H A Dmarshal_generated.h4482 void GLAPIENTRY _mesa_marshal_MatrixLoadfEXT(GLenum matrixMode, const GLfloat * m);
4485 void GLAPIENTRY _mesa_marshal_MatrixLoaddEXT(GLenum matrixMode, const GLdouble * m);
4488 void GLAPIENTRY _mesa_marshal_MatrixMultfEXT(GLenum matrixMode, const GLfloat * m);
4491 void GLAPIENTRY _mesa_marshal_MatrixMultdEXT(GLenum matrixMode, const GLdouble * m);
4494 void GLAPIENTRY _mesa_marshal_MatrixLoadIdentityEXT(GLenum matrixMode);
4497 void GLAPIENTRY _mesa_marshal_MatrixRotatefEXT(GLenum matrixMode, GLfloat angle, GLfloat x, GLfloat y, GLfloat z);
4500 void GLAPIENTRY _mesa_marshal_MatrixRotatedEXT(GLenum matrixMode, GLdouble angle, GLdouble x, GLdouble y, GLdouble z);
4503 void GLAPIENTRY _mesa_marshal_MatrixScalefEXT(GLenum matrixMode, GLfloat x, GLfloat y, GLfloat z);
4506 void GLAPIENTRY _mesa_marshal_MatrixScaledEXT(GLenum matrixMode, GLdouble x, GLdouble y, GLdouble z);
4509 void GLAPIENTRY _mesa_marshal_MatrixTranslatefEXT(GLenum matrixMode, GLfloa
[all...]
/xsrc/external/mit/MesaLib.old/dist/include/GL/
H A Dglcorearb.h5375 typedef void (APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
5376 typedef void (APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5377 typedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5378 typedef void (APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
5379 typedef void (APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5380 typedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5433 GLAPI void APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
5434 GLAPI void APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
5435 GLAPI void APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
5436 GLAPI void APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, cons
[all...]
H A Dglext.h10452 typedef void (APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
10453 typedef void (APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10454 typedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10455 typedef void (APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
10456 typedef void (APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10457 typedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10517 GLAPI void APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
10518 GLAPI void APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
10519 GLAPI void APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
10520 GLAPI void APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, cons
[all...]
/xsrc/external/mit/MesaLib/dist/include/GL/
H A Dglcorearb.h5507 typedef void (APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
5508 typedef void (APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5509 typedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5510 typedef void (APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
5511 typedef void (APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5512 typedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
5565 GLAPI void APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
5566 GLAPI void APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
5567 GLAPI void APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
5568 GLAPI void APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, cons
[all...]
H A Dglext.h10617 typedef void (APIENTRYP PFNGLMATRIXLOAD3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
10618 typedef void (APIENTRYP PFNGLMATRIXLOAD3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10619 typedef void (APIENTRYP PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10620 typedef void (APIENTRYP PFNGLMATRIXMULT3X2FNVPROC) (GLenum matrixMode, const GLfloat *m);
10621 typedef void (APIENTRYP PFNGLMATRIXMULT3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10622 typedef void (APIENTRYP PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC) (GLenum matrixMode, const GLfloat *m);
10682 GLAPI void APIENTRY glMatrixLoad3x2fNV (GLenum matrixMode, const GLfloat *m);
10683 GLAPI void APIENTRY glMatrixLoad3x3fNV (GLenum matrixMode, const GLfloat *m);
10684 GLAPI void APIENTRY glMatrixLoadTranspose3x3fNV (GLenum matrixMode, const GLfloat *m);
10685 GLAPI void APIENTRY glMatrixMult3x2fNV (GLenum matrixMode, cons
[all...]
/xsrc/external/mit/libepoxy/src/
H A Dgl_generated.h8417 typedef void (GLAPIENTRY *PFNGLMATRIXLOAD3X2FNVPROC)(GLenum matrixMode, const GLfloat * m);
8418 typedef void (GLAPIENTRY *PFNGLMATRIXLOAD3X3FNVPROC)(GLenum matrixMode, const GLfloat * m);
8420 typedef void (GLAPIENTRY *PFNGLMATRIXLOADTRANSPOSE3X3FNVPROC)(GLenum matrixMode, const GLfloat * m);
8426 typedef void (GLAPIENTRY *PFNGLMATRIXMULT3X2FNVPROC)(GLenum matrixMode, const GLfloat * m);
8427 typedef void (GLAPIENTRY *PFNGLMATRIXMULT3X3FNVPROC)(GLenum matrixMode, const GLfloat * m);
8428 typedef void (GLAPIENTRY *PFNGLMATRIXMULTTRANSPOSE3X3FNVPROC)(GLenum matrixMode, const GLfloat * m);
[all...]
H A Dgl_generated_dispatch.c[all...]

Completed in 447 milliseconds