OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:getInterfaceBlocks
(Results
1 - 7
of
7
) sorted by null
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
ShaderImpl.h
32
const std::vector<sh::InterfaceBlock> &
getInterfaceBlocks
() const { return mInterfaceBlocks; }
38
std::vector<sh::InterfaceBlock> &
getInterfaceBlocks
() { return mInterfaceBlocks; }
/external/chromium_org/third_party/angle/src/libGLESv2/
Shader.cpp
165
const std::vector<sh::InterfaceBlock> &Shader::
getInterfaceBlocks
() const
167
return mShader->
getInterfaceBlocks
();
190
std::vector<sh::InterfaceBlock> &Shader::
getInterfaceBlocks
()
192
return mShader->
getInterfaceBlocks
();
Shader.h
88
const std::vector<sh::InterfaceBlock> &
getInterfaceBlocks
() const;
94
std::vector<sh::InterfaceBlock> &
getInterfaceBlocks
();
ProgramBinary.cpp
[
all
...]
/external/chromium_org/third_party/angle/tests/compiler_tests/
CollectVariables_test.cpp
148
const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->
getInterfaceBlocks
();
185
const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->
getInterfaceBlocks
();
223
const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->
getInterfaceBlocks
();
267
const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->
getInterfaceBlocks
();
311
const std::vector<sh::InterfaceBlock> &interfaceBlocks = mTranslator->
getInterfaceBlocks
();
/external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.h
77
const std::vector<sh::InterfaceBlock> &
getInterfaceBlocks
() const { return interfaceBlocks; }
ShaderLang.cpp
132
return &compiler->
getInterfaceBlocks
();
Completed in 105 milliseconds