Searched refs:MaxVertexAttribs (Results 1 - 14 of 14) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
H A DShaderLang.h231 int MaxVertexAttribs; member in struct:__anon11516
/external/chromium_org/third_party/mesa/src/src/glsl/
H A Dglsl_parser_extras.h122 unsigned MaxVertexAttribs; member in struct:_mesa_glsl_parse_state::__anon14255
H A Dbuiltin_variables.cpp512 state->Const.MaxVertexAttribs);
557 state->Const.MaxVertexAttribs);
H A Dglsl_parser_extras.cpp78 this->Const.MaxVertexAttribs = ctx->Const.VertexProgram.MaxAttribs;
/external/mesa3d/src/glsl/
H A Dglsl_parser_extras.h122 unsigned MaxVertexAttribs; member in struct:_mesa_glsl_parse_state::__anon27666
H A Dbuiltin_variables.cpp512 state->Const.MaxVertexAttribs);
557 state->Const.MaxVertexAttribs);
H A Dglsl_parser_extras.cpp78 this->Const.MaxVertexAttribs = ctx->Const.VertexProgram.MaxAttribs;
/external/chromium_org/third_party/angle/samples/translator/
H A Dtranslator.cpp47 resources->MaxVertexAttribs = 8;
/external/chromium_org/third_party/angle/src/compiler/translator/
H A DCompiler.cpp343 strstream << ":MaxVertexAttribs:" << compileResources.MaxVertexAttribs
H A DShaderLang.cpp187 resources->MaxVertexAttribs = 8;
H A DInitialize.cpp578 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxVertexAttribs", resources.MaxVertexAttribs);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
H A DShaderD3D.cpp90 resources.MaxVertexAttribs = caps.maxVertexAttributes;
/external/chromium_org/third_party/angle/tests/compiler_tests/
H A DExpressionLimit_test.cpp35 resources->MaxVertexAttribs = 8;
/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_decoder.cc2779 resources.MaxVertexAttribs = group_->max_vertex_attribs();

Completed in 355 milliseconds