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

12

/external/chromium_org/ui/gl/
H A Dgl_image_shm.cc46 GLenum DataType(unsigned internalformat) { function in namespace:gfx::__anon16168
159 DataType(internalformat_),
184 DataType(internalformat_),
204 DataType(internalformat_),
/external/chromium_org/chrome/browser/media_galleries/fileapi/
H A Dpicasa_data_provider.h33 enum DataType { enum in class:picasa::PicasaDataProvider
43 void RefreshData(DataType needed_data, const ReadyCallback& ready_callback);
/external/chromium_org/mojo/public/cpp/bindings/lib/
H A Dbindings_internal.h74 typedef T DataType; typedef in struct:mojo::internal::WrapperTraits
77 typedef H DataType; typedef in struct:mojo::internal::WrapperTraits
80 typedef typename S::Data_* DataType; typedef in struct:mojo::internal::WrapperTraits
H A Darray_internal.h378 typedef String_Data* DataType; typedef in struct:mojo::internal::WrapperTraits
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.h75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */ member in struct:gl_program_parameter
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.h75 GLenum DataType; /**< GL_FLOAT, GL_FLOAT_VEC2, etc */ member in struct:gl_program_parameter
/external/chromium_org/content/browser/indexed_db/leveldb/
H A Dleveldb_transaction.h70 typedef std::map<base::StringPiece, Record*, Comparator> DataType; typedef in class:content::LevelDBTransaction
88 DataType* data_;
89 DataType::iterator iterator_;
144 DataType data_;
/external/chromium_org/third_party/WebKit/Source/core/events/
H A DMessageEvent.h95 enum DataType { enum in class:WebCore::FINAL
102 DataType dataType() const { return m_dataType; }
129 DataType m_dataType;
/external/chromium_org/dbus/
H A Dmessage.h65 enum DataType { enum in class:dbus::Message
464 Message::DataType GetDataType();
/external/chromium_org/mojo/public/cpp/bindings/tests/
H A Dvalidation_test_input_parser.cc33 struct DataType;
38 const DataType& type, const std::string& value_string);
40 struct DataType { struct in class:mojo::test::__anon8220::ValidationTestInputParser
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
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dformats.c55 GLenum DataType; member in struct:gl_format_info
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 */
[all...]
/external/chromium_org/third_party/skia/experimental/Networking/
H A DSkSockets.h36 enum DataType { enum in class:SkSocket
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/
H A Ddevice_data_manager.h52 enum DataType { enum in class:ui::DeviceDataManager
124 // about (defined in enum DataType). The data is not processed (e.g. not
132 bool GetEventData(const XEvent& xev, const DataType type, double* value);
203 const DataType type,
209 const DataType type,
221 DataType type,
243 bool HasEventData(const XIDeviceEvent* xiev, const DataType type) const;
271 // Index table to find the valuator for DataType on the specific device
275 // Index table to find the DataType for valuator on the specific device
/external/mesa3d/src/mesa/main/
H A Dformats.c55 GLenum DataType; member in struct:gl_format_info
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 */
[all...]
/external/skia/experimental/Networking/
H A DSkSockets.h36 enum DataType { enum in class:SkSocket
58 int writePacket(void* data, size_t size, DataType type = kPipeAppend_type);
74 DataType type, void*), void* context);
97 DataType type;
/external/chromium_org/net/ftp/
H A Dftp_network_transaction.h81 enum DataType { enum in class:net::FtpNetworkTransaction
232 DataType data_type_;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/osmesa/
H A Dosmesa.c79 GLenum DataType; member in struct:osmesa_context
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
[all...]
/external/clang/include/clang/AST/
H A DAPValue.h114 UnionData, AddrLabelDiffData> DataType; typedef in class:clang::APValue
115 static const size_t DataSize = sizeof(DataType);
117 DataType Data;
/external/lldb/include/lldb/Core/
H A DRangeMap.h743 typedef T DataType; typedef in struct:lldb_private::RangeData
745 DataType data;
759 RangeData (B base, S size, DataType d) :
1365 typedef T DataType; typedef in struct:lldb_private::AddressData
1368 DataType data;
1376 AddressData (B a, DataType d) :
/external/mesa3d/src/mesa/drivers/osmesa/
H A Dosmesa.c79 GLenum DataType; member in struct:osmesa_context
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
[all...]
/external/pdfium/core/include/fxcrt/
H A Dfx_basic.h764 template <class DataType, int FixedSize>
777 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
779 FXSYS_memset32(m_Data, 0, sizeof(DataType)*FixedSize);
789 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, data_size);
791 FXSYS_memset32(m_Data, 0, sizeof(DataType)*FixedSize);
800 operator DataType*()
806 DataType m_Data[FixedSize];
807 DataType* m_pData;
809 template <class DataType>
815 m_pData = FX_Allocator_Alloc(m_pAllocator, DataType, siz
666 FXSYS_assert(index < m_nSize); return *(ObjectClass*)CFX_BasicArray::GetDataPtr(index); } ObjectClass* GetDataPtr(int index) { return (ObjectClass*)CFX_BasicArray::GetDataPtr(index); } void RemoveAt(int index) { FXSYS_assert(index < m_nSize); ((ObjectClass*)GetDataPtr(index))->~ObjectClass(); CFX_BasicArray::RemoveAt(index, 1); } void RemoveAll() { for (int i = 0; i < m_nSize; i ++) { ((ObjectClass*)GetDataPtr(i))->~ObjectClass(); } CFX_BasicArray::SetSize(0, -1); } }; typedef CFX_ObjectArray<CFX_ByteString> CFX_ByteStringArray; typedef CFX_ObjectArray<CFX_WideString> CFX_WideStringArray; class CFX_BaseSegmentedArray : public CFX_Object { public: CFX_BaseSegmentedArray(int unit_size = 1, int segment_units = 512, int index_size = 8, IFX_Allocator* pAllocator = NULL); ~CFX_BaseSegmentedArray(); void SetUnitSize(int unit_size, int segment_units, int index_size = 8); void* Add(); void* GetAt(int index) const; void RemoveAll(); void Delete(int index, int count = 1); int GetSize() const { return m_DataSize; } int GetSegmentSize() const { return m_SegmentSize; } int GetUnitSize() const { return m_UnitSize; } void* Iterate(FX_BOOL (*callback)(void* param, void* pData), void* param) const; IFX_Allocator* m_pAllocator; private: int m_UnitSize; short m_SegmentSize; FX_BYTE m_IndexSize; FX_BYTE m_IndexDepth; int m_DataSize; void* m_pIndex; void** GetIndex(int seg_index) const; void* IterateIndex(int level, int& start, void** pIndex, FX_BOOL (*callback)(void* param, void* pData), void* param) const; void* IterateSegment(FX_LPCBYTE pSegment, int count, FX_BOOL (*callback)(void* param, void* pData), void* param) const; }; template <class ElementType> class CFX_SegmentedArray : public CFX_BaseSegmentedArray { public: CFX_SegmentedArray(int segment_units, int index_size = 8, IFX_Allocator* pAllocator = NULL) : CFX_BaseSegmentedArray(sizeof(ElementType), segment_units, index_size, pAllocator) {} void Add(ElementType data) { *(ElementType*)CFX_BaseSegmentedArray::Add() = data; } ElementType& operator [] (int index) { return *(ElementType*)CFX_BaseSegmentedArray::GetAt(index); } }; template <class DataType, int FixedSize> class CFX_FixedBufGrow : public CFX_Object { public: CFX_FixedBufGrow(IFX_Allocator* pAllocator = NULL) : m_pAllocator(pAllocator) , m_pData(NULL) {} CFX_FixedBufGrow(int data_size, IFX_Allocator* pAllocator = NULL) : m_pAllocator(pAllocator) , m_pData(NULL) { if (data_size > FixedSize) argument
[all...]
/external/chromium_org/third_party/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h74 enum DataType { enum in class:SkPdfNativeObject
107 DataType fDataType;
156 inline bool hasData(DataType type) {
161 inline void* data(DataType type) {
166 inline void setData(void* data, DataType type) {
/external/deqp/framework/opengl/
H A DgluShaderUtil.hpp93 // DataType
95 enum DataType enum in namespace:glu
182 const char* getDataTypeName (DataType dataType);
183 int getDataTypeScalarSize (DataType dataType);
184 DataType getDataTypeScalarType (DataType dataType);
185 DataType getDataTypeFloatScalars (DataType dataType);
186 DataType getDataTypeVector (DataType scalarTyp
[all...]
/external/skia/experimental/PdfViewer/pdfparser/native/
H A DSkPdfNativeObject.h74 enum DataType { enum in class:SkPdfNativeObject
107 DataType fDataType;
156 inline bool hasData(DataType type) {
161 inline void* data(DataType type) {
166 inline void setData(void* data, DataType type) {
/external/llvm/include/llvm/Support/
H A DCommandLine.h363 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
[all...]

Completed in 945 milliseconds

12