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

  /sdk/emulator/opengl/host/tools/emugen/
VarType.h 50 class VarType {
52 VarType() :
57 VarType(size_t id, const std::string & name, const VarConverter * converter, const std::string & printFormat , const bool isPointer) :
62 ~VarType()
  /frameworks/rs/
spec.h 20 } VarType;
22 extern VarType *currType;
31 VarType ret;
32 VarType params[16];
  /external/jmonkeyengine/engine/src/core/com/jme3/shader/
VarType.java 35 public enum VarType {
65 VarType(){
68 VarType(boolean multiData, boolean textureType){
  /external/lzma/CPP/7zip/Archive/Common/
HandlerOut.cpp 108 VARTYPE VarType;
133 static bool ConvertProperty(PROPVARIANT srcProp, VARTYPE varType, NCOM::CPropVariant &destProp)
135 if (varType == srcProp.vt)
140 if (varType == VT_UI1)
151 else if (varType == VT_BOOL)
352 if (nameToPropID.VarType == VT_BSTR)
354 else if (nameToPropID.VarType == VT_BOOL)
370 if (!ConvertProperty(propValue, nameToPropID.VarType, prop.Value))
    [all...]
  /external/clang/lib/CodeGen/
CGBlocks.cpp     [all...]

Completed in 470 milliseconds