HomeSort by relevance Sort by last modified time
    Searched refs:DataFormat (Results 1 - 15 of 15) sorted by null

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
WebGLImageConversion.h 25 enum DataFormat {
89 DataFormat imageSourceFormat() { return m_imageSourceFormat; }
106 DataFormat m_imageSourceFormat;
126 static ALWAYS_INLINE bool srcFormatComeFromDOMElementOrImageData(DataFormat SrcFormat)
139 static bool packImageData(Image*, const void* pixels, GLenum format, GLenum type, bool flipY, AlphaOp, DataFormat sourceFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, Vector<uint8_t>& data);
163 static bool packPixels(const uint8_t* sourceData, DataFormat sourceDataFormat, unsigned width, unsigned height, unsigned sourceUnpackAlignment, unsigned destinationFormat, unsigned destinationType, AlphaOp, void* destinationData, bool flipY);
WebGLImageConversion.cpp 19 WebGLImageConversion::DataFormat getDataFormat(GLenum destinationFormat, GLenum destinationType)
21 WebGLImageConversion::DataFormat dstFormat = WebGLImageConversion::DataFormatRGBA8;
    [all...]
  /frameworks/wilhelm/src/
data.h 40 } DataFormat;
48 DataFormat *pFormat;
52 DataFormat mFormat;
data.c 345 static SLresult checkDataFormat(const char *name, void *pFormat, DataFormat *pDataFormat,
768 static void freeDataFormat(DataFormat *pDataFormat)
    [all...]
  /external/chromium_org/ui/gl/
gl_image_memory.cc 42 GLenum DataFormat(unsigned internalformat) {
158 DataFormat(internalformat_),
223 DataFormat(internalformat_),
248 DataFormat(internalformat_),
266 DataFormat(internalformat_),
  /external/pdfium/core/src/fxcodec/lcms2/lcms2-2.6/src/
cmscgats.c 128 char** DataFormat; // The binary stream descriptor
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/
dmusicks.h 222 IN PKSDATAFORMAT DataFormat,
250 IN PKSDATAFORMAT DataFormat, \
portcls.h     [all...]
  /external/qemu/qapi-auto-generated/
qmp-commands.h 37 void qmp_ringbuf_write(const char * device, const char * data, bool has_format, DataFormat format, Error **errp);
39 char * qmp_ringbuf_read(const char * device, int64_t size, bool has_format, DataFormat format, Error **errp);
qapi-types.h 342 typedef enum DataFormat
347 } DataFormat;
352 DataFormat value;
    [all...]
qapi-visit.h 86 void visit_type_DataFormat(Visitor *m, DataFormat * obj, const char *name, Error **errp);
qmp-marshal.c 360 DataFormat format;
427 DataFormat format;
    [all...]
qapi-visit.c     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
ksmedia.h 664 KSDATAFORMAT DataFormat;
694 KSDATAFORMAT DataFormat;
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp     [all...]

Completed in 1064 milliseconds