Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/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()
/third_party/vk-gl-cts/modules/gles31/functional/
Des31fUniformLocationTests.cpp80 ShaderStage layoutLocation; member
/third_party/vk-gl-cts/modules/glshared/
DglsAttributeLocationTests.cpp671 Attribute::Attribute (const AttribType& type, const string& name, deInt32 layoutLocation, const Con… in Attribute()
/third_party/glslang/glslang/Include/
DTypes.h845 unsigned int layoutLocation : 12; variable