Searched refs:ProjectionMatrix (Results 1 - 5 of 5) sorted by relevance

/xsrc/external/mit/mesa-demos/dist/src/egl/opengles2/
H A Des2gears.c99 static GLfloat ProjectionMatrix[16]; variable in typeref:typename:GLfloat[16]
469 memcpy(model_view_projection, ProjectionMatrix, sizeof(model_view_projection));
547 perspective(ProjectionMatrix, 60.0, width / (float)height, 1.0, 1024.0);
/xsrc/external/mit/MesaLib.old/dist/src/mesa/drivers/common/
H A Dmeta.h138 GLfloat ProjectionMatrix[16]; member in struct:save_state
H A Dmeta.c680 memcpy(save->ProjectionMatrix, ctx->ProjectionMatrixStack.Top->m,
1103 _mesa_LoadMatrixf(save->ProjectionMatrix);
/xsrc/external/mit/MesaLib/dist/src/mesa/drivers/common/
H A Dmeta.h137 GLfloat ProjectionMatrix[16]; member in struct:save_state
H A Dmeta.c692 memcpy(save->ProjectionMatrix, ctx->ProjectionMatrixStack.Top->m,
1108 _mesa_load_matrix(ctx, &ctx->ProjectionMatrixStack, save->ProjectionMatrix);

Completed in 13 milliseconds