Searched refs:Geom (Results 1 - 6 of 6) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dshaderobj.c248 prog->Geom.VerticesOut = 0;
249 prog->Geom.InputType = GL_TRIANGLES;
250 prog->Geom.OutputType = GL_TRIANGLE_STRIP;
H A Dshaderapi.c561 *params = shProg->Geom.VerticesOut;
566 *params = shProg->Geom.InputType;
571 *params = shProg->Geom.OutputType;
1557 shProg->Geom.VerticesOut = value;
1566 shProg->Geom.InputType = value;
1580 shProg->Geom.OutputType = value;
H A Dmtypes.h2349 } Geom; member in struct:gl_shader_program
/external/mesa3d/src/mesa/main/
H A Dshaderobj.c248 prog->Geom.VerticesOut = 0;
249 prog->Geom.InputType = GL_TRIANGLES;
250 prog->Geom.OutputType = GL_TRIANGLE_STRIP;
H A Dshaderapi.c561 *params = shProg->Geom.VerticesOut;
566 *params = shProg->Geom.InputType;
571 *params = shProg->Geom.OutputType;
1557 shProg->Geom.VerticesOut = value;
1566 shProg->Geom.InputType = value;
1580 shProg->Geom.OutputType = value;
H A Dmtypes.h2349 } Geom; member in struct:gl_shader_program

Completed in 521 milliseconds