Searched refs:glDefineType (Results 1 – 2 of 2) sorted by relevance
/external/deqp-deps/glslang/glslang/MachineIndependent/ |
D | reflection.h | 60 …glDefineType(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()
|
D | ShaderLang.cpp | 1997 …tUniformType(int index) const { return reflection->getUniform(index).glDefineType; } in getUniformType() 2002 …ttributeType(int index) const { return reflection->getAttribute(index).glDefineType; } in getAttributeType()
|