Home
last modified time | relevance | path

Searched defs:layoutLocation (Results 1 – 5 of 5) sorted by relevance

/external/swiftshader/src/OpenGL/compiler/
DOutputASM.h152 int layoutLocation; member
DOutputASM.cpp403 …Attribute::Attribute(GLenum type, const std::string &name, int arraySize, int layoutLocation, int … in Attribute()
/external/deqp/modules/gles31/functional/
Des31fUniformLocationTests.cpp80 ShaderStage layoutLocation; member
/external/deqp/modules/glshared/
DglsAttributeLocationTests.cpp671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Con… in Attribute()
/external/deqp-deps/glslang/glslang/Include/
DTypes.h782 unsigned int layoutLocation : 12; variable