HomeSort by relevance Sort by last modified time
    Searched refs:structDeclared (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle_dx11/src/compiler/
OutputGLSLBase.h 55 bool structDeclared(const TStructure* structure) const;
OutputGLSLBase.cpp 82 if ((type.getBasicType() == EbtStruct) && !structDeclared(type.getStruct()))
793 bool TOutputGLSLBase::structDeclared(const TStructure* structure) const

Completed in 88 milliseconds