Home
last modified time | relevance | path

Searched refs:glDefineType (Results 1 – 2 of 2) sorted by relevance

/external/deqp-deps/glslang/glslang/MachineIndependent/
Dreflection.h60glDefineType(pGLDefineType), size(pSize), index(pIndex), counterIndex(-1), stages(EShLanguageMask(… in TObjectReflection()
72 name.c_str(), offset, glDefineType, size, index, getBinding(), stages ); in dump()
83 int glDefineType; variable
90 TObjectReflection() : offset(-1), glDefineType(-1), size(-1), index(-1), type(nullptr) { } in TObjectReflection()
DShaderLang.cpp1997 …tUniformType(int index) const { return reflection->getUniform(index).glDefineType; } in getUniformType()
2002 …ttributeType(int index) const { return reflection->getAttribute(index).glDefineType; } in getAttributeType()