Home
last modified time | relevance | path

Searched defs:interfaceBlock (Results 1 – 5 of 5) 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.cpp548 glu::InterfaceBlock interfaceBlock; in generateProgramDefinitionFromResource() local
4544 const bool interfaceBlock = rnd.getBool(); in generateUniformRandomCase() local
/external/swiftshader/src/OpenGL/compiler/
DTypes.h501 TInterfaceBlock *interfaceBlock; variable
DParseHelper.cpp2456 …TInterfaceBlock* interfaceBlock = new TInterfaceBlock(&blockName, fieldList, instanceName, arraySi… in addInterfaceBlock() local
/external/skia/src/sksl/
DSkSLParser.cpp940 std::unique_ptr<ASTDeclaration> Parser::interfaceBlock(Modifiers mods) { in interfaceBlock() function in SkSL::Parser