Searched defs:getBaseType (Results 1 - 5 of 5) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCType.java67 String baseType = getBaseType();
84 public String getBaseType() { method in class:CType
H A DJType.java146 public String getBaseType() { method in class:JType
/frameworks/rs/
H A DrsAdapter.h40 const Type * getBaseType() const {return mAllocation->getType();} function in class:android::renderscript::Adapter1D
72 const Type * getBaseType() const {return mAllocation->getType();} function in class:android::renderscript::Adapter2D
/frameworks/support/renderscript/v8/rs_support/
H A DrsAdapter.h40 const Type * getBaseType() const {return mAllocation->getType();} function in class:android::renderscript::Adapter1D
72 const Type * getBaseType() const {return mAllocation->getType();} function in class:android::renderscript::Adapter2D
/frameworks/base/media/mca/filterfw/java/android/filterfw/core/
H A DFrameFormat.java77 public int getBaseType() { method in class:FrameFormat
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()) {

Completed in 2917 milliseconds