Home
last modified time | relevance | path

Searched refs:getShaderStorageBlockSize (Results 1 – 3 of 3) sorted by relevance

/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp908 bool ProgramGL::getShaderStorageBlockSize(const std::string &name, in getShaderStorageBlockSize() function in rx::ProgramGL
1137 auto getShaderStorageBlockSize = [this](const std::string &name, const std::string &mappedName, in linkResources() local
1139 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()
1147 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
DProgramGL.h137 bool getShaderStorageBlockSize(const std::string &blockName,
/external/angle/src/libANGLE/
DProgramLinkedResources.cpp1458 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local
1471 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()