HomeSort by relevance Sort by last modified time
    Searched refs:getBaseType (Results 1 - 25 of 89) sorted by null

1 2 3 4

  /external/chromium_org/third_party/WebKit/Source/devtools/scripts/jsdoc-validator/src/org/chromium/devtools/jsdoc/checks/
TypeRecord.java 22 return this.info.getBaseType();
  /frameworks/native/opengl/tools/glgen/src/
CType.java 67 String baseType = getBaseType();
85 public String getBaseType() {
JniCodeEmitter.java 40 return (jType.isArray() ? "[" : "" ) + "Landroid/opengl/" + jType.getBaseType() + ";";
42 return "L" + jType.getBaseType() + ";";
47 String baseType = jType.getBaseType();
176 String typeName = argType.getBaseType();
301 if (returnType.getBaseType().startsWith("EGL")) {
710 String baseType = jType.getBaseType();
    [all...]
JType.java 156 public String getBaseType() {
  /frameworks/base/media/mca/filterfw/java/android/filterfw/core/
FrameFormat.java 77 public int getBaseType() {
161 result.setBaseType(getBaseType());
195 if (specification.getBaseType() != TYPE_UNSPECIFIED
196 && getBaseType() != specification.getBaseType()) {
251 if (specification.getBaseType() != TYPE_UNSPECIFIED
252 && getBaseType() != TYPE_UNSPECIFIED
253 && getBaseType() != specification.getBaseType()) {
SimpleFrame.java 50 final int baseType = format.getBaseType();
NativeFrame.java 71 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) {
  /libcore/luni/src/main/java/java/sql/
Array.java 93 public int getBaseType() throws SQLException;
  /frameworks/rs/
rsAdapter.h 40 const Type * getBaseType() const {return mAllocation->getType();}
72 const Type * getBaseType() const {return mAllocation->getType();}
  /prebuilts/ndk/9/platforms/android-19/arch-arm/usr/include/rs/
rsAdapter.h 40 const Type * getBaseType() const {return mAllocation->getType();}
72 const Type * getBaseType() const {return mAllocation->getType();}
  /prebuilts/ndk/9/platforms/android-19/arch-mips/usr/include/rs/
rsAdapter.h 40 const Type * getBaseType() const {return mAllocation->getType();}
72 const Type * getBaseType() const {return mAllocation->getType();}
  /prebuilts/ndk/9/platforms/android-19/arch-x86/usr/include/rs/
rsAdapter.h 40 const Type * getBaseType() const {return mAllocation->getType();}
72 const Type * getBaseType() const {return mAllocation->getType();}
  /external/deqp/framework/randomshaders/
rsgUtils.cpp 61 switch (type.getBaseType())
127 switch (valueRange.getType().getBaseType())
132 bool isFloat = valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT;
190 switch (type.getBaseType())
244 switch (type.getBaseType())
254 switch (memberType.getBaseType())
299 switch (type.getBaseType())
rsgProgramExecutor.cpp 140 TCU_CHECK(valueRange.getType().getBaseType() == VariableType::TYPE_FLOAT);
153 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT);
162 TCU_CHECK(dst.getType().getBaseType() == VariableType::TYPE_FLOAT);
rsgExecutionContext.cpp 125 switch (type.getBaseType())
rsgVariableType.hpp 137 Type getBaseType (void) const { return m_baseType; }
rsgVariableValue.cpp 58 switch (a.getType().getBaseType())
220 switch (a.getType().getBaseType())
rsgExpression.cpp 169 switch (type.getBaseType())
227 switch (type.getBaseType())
655 convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBaseType())](src, dst);
668 convTable[getBaseTypeConvNdx(src.getType().getBaseType())][getBaseTypeConvNdx(dst.getType().getBaseType())](src, dst);
688 VariableType::Type baseType = type.getBaseType();
955 return type.getBaseType() == VariableType::TYPE_FLOAT;
1004 switch (type.getBaseType())
    [all...]
rsgBinaryOps.cpp 143 VariableType::Type baseType = this->m_type.getBaseType();
190 switch (dst.getType().getBaseType())
447 switch (a.getType().getBaseType())
471 (valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumElements() == 1))
753 (valueRange.getType().getBaseType() == VariableType::TYPE_BOOL && valueRange.getType().getNumElements() == 1))
792 switch (a.getType().getBaseType())
  /external/deqp/modules/glshared/
glsRandomShaderProgram.cpp 59 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_2D)
61 else if (varType.getBaseType() == rsg::VariableType::TYPE_SAMPLER_CUBE)
141 TCU_CHECK_INTERNAL(m_positionVar && m_positionVar->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT && m_positionVar->getType().getNumElements() == 4);
142 TCU_CHECK_INTERNAL(m_fragColorVar && m_fragColorVar->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT && m_fragColorVar->getType().getNumElements() == 4);
glsRandomShaderCase.cpp 157 TCU_CHECK(input->getVariable()->getType().getBaseType() == rsg::VariableType::TYPE_FLOAT);
314 switch (value.getType().getBaseType())
351 switch (value.getType().getBaseType())
373 switch (value.getType().getBaseType())
  /external/llvm/lib/Analysis/
TypeBasedAliasAnalysis.cpp 190 const MDNode *getBaseType() const {
406 const MDNode *BaseA = TagA.getBaseType();
407 const MDNode *BaseB = TagB.getBaseType();
  /external/llvm/tools/obj2yaml/
coff2yaml.cpp 142 Sym.SimpleType = COFF::SymbolBaseType(Symbol->getBaseType());
  /external/clang/lib/AST/
TypePrinter.cpp 796 print(T->getBaseType(), OS, StringRef());
802 printBefore(T->getBaseType(), OS);
813 printAfter(T->getBaseType(), OS);
    [all...]
  /external/clang/include/clang/AST/
CanonicalType.h 595 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)
632 LLVM_CLANG_CANPROXY_TYPE_ACCESSOR(getBaseType)

Completed in 705 milliseconds

1 2 3 4