Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/OpenGL/compiler/
H A DCompiler.h42 int MaxVertexAttribs; member
H A DCompiler.cpp52 MaxVertexAttribs = 8; in ShBuiltInResources()
H A DInitialize.cpp463 symbolTable.insertConstInt(COMMON_BUILTINS, "gl_MaxVertexAttribs", resources.MaxVertexAttribs); in InsertBuiltInFunctions()
/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/
H A DShader.cpp175 resources.MaxVertexAttribs = MAX_VERTEX_ATTRIBS; in createCompiler()
/third_party/mesa3d/src/compiler/glsl/
H A Dglsl_parser_extras.h513 unsigned MaxVertexAttribs; member
H A Dglsl_parser_extras.cpp110 this->Const.MaxVertexAttribs = ctx->Const.Program[MESA_SHADER_VERTEX].MaxAttribs; in _mesa_glsl_parse_state()
H A Dbuiltin_variables.cpp731 add_const("gl_MaxVertexAttribs", state->Const.MaxVertexAttribs); in generate_constants()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
H A DCompiler.cpp91 mResources.MaxVertexAttribs = caps.maxVertexAttributes; in Compiler()
/third_party/skia/third_party/externals/angle2/samples/shader_translator/
H A Dshader_translator.cpp61 resources->MaxVertexAttribs = 8; in GenerateResources()
/third_party/skia/third_party/externals/angle2/src/tests/compiler_tests/
H A DExpressionLimit_test.cpp38 res->MaxVertexAttribs = 8; in GenerateResources()
/third_party/skia/third_party/externals/angle2/include/GLSLANG/
H A DShaderLang.h363 int MaxVertexAttribs; member
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
H A DShaderLang.cpp184 resources->MaxVertexAttribs = 8; in InitBuiltInResources()
H A DCompiler.cpp1218 strstream << ":MaxVertexAttribs:" << mResources.MaxVertexAttribs in setResourceString()
H A DParseContext.cpp229 mMaxVertexAttribs(resources.MaxVertexAttribs), in TParseContext()
H A DSymbolTable_ESSL_autogen.cpp[all...]
H A DSymbolTable_autogen.cpp[all...]

Completed in 85 milliseconds