Searched refs:Type (Results 251 - 275 of 314) sorted by relevance

<<111213

/frameworks/compile/mclinker/include/mcld/Script/
H A DBinaryOp.h27 template<Operator::Type TYPE>
H A DScriptFile.h113 Assignment::Type pType = Assignment::DEFAULT);
/frameworks/compile/mclinker/lib/Script/
H A DAssignment.cpp28 Type pType,
/frameworks/rs/java/tests/ImageProcessing/src/com/android/rs/image/
H A DBlend.java29 import android.renderscript.Type;
H A DLevelsV4.java27 import android.renderscript.Type;
H A DVignette.java22 import android.renderscript.Type;
/frameworks/rs/java/tests/ImageProcessing_jb/src/com/android/rs/image/
H A DBlend.java29 import android.renderscript.Type;
/frameworks/rs/api/
H A Dgen_runtime.cpp84 struct Type;
333 const Type& compatibleType,
334 const Type& generatedType) const;
337 const Type& compatibleType,
338 const Type& generatedType) const;
374 struct Type { struct in namespace:__anon1461
377 string cType; // Type in a C file
378 const char* javaType; // Type in a Java file
388 const Type TYPES[] = {{"f16", "FLOAT_16", "half", "half", FLOATING_POINT, 11, 5},
1497 const Type
[all...]
/frameworks/base/tests/RenderScriptTests/SceneGraph/src/com/android/testapp/
H A DTestAppRS.java136 FragmentShader createFromResource(int id, boolean addCubemap, Type constType) {
156 Type camParamType = camParams.getAllocation().getType();
H A DSimpleAppRS.java140 fb.setShaderConst(new Type.Builder(mRS, b.create()).setX(1).create());
/frameworks/rs/
H A DrsProgramVertex.cpp186 ObjectBaseRef<Type> inputType = Type::getTypeRef(rsc, constInput.get(), 1, 0, 0, false, false, 0);
/frameworks/compile/mclinker/lib/Target/Hexagon/
H A DHexagonRelocator.cpp29 Relocator::Type pType,
175 Relocation::Type type = pRelocation.type();
185 const char *HexagonRelocator::getName(Relocation::Type pType) const {
189 Relocator::Size HexagonRelocator::getSize(Relocation::Type pType) const {
432 pSym.name(), (ResolveInfo::Type) pSym.type(), ResolveInfo::Define,
446 alias->name(), (ResolveInfo::Type) alias->type(),
/frameworks/compile/mclinker/lib/Target/X86/
H A DX86Relocator.cpp35 Relocator::Type pType,
263 (ResolveInfo::Type)pSym.type(),
281 (ResolveInfo::Type)alias->type(),
306 Relocation::Type type = pRelocation.type();
316 const char* X86_32Relocator::getName(Relocation::Type pType) const
321 Relocator::Size X86_32Relocator::getSize(Relocation::Type pType) const
1148 Relocator::Type pType,
1297 Relocation::Type type = pRelocation.type();
1307 const char* X86_64Relocator::getName(Relocation::Type pType) const
1312 Relocator::Size X86_64Relocator::getSize(Relocation::Type pTyp
[all...]
/frameworks/compile/slang/BitWriter_2_9/
H A DValueEnumerator.cpp240 EnumerateType(Type::getVoidTy(N->getContext()));
365 void ValueEnumerator::EnumerateType(Type *Ty) {
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
/frameworks/compile/slang/BitWriter_2_9_func/
H A DValueEnumerator.cpp240 EnumerateType(Type::getVoidTy(N->getContext()));
365 void ValueEnumerator::EnumerateType(Type *Ty) {
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
/frameworks/compile/slang/BitWriter_3_2/
H A DValueEnumerator.cpp240 EnumerateType(Type::getVoidTy(N->getContext()));
365 void ValueEnumerator::EnumerateType(Type *Ty) {
381 for (Type::subtype_iterator I = Ty->subtype_begin(), E = Ty->subtype_end();
/frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
H A DAllocationThunker.java51 public Type getType() {
75 AllocationThunker(RenderScript rs, Type t, int usage, android.renderscript.Allocation na) {
394 static public Allocation createTyped(RenderScript rs, Type type, MipmapControl mips, int usage) {
/frameworks/base/rs/java/android/renderscript/
H A DScript.java247 final Type t = va.mType;
395 public Type getType() {
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h884 typedef GLMessage_DataType_Type Type; typedef in class:android::gltrace::GLMessage_DataType
885 static const Type VOID = GLMessage_DataType_Type_VOID;
886 static const Type CHAR = GLMessage_DataType_Type_CHAR;
887 static const Type BYTE = GLMessage_DataType_Type_BYTE;
888 static const Type INT = GLMessage_DataType_Type_INT;
889 static const Type FLOAT = GLMessage_DataType_Type_FLOAT;
890 static const Type BOOL = GLMessage_DataType_Type_BOOL;
891 static const Type ENUM = GLMessage_DataType_Type_ENUM;
892 static const Type INT64 = GLMessage_DataType_Type_INT64;
896 static const Type Type_MI
[all...]
/frameworks/av/media/libeffects/lvm/lib/Bundle/src/
H A DLVM_Init.c366 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_SLOW_DATA].Type = LVM_PERSISTENT_SLOW_DATA;
370 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_DATA].Type = LVM_PERSISTENT_FAST_DATA;
378 pMemoryTable->Region[LVM_MEMREGION_PERSISTENT_FAST_COEF].Type = LVM_PERSISTENT_FAST_COEF;
388 pMemoryTable->Region[LVM_MEMREGION_TEMPORARY_FAST].Type = LVM_TEMPORARY_FAST;
/frameworks/av/media/ndk/
H A DNdkMediaFormat.cpp84 AMessage::Type t;
/frameworks/base/core/java/android/net/
H A DProxyInfo.java250 proxy = new java.net.Proxy(java.net.Proxy.Type.HTTP, inetSocketAddress);
/frameworks/base/libs/hwui/
H A DLayer.cpp39 Layer::Layer(Type layerType, RenderState& renderState, const uint32_t layerWidth, const uint32_t layerHeight)
H A DMatrix.h68 enum Type { enum in class:android::uirenderer::Matrix4
/frameworks/base/tests/RenderScriptTests/ShadersTest/src/com/android/shaderstest/
H A DShadersTestRS.java36 import android.renderscript.Type.Builder;

Completed in 331 milliseconds

<<111213