Home
last modified time | relevance | path

Searched refs:getUniformBlockSize (Results 1 – 7 of 7) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp820 bool ProgramGL::getUniformBlockSize(const std::string & /* blockName */, in getUniformBlockSize() function in rx::ProgramGL
1183 auto getUniformBlockSize = [this](const std::string &name, const std::string &mappedName, in linkResources() local
1185 return this->getUniformBlockSize(name, mappedName, sizeOut); in linkResources()
1193 resources.uniformBlockLinker.linkBlocks(getUniformBlockSize, getUniformBlockMemberInfo); in linkResources()
DProgramGL.h133 bool getUniformBlockSize(const std::string &blockName,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp828 bool ProgramGL::getUniformBlockSize(const std::string & /* blockName */, in getUniformBlockSize() function in rx::ProgramGL
1125 auto getUniformBlockSize = [this](const std::string &name, const std::string &mappedName, in linkResources() local
1127 return this->getUniformBlockSize(name, mappedName, sizeOut); in linkResources()
1135 resources.uniformBlockLinker.linkBlocks(getUniformBlockSize, getUniformBlockMemberInfo); in linkResources()
DProgramGL.h128 bool getUniformBlockSize(const std::string &blockName,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1262 auto getUniformBlockSize = [&uniformBlockInfo](const std::string &name, in linkResources() local
1274 resources.uniformBlockLinker.linkBlocks(getUniformBlockSize, getUniformBlockMemberInfo); in linkResources()
/third_party/glslang/glslang/Public/
DShaderLang.h939 int getUniformBlockSize(int index) const { return getUniformBlock(index).size; } in getUniformBlockSize() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1467 auto getUniformBlockSize = [&uniformBlockInfo](const std::string &name, in linkResources() local
1479 resources.uniformBlockLinker.linkBlocks(getUniformBlockSize, getUniformBlockMemberInfo); in linkResources()