Home
last modified time | relevance | path

Searched refs:EnvParams (Results 1 – 2 of 2) sorted by relevance

/external/mesa3d/src/mesa/program/
Dprog_execute.h67 GLfloat (*EnvParams)[4]; /**< Vertex or Fragment env parameters */ member
Dprog_execute.c391 machine->EnvParams = ctx->VertexProgram.Parameters; in _mesa_execute_program()
394 machine->EnvParams = ctx->FragmentProgram.Parameters; in _mesa_execute_program()