Searched refs:getShaderStorageBlockSize (Results 1 – 6 of 6) sorted by relevance
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 900 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()
|
D | ProgramGL.h | 142 bool getShaderStorageBlockSize(const std::string &blockName,
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/ |
D | ProgramGL.cpp | 908 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()
|
D | ProgramGL.h | 137 bool getShaderStorageBlockSize(const std::string &blockName,
|
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/ |
D | ProgramLinkedResources.cpp | 1286 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/ |
D | ProgramLinkedResources.cpp | 1491 auto getShaderStorageBlockSize = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local 1504 resources.shaderStorageBlockLinker.linkBlocks(getShaderStorageBlockSize, in linkResources()
|