HomeSort by relevance Sort by last modified time
    Searched refs:VertexProgram (Results 1 - 4 of 4) sorted by null

  /external/mesa3d/src/glsl/
glsl_compiler.cpp 63 ctx->Const.VertexProgram.MaxAttribs = 16;
64 ctx->Const.VertexProgram.MaxUniformComponents = 512;
glsl_parser_extras.cpp 73 this->Const.MaxVertexAttribs = ctx->Const.VertexProgram.MaxAttribs;
74 this->Const.MaxVertexUniformComponents = ctx->Const.VertexProgram.MaxUniformComponents;
  /external/mesa3d/src/pixelflinger2/
shader.cpp 68 ctx->Const.VertexProgram.MaxAttribs = 16;
69 ctx->Const.VertexProgram.MaxUniformComponents = 512;
    [all...]
  /external/mesa3d/src/mesa/main/
mtypes.h     [all...]

Completed in 155 milliseconds