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

  /frameworks/native/libs/input/
Keyboard.cpp 170 bool builtIn = false;
171 if (deviceConfiguration->tryGetProperty(String8("keyboard.builtIn"), builtIn)
172 && builtIn) {
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/glslang/MachineIndependent/
ParseContextBase.cpp 258 bool builtIn;
259 TSymbol* symbol = symbolTable.find(name, &builtIn);
265 if (builtIn)
ParseHelper.cpp     [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/hlsl/
hlslParseHelper.h 144 const TFunction* findFunction(const TSourceLoc& loc, TFunction& call, bool& builtIn, int& thisDepth, TIntermTyped*& args);
319 static bool isClipOrCullDistance(const TQualifier& qual) { return isClipOrCullDistance(qual.builtIn); }
409 builtIn(bi), storage(q) { }
411 TBuiltInVariable builtIn;
416 return (builtIn != d.builtIn) ? (builtIn < d.builtIn) : (storage < d.storage);
hlslParseHelper.cpp     [all...]
  /external/icu/icu4c/source/common/
rbbi.cpp     [all...]
  /external/swiftshader/src/OpenGL/compiler/
ParseHelper.cpp 886 bool builtIn = false;
887 TSymbol* symbol = symbolTable.find(node->getSymbol(), mShaderVersion, &builtIn);
900 TSymbol* fragData = symbolTable.find("gl_MaxDrawBuffers", mShaderVersion, &builtIn);
1201 const TFunction* TParseContext::findFunction(const TSourceLoc &line, TFunction* call, bool *builtIn)
1205 const TSymbol* symbol = symbolTable.find(call->getName(), mShaderVersion, builtIn);
1207 symbol = symbolTable.find(call->getMangledName(), mShaderVersion, builtIn);
    [all...]
  /prebuilts/ndk/r16/sources/third_party/shaderc/third_party/glslang/SPIRV/
GlslangToSpv.cpp 123 spv::BuiltIn TranslateBuiltInDecoration(glslang::TBuiltInVariable, bool memberDeclaration);
419 spv::BuiltIn TGlslangToSpvTraverser::TranslateBuiltInDecoration(glslang::TBuiltInVariable builtIn, bool memberDeclaration)
421 switch (builtIn) {
    [all...]
  /external/guice/lib/build/
felix-2.0.5.jar 
  /prebuilts/tools/common/eclipse/
org.eclipse.osgi_3.6.2.R36x_v20110210.jar 
  /external/annotation-tools/asmx/test/lib/
saxon7.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/org.eclipse.osgi/3.9.0.v20130529-1710/
org.eclipse.osgi-3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.osgi_3.9.0.v20130529-1710.jar 
  /prebuilts/tools/common/m2/repository/net/sf/saxon/Saxon-HE/9.8.0-5/
Saxon-HE-9.8.0-5.jar 

Completed in 303 milliseconds