Home
last modified time | relevance | path

Searched defs:interfaceBlock (Results 1 – 6 of 6) sorted by relevance

/external/deqp/modules/gles31/functional/
Des31fProgramInterfaceDefinitionUtil.cpp349 static void writeInterfaceBlock (std::ostringstream& buf, const glu::InterfaceBlock& interfaceBlock) in writeInterfaceBlock()
1256 …std::string> getProgramInterfaceBlockMemberResourceList (const glu::InterfaceBlock& interfaceBlock) in getProgramInterfaceBlockMemberResourceList()
1303 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList() local
1324 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList() local
1378 …const glu::InterfaceBlock& interfaceBlock = shader->getDefaultBlock().interfaceBlocks[interfaceNdx… in getProgramInterfaceResourceList() local
Des31fProgramInterfaceQueryTests.cpp559 glu::InterfaceBlock interfaceBlock; in generateProgramDefinitionFromResource() local
4564 const bool interfaceBlock = rnd.getBool(); in generateUniformRandomCase() local
/external/swiftshader/src/OpenGL/compiler/
DTypes.h545 TInterfaceBlock *interfaceBlock = nullptr; variable
DParseHelper.cpp2424 …TInterfaceBlock* interfaceBlock = new TInterfaceBlock(&blockName, fieldList, instanceName, arraySi… in addInterfaceBlock() local
/external/skqp/src/sksl/
DSkSLParser.cpp1103 std::unique_ptr<ASTDeclaration> Parser::interfaceBlock(Modifiers mods) { in interfaceBlock() function in SkSL::Parser
/external/skia/src/sksl/
DSkSLParser.cpp1090 std::unique_ptr<ASTDeclaration> Parser::interfaceBlock(Modifiers mods) { in interfaceBlock() function in SkSL::Parser