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

  /external/webkit/Source/ThirdParty/ANGLE/src/compiler/
ShHandle.h 70 bool validateLimitations(TIntermNode* root);
Compiler.cpp 10 #include "compiler/ValidateLimitations.h"
138 success = validateLimitations(root);
179 bool TCompiler::validateLimitations(TIntermNode* root) {
180 ValidateLimitations validate(shaderType, infoSink.info);

Completed in 619 milliseconds