Home
last modified time | relevance | path

Searched refs:MaxVertexOutputVectors (Results 1 – 5 of 5) sorted by relevance

/external/chromium_org/third_party/angle/include/GLSLANG/
DShaderLang.h254 int MaxVertexOutputVectors; member
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/
DShaderD3D.cpp105 resources.MaxVertexOutputVectors = caps.maxVertexOutputComponents / 4; in initializeCompiler()
/external/chromium_org/third_party/angle/src/compiler/translator/
DShaderLang.cpp208 resources->MaxVertexOutputVectors = 16; in ShInitBuiltInResources()
DCompiler.cpp360 << ":MaxVertexOutputVectors:" << compileResources.MaxVertexOutputVectors in setResourceString()
DInitialize.cpp592 …able.insertConstInt(ESSL3_BUILTINS, "gl_MaxVertexOutputVectors", resources.MaxVertexOutputVectors); in InsertBuiltInFunctions()