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

  /external/chromium_org/third_party/angle/src/compiler/translator/
SymbolTable.cpp 102 bool *builtIn, bool *sameScope) const
118 if (builtIn)
119 *builtIn = (level <= LAST_BUILTIN_LEVEL);
SymbolTable.h 376 bool *builtIn = NULL, bool *sameScope = NULL) const;
glslang.y 337 bool builtIn;
338 fnCandidate = context->findFunction(@1, fnCall, context->shaderVersion, &builtIn);
343 if (builtIn && !fnCandidate->getExtension().empty() &&
348 if (builtIn && op != EOpNull) {
373 // this is how we know whether the given function is a builtIn function or a user defined function
374 // if builtIn == false, it's a userDefined -> could be an overloaded builtIn function also
375 // if builtIn == true, it's definitely a builtIn function with EOpNull
376 if (!builtIn)
    [all...]
ParseContext.h 123 const TFunction* findFunction(const TSourceLoc& line, TFunction* pfnCall, int shaderVersion, bool *builtIn = 0);
ParseContext.cpp 795 bool builtIn = false;
797 TSymbol* symbol = symbolTable.find(identifier, 0, &builtIn, &sameScope);
1065 const TFunction* TParseContext::findFunction(const TSourceLoc& line, TFunction* call, int shaderVersion, bool *builtIn)
1070 const TSymbol* symbol = symbolTable.find(call->getName(), shaderVersion, builtIn);
    [all...]
glslang_tab.cpp     [all...]
  /cts/suite/audio_quality/lib/src/task/
TaskProcess.cpp 52 // Allocate Buffers and Values to pass to builtin functions
144 // run builtin function by searching BuiltinProcessing::BUINTIN_FN_TABLE
145 TaskGeneric::ExecutionResult TaskProcess::doRun(bool builtIn)
148 if (builtIn) {
168 // This is for passing to builtin fns. Just void pts will be cleared in exit
176 // Value is created here. Builtin function just need to set it.
178 // Buffer itself should be allocated by the builtin function itself.
181 if (!prepareParams(mInput, builtIn ? info->mInputTypes : NULL, inputs, inputValues,
186 if (!prepareParams(mOutput, builtIn ? info->mOutputTypes : NULL, outputs, outputValues,
192 if (builtIn) {
    [all...]
  /external/chromium_org/third_party/icu/source/common/
rbbi.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.osgi_3.6.1.R36x_v20100806.jar 
org.eclipse.osgi_3.6.2.R36x_v20101103.jar 

Completed in 138 milliseconds