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

  /external/chromium_org/third_party/angle_dx11/src/libGLESv2/renderer/
VertexBuffer9.h 57 struct FormatConverter
69 static FormatConverter mFormatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4];
74 FormatConverter preferredConversion;
75 FormatConverter fallbackConversion;
83 static const FormatConverter &formatConverter(const gl::VertexAttribute &attribute);
VertexBuffer9.cpp 22 VertexBuffer9::FormatConverter VertexBuffer9::mFormatConverters[NUM_GL_VERTEX_ATTRIB_TYPES][2][4];
93 const FormatConverter &converter = formatConverter(attrib);
177 return formatConverter(attrib).identity;
187 return formatConverter(attrib).d3dDeclType;
467 const VertexBuffer9::FormatConverter &VertexBuffer9::formatConverter(const gl::VertexAttribute &attribute)
474 unsigned int elementSize = formatConverter(attrib).outputElementSize;
  /external/chromium_org/tools/imagediff/
image_diff_png.cc 464 typedef void (*FormatConverter)(const unsigned char* in, int w,
476 FormatConverter converter,
541 FormatConverter converter = NULL;
  /external/chromium_org/ui/gfx/codec/
png_codec.cc 591 typedef void (*FormatConverter)(const unsigned char* in, int w,
603 FormatConverter converter,
682 FormatConverter converter = NULL;
  /external/chromium_org/third_party/WebKit/Source/core/platform/graphics/
GraphicsContext3DImagePacking.cpp     [all...]

Completed in 242 milliseconds