HomeSort by relevance Sort by last modified time
    Searched refs:VertexProgram (Results 26 - 50 of 72) sorted by null

12 3

  /external/mesa3d/src/mesa/drivers/dri/r200/
r200_maos_arrays.c 118 if (ctx->VertexProgram._Enabled)
r200_tcl.c 387 if (!ctx->VertexProgram._Enabled) {
557 if (ctx->VertexProgram._Enabled) {
  /external/mesa3d/src/mesa/state_tracker/
st_atom.c 119 if (ctx->VertexProgram._Current != &st->vp->Base)
st_atom_sampler.c 267 &ctx->VertexProgram._Current->Base,
st_context.c 191 st->ctx->VertexProgram._MaintainTnlProgram = GL_TRUE;
st_atom_texture.c 320 &ctx->VertexProgram._Current->Base,
  /external/mesa3d/src/mesa/tnl/
t_pipeline.c 129 if (ctx->VertexProgram._MaintainTnlProgram)
t_vb_light.c 334 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
388 if (!ctx->Light.Enabled || ctx->VertexProgram._Current)
t_vb_fog.c 154 if (ctx->Fog.FogCoordinateSource == GL_FRAGMENT_DEPTH_EXT && !ctx->VertexProgram._Current) {
t_vb_vertex.c 144 if (ctx->VertexProgram._Current)
t_vb_texgen.c 490 if (!ctx->Texture._TexGenEnabled || ctx->VertexProgram._Current)
514 if (!ctx->Texture._TexGenEnabled || ctx->VertexProgram._Current)
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_state_upload.c 457 if (brw->vertex_program != ctx->VertexProgram._Current) {
458 brw->vertex_program = ctx->VertexProgram._Current;
brw_sf_state.c 278 sf->sf7.use_point_size_state = !(ctx->VertexProgram.PointSizeEnabled ||
brw_vs_constval.c 214 if (ctx->VertexProgram._TwoSideEnabled)
  /external/mesa3d/src/mesa/main/
varray.c 489 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
519 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
538 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
565 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
596 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
656 else if (index >= ctx->Const.VertexProgram.MaxAttribs) {
780 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
    [all...]
attrib.c 131 GLboolean VertexProgram;
324 attr->VertexProgram = ctx->VertexProgram.Enabled;
325 attr->VertexProgramPointSize = ctx->VertexProgram.PointSizeEnabled;
326 attr->VertexProgramTwoSide = ctx->VertexProgram.TwoSideEnabled;
616 TEST_AND_UPDATE(ctx->VertexProgram.Enabled,
617 enable->VertexProgram,
619 TEST_AND_UPDATE(ctx->VertexProgram.PointSizeEnabled,
622 TEST_AND_UPDATE(ctx->VertexProgram.TwoSideEnabled,
    [all...]
enable.c 831 if (ctx->VertexProgram.Enabled == state)
834 ctx->VertexProgram.Enabled = state;
843 if (ctx->VertexProgram.PointSizeEnabled == state)
846 ctx->VertexProgram.PointSizeEnabled = state;
852 if (ctx->VertexProgram.TwoSideEnabled == state)
855 ctx->VertexProgram.TwoSideEnabled = state;
    [all...]
api_validate.c 117 if (ctx->Array.ArrayObj->_Enabled == 0x0 || !ctx->VertexProgram._Current)
138 GLboolean haveVertexProgram = ctx->VertexProgram._Enabled;
shader_query.cpp 62 if (index >= ctx->Const.VertexProgram.MaxAttribs) {
get.c 687 CONTEXT_INT(Const.VertexProgram.MaxUniformComponents),
    [all...]
ff_fragment_shader.cpp 325 const GLboolean vertexProgram = ctx->VertexProgram._Enabled;
328 if (ctx->VertexProgram._Overriden) {
339 else if (!(vertexProgram || vertexShader)) {
390 vprog = &ctx->VertexProgram.Current->Base;
    [all...]
  /external/mesa3d/src/mesa/vbo/
vbo_exec_draw.c 206 if ((ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_POS) == 0 &&
207 (ctx->VertexProgram._Current->Base.InputsRead & VERT_BIT_GENERIC0)) {
vbo_exec_eval.c 121 if (ctx->VertexProgram._Enabled) {
  /external/mesa3d/src/glsl/
glsl_parser_extras.cpp 78 this->Const.MaxVertexAttribs = ctx->Const.VertexProgram.MaxAttribs;
79 this->Const.MaxVertexUniformComponents = ctx->Const.VertexProgram.MaxUniformComponents;
  /external/mesa3d/src/mesa/swrast/
s_points.c 59 if (ctx->Point._Attenuated || ctx->VertexProgram.PointSizeEnabled) {
558 ctx->VertexProgram.PointSizeEnabled) {

Completed in 450 milliseconds

12 3