Searched defs:hasInstanceName (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/third_party/angle/src/compiler/translator/
H A DTypes.h182 bool hasInstanceName() const function in class:TInterfaceBlock
/external/deqp/modules/glshared/
H A DglsUniformBlockCase.cpp586 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
587 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");
1064 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
1067 std::string apiPrefix = hasInstanceName ? string(block.getBlockName()) + "." : string("");
1069 DE_ASSERT(!isArray || hasInstanceName);
1075 std::string srcPrefix = hasInstanceName ? string(block.getInstanceName()) + instancePostfix + "." : string("");
/external/deqp/modules/gles31/functional/
H A Des31fSSBOLayoutCase.cpp693 bool hasInstanceName = block.getInstanceName() != DE_NULL; local
694 std::string blockPrefix = hasInstanceName ? (std::string(block.getBlockName()) + ".") : std::string("");

Completed in 1027 milliseconds