Searched defs:bitDepth (Results 1 - 12 of 12) sorted by relevance

/external/deqp/framework/common/
H A DtcuImageIO.cpp111 const png_byte bitDepth = png_get_bit_depth(png_ptr, info_ptr); local
113 if (colorType == PNG_COLOR_TYPE_RGB && bitDepth == 8)
115 else if (colorType == PNG_COLOR_TYPE_RGBA && bitDepth == 8)
/external/deqp/modules/gles3/functional/
H A Des3fRasterizationTests.cpp90 const tcu::IVec4 bitDepth = tcu::getTextureFormatBitDepth(glu::mapGLInternalFormat(internalFormat)); local
91 return tcu::PixelFormat(bitDepth.x(), bitDepth.y(), bitDepth.z(), bitDepth.w());
H A Des3fFragmentOutputTests.cpp526 const IVec4 bitDepth = tcu::getTextureFormatBitDepth(access.getFormat()); local
528 IVec4 dstPixel (0, 0, 0, (0x1u << (deUint64)bitDepth.w()) - 1);
/external/skia/src/codec/
H A DSkCodec_libpng.cpp122 bool SkPngCodec::decodePalette(bool premultiply, int bitDepth, int* ctableCount) { argument
179 int colorCount = SkTMax(numPalette, 1 << SkTMin(bitDepth, 8));
251 int bitDepth, colorType;
252 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
265 if (bitDepth == 16) {
271 if (bitDepth < 8) {
276 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
441 int bitDepth, pngColorType, interlaceType;
442 png_get_IHDR(fPng_ptr, fInfo_ptr, &origWidth, &origHeight, &bitDepth,
452 if (!this->decodePalette(kPremul_SkAlphaType == requestedInfo.alphaType(), bitDepth,
[all...]
/external/deqp/framework/platform/win32/
H A DtcuWin32EGLNativeDisplayFactory.cpp94 NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth);
146 NativePixmap::NativePixmap (NativeDisplay* nativeDisplay, int width, int height, int bitDepth) argument
155 if (bitDepth != 24 && bitDepth != 32)
162 bitmapInfo.bmiHeader.biBitCount = bitDepth;
/external/skia/src/sfnt/
H A DSkOTTable_EBLC.h65 } bitDepth; //the Microsoft rasterizer v.1.7 or greater supports member in struct:SkOTTableEmbeddedBitmapLocation::BitmapSizeTable
/external/sonivox/arm-wt-22k/lib_src/
H A Deas_mdls.h273 EAS_INT bitDepth; member in struct:s_dls_params
H A Deas_mdls.c390 static const EAS_INT bitDepth = 8; variable
392 static const EAS_INT bitDepth = 16; variable
1004 if (bitDepth == 8)
/external/skia/src/images/
H A DSkImageDecoder_libpng.cpp103 bool decodePalette(png_structp png_ptr, png_infop info_ptr, int bitDepth,
285 int bitDepth, colorType; local
286 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
290 if (bitDepth == 16) {
296 if (bitDepth < 8) {
301 if (colorType == PNG_COLOR_TYPE_GRAY && bitDepth < 8) {
324 int bitDepth, pngColorType, interlaceType; local
325 png_get_IHDR(png_ptr, info_ptr, &origWidth, &origHeight, &bitDepth,
356 decodePalette(png_ptr, info_ptr, bitDepth, &hasAlpha, &reallyHasAlpha, &colorTable);
507 int bitDepth, colorTyp local
662 decodePalette(png_structp png_ptr, png_infop info_ptr, int bitDepth, bool *hasAlphap, bool *reallyHasAlphap, SkColorTable **colorTablep) argument
748 int bitDepth, colorType; local
777 int bitDepth, pngColorType, interlaceType; local
1122 int bitDepth = 8; // default for color local
1179 doEncode(SkWStream* stream, const SkBitmap& bitmap, const bool& hasAlpha, int colorType, int bitDepth, SkColorType ct, png_color_8& sig_bit) argument
[all...]
/external/deqp/modules/egl/
H A DteglImageFormatTests.cpp696 const tcu::IVec4 bitDepth = tcu::getTextureFormatMantissaBitDepth(reference.getFormat()); local
697 const tcu::IVec4 threshold (2 * (tcu::IVec4(1) << (tcu::IVec4(8) - bitDepth)));
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.swt.gtk.linux.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.swt.win32.win32.x86_3.6.1.v3657a.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...

Completed in 334 milliseconds