HomeSort by relevance Sort by last modified time
    Searched defs:RestrictFragmentShaderTiming (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/third_party/angle/src/compiler/translator/timing/
RestrictFragmentShaderTiming.h 15 class RestrictFragmentShaderTiming : TDependencyGraphTraverser {
17 RestrictFragmentShaderTiming(TInfoSinkBase& sink);
RestrictFragmentShaderTiming.cpp 10 #include "compiler/translator/timing/RestrictFragmentShaderTiming.h"
12 RestrictFragmentShaderTiming::RestrictFragmentShaderTiming(TInfoSinkBase& sink)
47 void RestrictFragmentShaderTiming::enforceRestrictions(const TDependencyGraph& graph)
67 void RestrictFragmentShaderTiming::validateUserDefinedFunctionCallUsage(const TDependencyGraph& graph)
79 void RestrictFragmentShaderTiming::beginError(const TIntermNode* node)
86 bool RestrictFragmentShaderTiming::isSamplingOp(const TIntermAggregate* intermFunctionCall) const
92 void RestrictFragmentShaderTiming::visitArgument(TGraphArgument* parameter)
118 void RestrictFragmentShaderTiming::visitSelection(TGraphSelection* selection)
124 void RestrictFragmentShaderTiming::visitLoop(TGraphLoop* loop
    [all...]

Completed in 129 milliseconds