Searched defs:DataType (Results 1 - 8 of 8) sorted by relevance

/frameworks/native/opengl/libs/GLES_trace/tools/
H A Dtestgenapi.py22 from genapi import DataType, ApiCall, getApis, parseArgs namespace
57 self.assertEqual(args, [("a", DataType.CHAR)])
60 self.assertEqual(args, [("a", DataType.POINTER)])
63 self.assertEqual(args, [("exponent", DataType.POINTER)])
H A Dgenapi.py41 # Constants corresponding to the protobuf DataType.Type
42 class DataType: class in inherits:
47 if self.name == "pointer": # pointers map to the INT DataType
66 DataType.VOID = DataType("void")
67 DataType.CHAR = DataType("char")
68 DataType.BYTE = DataType("byte")
69 DataType
[all...]
/frameworks/compile/slang/
H A Dslang_rs_spec_table.cpp119 const RSDataTypeSpec *DataType)
121 mDataType(DataType) {
140 const RSDataTypeSpec *DataType,
144 mDataType(DataType),
118 ClangBuiltinTypeMap(const char *BuiltinTypeKind, const RSDataTypeSpec *DataType) argument
139 RSDataElementSpec(const char *ElementName, const RSDataTypeSpec *DataType, bool IsNormal, unsigned VectorSize) argument
H A Dslang_rs_export_type.h218 // From graphics/java/android/renderscript/Element.java: Element.DataType
224 FirstPrimitiveType = DataType ## begin_type, \
225 LastPrimitiveType = DataType ## end_type,
228 FirstRSMatrixType = DataType ## begin_type, \
229 LastRSMatrixType = DataType ## end_type,
232 FirstRSObjectType = DataType ## begin_type, \
233 LastRSObjectType = DataType ## end_type,
236 DataType ## type,
241 } DataType; typedef in class:slang::RSExportPrimitiveType
249 DataType mTyp
[all...]
/frameworks/base/core/tests/coretests/src/android/app/
H A DDownloadManagerBaseTest.java100 protected enum DataType { enum in class:DownloadManagerBaseTest
292 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
293 * {@link DataType#BINARY}.
296 protected byte[] generateData(int size, DataType type) {
304 * @param type The type of data to generate: currently, one of {@link DataType#TEXT} or
305 * {@link DataType#BINARY}.
309 protected byte[] generateData(int size, DataType type, Random rng) {
314 if (type == DataType.TEXT) {
587 protected File createFileOnSD(String filename, long fileSize, DataType type,
/frameworks/base/graphics/java/android/renderscript/
H A DElement.java59 DataType mType;
101 * DataType represents the basic type information for a basic element. The
116 public enum DataType { enum in class:Element
154 DataType(int id, int size) { method in class:Element.DataType
282 public DataType getDataType() {
302 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
316 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
330 rs.mElement_I8 = createUser(rs, DataType.SIGNED_8);
337 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
344 rs.mElement_I16 = createUser(rs, DataType
[all...]
/frameworks/support/renderscript/v8/java/src/android/support/v8/renderscript/
H A DElement.java75 DataType mType;
117 * DataType represents the basic type information for a basic element. The
132 public enum DataType { enum in class:Element
164 DataType(int id, int size) { method in class:Element.DataType
291 public DataType getDataType() {
311 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
325 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
339 rs.mElement_I8 = createUser(rs, DataType.SIGNED_8);
346 rs.mElement_U16 = createUser(rs, DataType.UNSIGNED_16);
353 rs.mElement_I16 = createUser(rs, DataType
[all...]
/frameworks/native/opengl/libs/GLES_trace/src/
H A Dgltrace.pb.h608 // required .android.gltrace.GLMessage.DataType.Type type = 1 [default = VOID];
690 // @@protoc_insertion_point(class_scope:android.gltrace.GLMessage.DataType)
866 typedef GLMessage_DataType DataType; typedef in class:android::gltrace::GLMessage
1395 // repeated .android.gltrace.GLMessage.DataType args = 5;
1407 // optional .android.gltrace.GLMessage.DataType returnValue = 6;
1467 // required .android.gltrace.GLMessage.DataType.Type type = 1 [default = VOID];
1812 // repeated .android.gltrace.GLMessage.DataType args = 5;
1837 // optional .android.gltrace.GLMessage.DataType returnValue = 6;

Completed in 147 milliseconds