Searched refs:Type (Results 201 - 225 of 371) sorted by relevance

1234567891011>>

/frameworks/base/graphics/java/android/graphics/
H A DAtlas.java48 public enum Type { enum in class:Atlas
75 * {@link #Atlas(Atlas.Type, int, int, int)} with {@link #FLAG_DEFAULTS}.
81 * @see #Atlas(Atlas.Type, int, int, int)
83 public Atlas(Type type, int width, int height) {
98 * @see #Atlas(Atlas.Type, int, int)
100 public Atlas(Type type, int width, int height, int flags) {
137 private static Policy findPolicy(Type type, int width, int height, int flags) {
/frameworks/base/rs/java/android/renderscript/
H A DProgramVertexFixedFunction.java135 static Type getConstantInputType(RenderScript rs) {
142 Type.Builder typeBuilder = new Type.Builder(rs, b.create());
219 Type constInputType = ProgramVertexFixedFunction.Builder.getConstantInputType(rs);
H A DScriptIntrinsic3DLUT.java64 final Type t = lut.getType();
/frameworks/base/tests/RenderScriptTests/FBOTest/src/com/android/fbotest/
H A DFBOSyncRS.java26 import android.renderscript.Type.Builder;
176 Type.Builder b = new Type.Builder(mRS, Element.RGBA_8888(mRS));
191 b = new Type.Builder(mRS,
H A DFBOTestRS.java26 import android.renderscript.Type.Builder;
175 Type.Builder b = new Type.Builder(mRS, Element.RGBA_8888(mRS));
183 b = new Type.Builder(mRS,
/frameworks/base/tools/aidl/
H A Daidl.cpp5 #include "Type.h"
279 case Type::INTERFACE:
281 case Type::USERDATA:
306 Type* type;
325 Type* old = NAMES.Find(type->QualifiedName());
337 Type* stub = new Type(c->package ? c->package : "",
338 name, Type::GENERATED, false, false, false,
344 Type* proxy = new Type(
[all...]
/frameworks/compile/mclinker/include/mcld/Target/
H A DELFAttributeValue.h22 // Type of value that an attribute tag holds.
23 enum Type { enum in class:mcld::ELFAttributeValue
/frameworks/compile/mclinker/lib/LD/
H A DRelocationFactory.cpp33 Relocation* RelocationFactory::produce(RelocationFactory::Type pType,
/frameworks/compile/mclinker/unittests/
H A DNamePoolTest.cpp66 ResolveInfo::Type type = ResolveInfo::Function;
104 ResolveInfo::Type type = ResolveInfo::NoType;
145 LDSymbol::Type type = LDSymbol::Defined;
171 LDSymbol::Type type = LDSymbol::Reference;
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DColorMatrix.java28 import android.renderscript.Type;
H A DConvolve3x3.java28 import android.renderscript.Type;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DColorMatrix.java28 import android.renderscript.Type;
H A DPosterize.java26 import android.renderscript.Type;
/frameworks/rs/java/tests/SampleTest/src/com/android/rs/sample/
H A DSampleRSActivity.java31 import android.renderscript.Type;
32 import android.renderscript.Type.Builder;
110 Type.Builder b = new Type.Builder(mRS, Element.RGBA_8888(mRS));
/frameworks/rs/
H A DrsClosure.h18 class Type;
H A DrsProgram.cpp45 mConstantTypes = new ObjectBaseRef<Type>[mHal.state.constantsCount];
52 mHal.state.constantTypes = new Type*[mHal.state.constantsCount];
67 mConstantTypes[constant].set(reinterpret_cast<Type *>(params[ct+1]));
68 mHal.state.constantTypes[constant++] = reinterpret_cast<Type *>(params[ct+1]);
H A DrsScriptC.h56 static Type *createFromStream(Context *rsc, IStream *stream) { return nullptr; }
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DScriptIntrinsic3DLUT.java75 final Type t = lut.getType();
H A DAllocation.java34 * a given {@link android.support.v8.renderscript.Type}. </p>
61 Type mType;
77 Type.CubemapFace mSelectedFace = Type.CubemapFace.POSITIVE_X;
208 * A full mipmap chain will be created in script memory. The Type of
215 * The Type of the Allocation will be the same as MIPMAP_NONE. It will
248 * android.support.v8.renderscript.Type} of the Allocation.
290 private void updateCacheInfo(Type t) {
307 Allocation(long id, RenderScript rs, Type t, int usage) {
333 // TODO: A3D doesn't have Type inf
[all...]
/frameworks/rs/java/tests/ScriptGroupTest/src/com/android/rs/sgtest/
H A DFilters.java24 import android.renderscript.Type;
41 Object in, Type outputType);
47 Object in, Type outputType) {
128 Object in, Type outputType) {
354 Type.Builder tb = new Type.Builder(mRS, Element.F32_4(mRS));
357 Type connect = tb.create();
/frameworks/base/services/core/java/com/android/server/
H A DAssetAtlasService.java501 Atlas.Type type = Atlas.Type.valueOf(reader.readLine());
571 final Atlas.Type type;
577 Configuration(Atlas.Type type, int width, int height, int count) {
581 Configuration(Atlas.Type type, int width, int height, int count, int flags) {
601 Atlas.Type type;
606 WorkerResult(Atlas.Type type, int width, int height, int count) {
667 for (Atlas.Type type : Atlas.Type.values()) {
691 private int packBitmaps(Atlas.Type typ
[all...]
/frameworks/base/tools/layoutlib/create/src/com/android/tools/layoutlib/create/
H A DAsmAnalyzer.java27 import org.objectweb.asm.Type;
485 * Considers this {@link Type}. For arrays, the element type is considered.
488 public void considerType(Type t) {
490 if (t.getSort() == Type.ARRAY) {
493 if (t.getSort() == Type.OBJECT) {
500 * Considers a descriptor string. The descriptor is converted to a {@link Type}
506 Type t = Type.getType(desc);
585 // desc is the field's descriptor (see Type).
604 // desc is the method's descriptor (see Type)
[all...]
/frameworks/compile/slang/
H A Dslang_rs_export_foreach.cpp314 const clang::QualType Type = PVD->getType(); local
315 const clang::QualType QT = Type.getCanonicalType();
378 << ParamName << Type.getAsString();
384 if (Type != FirstLocationSpecialParameterType) {
391 << Type.getAsString();
396 FirstLocationSpecialParameterType = Type;
406 << Type.getAsString();
539 const clang::Type *T = (*BI)->getType().getCanonicalType().getTypePtr();
551 const clang::Type *T = FE->mResultType.getTypePtr();
555 const clang::Type *
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DFullscreenBlur.java60 Type.Builder b = new Type.Builder(rs, Element.RGBA_8888(rs));
61 Type renderType = b.setX(targetWidth).setY(targetHeight).create();
67 b = new Type.Builder(rs, Element.createPixel(rs, Element.DataType.UNSIGNED_16,
161 int resID, Type constants) {
/frameworks/base/core/java/com/google/android/util/
H A DAbstractMessageParser.java655 public enum Type { enum in class:AbstractMessageParser.Token
673 Type(String stringRep) { method in class:AbstractMessageParser.Token.Type
683 protected Type type;
686 protected Token(Type type, String text) {
692 public Type getType() { return type; }
725 super(Type.HTML, text);
773 super(Type.MUSIC, track);
793 super(Type.LINK, text);
819 super(Type.GOOGLE_VIDEO, text);
878 super(Type
[all...]

Completed in 592 milliseconds

1234567891011>>