Searched refs:getBaseType (Results 1 - 7 of 7) sorted by relevance

/frameworks/native/opengl/tools/glgen/src/
H A DCType.java67 String baseType = getBaseType();
85 public String getBaseType() { method in class:CType
H A DJniCodeEmitter.java40 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();
893 String baseType = cfunc.getType().getBaseType().toLowerCase();
919 String baseType = cfunc.getType().getBaseType().toLowerCase();
997 type.getBaseType().toLowerCase() +
1178 cfunc.getArgType(cIndex).getBaseType()
[all...]
H A DJType.java156 public String getBaseType() { method in class:JType
/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()) {
H A DSimpleFrame.java52 final int baseType = format.getBaseType();
H A DNativeFrame.java73 if (getFormat().getBaseType() != FrameFormat.TYPE_OBJECT) {
/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

Completed in 475 milliseconds