Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp900 bool ProgramGL::getShaderStorageBlockSize(const std::string &name, in getShaderStorageBlockSize() function in rx::ProgramGL
1195 auto getShaderStorageBlockSize = [this](const std::string &name, const std::string &mappedName, in linkResources() local
1197 return this->getShaderStorageBlockSize(name, mappedName, sizeOut); in linkResources()
1205 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
DProgramGL.h142 bool getShaderStorageBlockSize(const std::string &blockName,
/third_party/skia/third_party/externals/angle2/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,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1286 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local
1299 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1491 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local
1504 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()