Home
last modified time | relevance | path

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

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp869 bool ProgramGL::getShaderStorageBlockMemberInfo(const std::string & /* memberName */, in getShaderStorageBlockMemberInfo() function in rx::ProgramGL
1200 auto getShaderStorageBlockMemberInfo = [this](const std::string &name, in linkResources() local
1203 return this->getShaderStorageBlockMemberInfo(name, mappedName, infoOut); in linkResources()
1206 getShaderStorageBlockMemberInfo); in linkResources()
DProgramGL.h139 bool getShaderStorageBlockMemberInfo(const std::string &memberName,
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DProgramGL.cpp877 bool ProgramGL::getShaderStorageBlockMemberInfo(const std::string & /* memberName */, in getShaderStorageBlockMemberInfo() function in rx::ProgramGL
1142 auto getShaderStorageBlockMemberInfo = [this](const std::string &name, in linkResources() local
1145 return this->getShaderStorageBlockMemberInfo(name, mappedName, infoOut); in linkResources()
1148 getShaderStorageBlockMemberInfo); in linkResources()
DProgramGL.h134 bool getShaderStorageBlockMemberInfo(const std::string &memberName,
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1292 auto getShaderStorageBlockMemberInfo = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local
1300 getShaderStorageBlockMemberInfo); in linkResources()
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DProgramLinkedResources.cpp1497 auto getShaderStorageBlockMemberInfo = [&shaderStorageBlockInfo](const std::string &name, in linkResources() local
1505 getShaderStorageBlockMemberInfo); in linkResources()