Home
last modified time | relevance | path

Searched defs:getUniformBlocks (Results 1 – 9 of 9) sorted by relevance

/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/
DShader.h76 const std::vector<sh::InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
DShader.cpp571 const std::vector<sh::InterfaceBlock> &Shader::getUniformBlocks() in getUniformBlocks() function in gl::Shader
DProgram.h340 const std::vector<InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
/third_party/flutter/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h114 const std::vector<sh::InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
/third_party/skia/third_party/externals/angle2/src/compiler/translator/
DCompiler.h131 const std::vector<sh::InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
/third_party/skia/third_party/externals/angle2/src/libANGLE/
DShader.h78 const std::vector<sh::InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
DShader.cpp669 const std::vector<sh::InterfaceBlock> &Shader::getUniformBlocks() in getUniformBlocks() function in gl::Shader
DProgramExecutable.h209 const std::vector<InterfaceBlock> &getUniformBlocks() const { return mUniformBlocks; } in getUniformBlocks() function
DProgram.h269 const std::vector<InterfaceBlock> &getUniformBlocks() const in getUniformBlocks() function