HomeSort by relevance Sort by last modified time
    Searched defs:blockName (Results 1 - 8 of 8) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/
UniformHLSL.cpp 202 const TString &blockName = interfaceBlock.name() + arrayIndexString;
205 hlsl += "cbuffer " + blockName + " : register(b" + str(registerIndex) + ")\n"
  /external/deqp/modules/gles31/functional/
es31fProgramInterfaceQueryTestCase.cpp 281 const std::string blockName = tokenizer.getIdentifier();
313 if (m_filter.matchesFilter(block) && block.interfaceName == blockName)
557 const std::string blockName (&nameBuffer[0], written);
564 m_testCtx.getLog() << tcu::TestLog::Message << "Block name with index " << propValue << " is \"" << blockName << "\"" << tcu::TestLog::EndMessage;
565 if (blockName != expectedName.str())
    [all...]
es31fProgramInterfaceDefinitionUtil.cpp 450 const std::string blockName = glu::parseVariableName(path.c_str());
457 if (shader->getDefaultBlock().interfaceBlocks[interfaceNdx].interfaceName == blockName)
461 const std::string blockMemberPath = path.substr(blockName.size() + 1);
    [all...]
es31fOpaqueTypeIndexingTests.cpp 716 const char* blockName = "Block";
731 "layout(" << layout << ", binding = " << binding << ") " << interfaceName << " " << blockName << "\n"
    [all...]
  /external/chromium_org/third_party/libxml/src/
xmlregexp.c 171 xmlChar *blockName;
358 int neg, int start, int end, const xmlChar *blockName);
738 if (range->blockName != NULL)
739 xmlFree(range->blockName);
762 if (range->blockName != NULL) {
763 ret->blockName = xmlStrdup(range->blockName);
764 if (ret->blockName == NULL) {
    [all...]
  /external/libxml2/
xmlregexp.c 174 xmlChar *blockName;
362 int neg, int start, int end, const xmlChar *blockName);
742 if (range->blockName != NULL)
743 xmlFree(range->blockName);
766 if (range->blockName != NULL) {
767 ret->blockName = xmlStrdup(range->blockName);
768 if (ret->blockName == NULL) {
    [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
com.ibm.icu_4.2.1.v20100412.jar 
  /external/chromium_org/third_party/libaddressinput/src/java/
android.jar 

Completed in 939 milliseconds