HomeSort by relevance Sort by last modified time
    Searched defs:DataType (Results 1 - 25 of 40) sorted by null

1 2

  /frameworks/native/opengl/libs/GLES_trace/tools/
testgenapi.py 22 from genapi import DataType, ApiCall, getApis, parseArgs
57 self.assertEqual(args, [("a", DataType.CHAR)])
60 self.assertEqual(args, [("a", DataType.POINTER)])
63 self.assertEqual(args, [("exponent", DataType.POINTER)])
genapi.py 41 # Constants corresponding to the protobuf DataType.Type
42 class DataType:
47 if self.name == "pointer": # pointers map to the INT DataType
68 DataType.VOID = DataType("void")
69 DataType.CHAR = DataType("char")
70 DataType.BYTE = DataType("byte")
71 DataType.ENUM = DataType("enum"
    [all...]
  /external/jmonkeyengine/engine/src/core/com/jme3/audio/
AudioData.java 51 public enum DataType {
67 public abstract DataType getDataType();
  /external/chromium_org/third_party/mesa/src/src/mesa/program/
prog_parameter.h 75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
131 GLuint size, GLenum datatype,
148 GLenum datatype, GLuint *swizzleOut);
157 const char *name, GLuint size, GLenum datatype,
162 const char *name, GLint size, GLenum datatype, GLint attrib);
  /external/mesa3d/src/mesa/program/
prog_parameter.h 75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */
131 GLuint size, GLenum datatype,
148 GLenum datatype, GLuint *swizzleOut);
157 const char *name, GLuint size, GLenum datatype,
162 const char *name, GLint size, GLenum datatype, GLint attrib);
  /external/chromium_org/third_party/WebKit/Source/core/dom/
MessageEvent.h 93 enum DataType {
100 DataType dataType() const { return m_dataType; }
122 DataType m_dataType;
  /external/chromium_org/dbus/
message.h 65 enum DataType {
461 Message::DataType GetDataType();
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
  /external/chromium_org/ui/base/x/
device_data_manager.h 41 enum DataType {
135 // about (defined in enum DataType). The data is not processed (e.g. not
143 bool GetEventData(const XEvent& xev, const DataType type, double* value);
207 const DataType type,
213 const DataType type,
228 DataType data_type,
242 bool HasEventData(const XIDeviceEvent* xiev, const DataType type) const;
263 // Index table to find the valuator for DataType on the specific device
267 // Index table to find the DataType for valuator on the specific device
  /external/jmonkeyengine/engine/src/blender/com/jme3/scene/plugins/blender/file/
Structure.java 274 static enum DataType {
278 private static final Map<String, DataType> PRIMARY_TYPES = new HashMap<String, DataType>(10);
305 public static DataType getDataType(String type, BlenderContext blenderContext) throws BlenderFileException {
306 DataType result = PRIMARY_TYPES.get(type);
  /external/mesa3d/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
osmesa.c 79 GLenum DataType;
418 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
432 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
448 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
464 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
477 if (osmesa->DataType == GL_UNSIGNED_BYTE)
    [all...]
  /external/mesa3d/src/mesa/drivers/osmesa/
osmesa.c 79 GLenum DataType;
418 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
424 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
432 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
438 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
448 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
454 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
464 if (osmesa->DataType == GL_UNSIGNED_BYTE) {
467 else if (osmesa->DataType == GL_UNSIGNED_SHORT) {
477 if (osmesa->DataType == GL_UNSIGNED_BYTE)
    [all...]
  /external/chromium/net/ftp/
ftp_network_transaction.h 77 enum DataType {
222 DataType data_type_;
  /external/chromium_org/net/ftp/
ftp_network_transaction.h 81 enum DataType {
232 DataType data_type_;
  /frameworks/compile/slang/
slang_rs_export_type.h 218 // 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;
249 DataType mType
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 355 template<class DataType> struct OptionValue;
359 template<class DataType, bool isClass>
362 typedef OptionValue<DataType> WrapperType;
366 const DataType &getValue() const { llvm_unreachable("no default value"); }
372 bool compare(const DataType &/*V*/) const { return false; }
378 template<class DataType>
380 DataType Value;
387 const DataType &getValue() const {
392 void setValue(const DataType &V) { Valid = true; Value = V; }
394 bool compare(const DataType &V) const
    [all...]
  /frameworks/base/graphics/java/android/renderscript/
Element.java 38 * android.renderscript.Element.DataType} and a {@link
39 * android.renderscript.Element.DataKind}. The DataType encodes C type
65 DataType mType;
107 * DataType represents the basic type information for a basic element. The
122 public enum DataType {
160 DataType(int id, int size) {
289 public DataType getDataType() {
309 rs.mElement_BOOLEAN = createUser(rs, DataType.BOOLEAN);
323 rs.mElement_U8 = createUser(rs, DataType.UNSIGNED_8);
337 rs.mElement_I8 = createUser(rs, DataType.SIGNED_8)
    [all...]
  /frameworks/support/v8/renderscript/java/src/android/support/v8/renderscript/
Element.java 40 * android.support.v8.renderscript.Element.DataType} and a {@link
41 * android.support.v8.renderscript.Element.DataKind}. The DataType encodes C
69 DataType mType;
115 * DataType represents the basic type information for a basic element. The
130 public enum DataType {
162 DataType(int id, int size) {
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)
    [all...]
  /frameworks/base/core/tests/coretests/src/android/app/
DownloadManagerBaseTest.java 100 protected enum DataType {
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,
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/drivers/nv50/codegen/
nv50_ir.h 150 enum DataType
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType type) { dType = sType = type;
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/include/pipe/
p_shader_tokens.h 207 unsigned DataType : 4; /**< one of TGSI_IMM_x */
  /external/mesa3d/src/gallium/drivers/nv50/codegen/
nv50_ir.h 150 enum DataType
317 DataType type; // mainly for pretty printing
465 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const = 0;
514 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
536 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
539 int print(char *, size_t, Value *, Value *, DataType ty = TYPE_NONE) const;
565 ImmediateValue(const ImmediateValue *, DataType ty);
589 virtual int print(char *, size_t, DataType ty = TYPE_NONE) const;
596 Instruction(Function *, operation, DataType);
646 inline void setType(DataType type) { dType = sType = type;
    [all...]
  /external/mesa3d/src/gallium/include/pipe/
p_shader_tokens.h 207 unsigned DataType : 4; /**< one of TGSI_IMM_x */
  /sdk/eclipse/plugins/com.android.ide.eclipse.gldebugger/src/com/android/ide/eclipse/gltrace/
GLProtoBuf.java     [all...]

Completed in 576 milliseconds

1 2