OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:enforceRestrictions
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictVertexShaderTiming.h
22
void
enforceRestrictions
(TIntermNode* root) { root->traverse(this); }
RestrictFragmentShaderTiming.h
18
void
enforceRestrictions
(const TDependencyGraph& graph);
RestrictFragmentShaderTiming.cpp
47
void RestrictFragmentShaderTiming::
enforceRestrictions
(const TDependencyGraph& graph)
/external/chromium_org/third_party/angle/src/compiler/translator/
Compiler.cpp
492
restrictor.
enforceRestrictions
(graph);
499
restrictor.
enforceRestrictions
(root);
Completed in 60 milliseconds