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

1 2

  /external/chromium_org/chrome/browser/media_galleries/fileapi/
picasa_data_provider.h 33 enum DataType {
43 void RefreshData(DataType needed_data, const ReadyCallback& ready_callback);
  /external/chromium_org/mojo/public/cpp/bindings/lib/
bindings_internal.h 74 typedef T DataType;
77 typedef H DataType;
80 typedef typename S::Data_* DataType;
array_internal.h 505 typedef String_Data* DataType;
  /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/chromium_org/ui/gl/
gl_image_memory.cc 46 GLenum DataType(unsigned internalformat) {
159 DataType(internalformat_),
224 DataType(internalformat_),
249 DataType(internalformat_),
267 DataType(internalformat_),
  /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/content/browser/indexed_db/leveldb/
leveldb_transaction.h 69 typedef std::map<base::StringPiece, Record*, Comparator> DataType;
87 DataType* data_;
88 DataType::iterator iterator_;
141 DataType data_;
  /external/chromium_org/third_party/WebKit/Source/core/events/
MessageEvent.h 95 enum DataType {
102 DataType dataType() const { return m_dataType; }
131 DataType m_dataType;
  /external/chromium_org/dbus/
message.h 65 enum DataType {
464 Message::DataType GetDataType();
  /external/chromium_org/mojo/public/cpp/bindings/tests/
validation_test_input_parser.cc 33 struct DataType;
38 const DataType& type, const std::string& value_string);
40 struct DataType {
59 bool ParseUnsignedInteger(const DataType& type,
61 bool ParseSignedInteger(const DataType& type,
63 bool ParseFloat(const DataType& type, const std::string& value_string);
64 bool ParseDouble(const DataType& type, const std::string& value_string);
65 bool ParseBinarySequence(const DataType& type,
67 bool ParseDistance(const DataType& type, const std::string& value_string);
68 bool ParseAnchor(const DataType& type, const std::string& value_string)
    [all...]
  /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/third_party/skia/experimental/Networking/
SkSockets.h 36 enum DataType {
58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
74 DataType type, void*), void* context);
97 DataType type;
  /external/chromium_org/ui/events/x/
device_data_manager_x11.h 51 enum DataType {
128 // about (defined in enum DataType). The data is not processed (e.g. not
136 bool GetEventData(const XEvent& xev, const DataType type, double* value);
207 const DataType type,
213 const DataType type,
225 DataType type,
249 bool HasEventData(const XIDeviceEvent* xiev, const DataType type) const;
281 // Index table to find the valuator for DataType on the specific device
285 // Index table to find the DataType for valuator on the specific device
  /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/clang/include/clang/AST/
APValue.h 114 UnionData, AddrLabelDiffData> DataType;
115 static const size_t DataSize = sizeof(DataType);
117 DataType Data;
  /external/lldb/include/lldb/Core/
RangeMap.h 743 typedef T DataType;
745 DataType data;
759 RangeData (B base, S size, DataType d) :
    [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_org/net/ftp/
ftp_network_transaction.h 81 enum DataType {
232 DataType data_type_;
  /external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
SkPdfNativeObject.h 74 enum DataType {
107 DataType fDataType;
156 inline bool hasData(DataType type) {
161 inline void* data(DataType type) {
166 inline void setData(void* data, DataType type) {
    [all...]
  /external/deqp/framework/opengl/
gluShaderUtil.hpp 93 // DataType
95 enum DataType
182 const char* getDataTypeName (DataType dataType);
183 int getDataTypeScalarSize (DataType dataType);
184 DataType getDataTypeScalarType (DataType dataType);
185 DataType getDataTypeFloatScalars (DataType dataType)
    [all...]
  /external/llvm/include/llvm/Support/
CommandLine.h 363 template<class DataType> struct OptionValue;
367 template<class DataType, bool isClass>
370 typedef OptionValue<DataType> WrapperType;
374 const DataType &getValue() const { llvm_unreachable("no default value"); }
380 bool compare(const DataType &/*V*/) const { return false; }
388 template<class DataType>
390 DataType Value;
397 const DataType &getValue() const {
402 void setValue(const DataType &V) { Valid = true; Value = V; }
404 bool compare(const DataType &V) const
    [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...]

Completed in 607 milliseconds

1 2