/external/chromium_org/third_party/mesa/src/src/mesa/main/ |
texstore.c | 312 * \param srcFormat source image format 323 GLenum srcFormat, GLenum srcType, 331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); 367 srcFormat, srcType, 371 dst, srcFormat, srcType, src, 435 GLenum srcFormat, GLenum srcType, 442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); 476 srcFormat, srcType, 480 dst, srcFormat, srcType, src, 553 * \param srcFormat source image forma [all...] |
texstore.h | 52 * \param srcFormat incoming image format 64 GLenum srcFormat, GLenum srcType, \ 78 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
texcompress_s3tc.c | 173 if (srcFormat != GL_RGB || 183 srcFormat, srcType, srcAddr, 188 srcFormat = GL_RGB; 192 srcFormat, srcType, 0, 0); 226 if (srcFormat != GL_RGBA || 236 srcFormat, srcType, srcAddr, 241 srcFormat = GL_RGBA; 245 srcFormat, srcType, 0, 0); 279 if (srcFormat != GL_RGBA || 289 srcFormat, srcType, srcAddr [all...] |
pack.h | 63 GLenum srcFormat, GLenum srcType, 72 GLenum srcFormat, GLenum srcType, 80 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
pack.c | [all...] |
texcompress_rgtc.c | 109 srcFormat, srcType, srcAddr, 156 srcFormat, srcType, srcAddr, 204 srcFormat, srcType, srcAddr, 258 srcFormat, srcType, srcAddr,
|
texcompress_fxt1.c | 71 if (srcFormat != GL_RGB || 81 srcFormat, srcType, srcAddr, 87 srcFormat = GL_RGB; 91 srcFormat, srcType, 0, 0); 93 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, 122 if (srcFormat != GL_RGBA || 131 srcFormat, srcType, srcAddr, 137 srcFormat = GL_RGBA; 141 srcFormat, srcType, 0, 0); 143 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, [all...] |
/external/mesa3d/src/mesa/main/ |
texstore.c | 312 * \param srcFormat source image format 323 GLenum srcFormat, GLenum srcType, 331 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); 367 srcFormat, srcType, 371 dst, srcFormat, srcType, src, 435 GLenum srcFormat, GLenum srcType, 442 _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, srcType); 476 srcFormat, srcType, 480 dst, srcFormat, srcType, src, 553 * \param srcFormat source image forma [all...] |
texstore.h | 52 * \param srcFormat incoming image format 64 GLenum srcFormat, GLenum srcType, \ 78 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
texcompress_s3tc.c | 173 if (srcFormat != GL_RGB || 183 srcFormat, srcType, srcAddr, 188 srcFormat = GL_RGB; 192 srcFormat, srcType, 0, 0); 226 if (srcFormat != GL_RGBA || 236 srcFormat, srcType, srcAddr, 241 srcFormat = GL_RGBA; 245 srcFormat, srcType, 0, 0); 279 if (srcFormat != GL_RGBA || 289 srcFormat, srcType, srcAddr [all...] |
pack.h | 63 GLenum srcFormat, GLenum srcType, 72 GLenum srcFormat, GLenum srcType, 80 GLenum srcFormat, GLenum srcType, 87 GLenum srcFormat, GLenum srcType,
|
pack.c | [all...] |
texcompress_rgtc.c | 109 srcFormat, srcType, srcAddr, 156 srcFormat, srcType, srcAddr, 204 srcFormat, srcType, srcAddr, 258 srcFormat, srcType, srcAddr,
|
texcompress_fxt1.c | 71 if (srcFormat != GL_RGB || 81 srcFormat, srcType, srcAddr, 87 srcFormat = GL_RGB; 91 srcFormat, srcType, 0, 0); 93 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, 122 if (srcFormat != GL_RGBA || 131 srcFormat, srcType, srcAddr, 137 srcFormat = GL_RGBA; 141 srcFormat, srcType, 0, 0); 143 srcRowStride = _mesa_image_row_stride(srcPacking, srcWidth, srcFormat, [all...] |
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 285 GLenum srcFormat, 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
|
/external/mesa3d/src/mesa/drivers/dri/radeon/ |
radeon_texture.c | 285 GLenum srcFormat, 298 if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8) || 299 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && !littleEndian) || 300 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 301 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && littleEndian)) { 303 } else if ((srcFormat == GL_RGBA && srcType == GL_UNSIGNED_INT_8_8_8_8_REV) || 304 (srcFormat == GL_RGBA && srcType == GL_UNSIGNED_BYTE && littleEndian) || 305 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_INT_8_8_8_8) || 306 (srcFormat == GL_ABGR_EXT && srcType == GL_UNSIGNED_BYTE && !littleEndian)) {
|
/hardware/qcom/media/libc2dcolorconvert/ |
C2DColorConverter.h | 107 typedef C2DColorConverterBase* createC2DColorConverter_t(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride);
|
C2DColorConverter.cpp | 55 C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags,size_t srcStride); 109 C2DColorConverter::C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride) 142 mSrcFormat = srcFormat; 144 mSrcSize = calcSize(srcFormat, srcWidth, srcHeight); 146 mSrcYSize = calcYSize(srcFormat, srcWidth, srcHeight); 151 mSrcSurfaceDef = getDummySurfaceDef(srcFormat, srcWidth, srcHeight, true); 676 extern "C" C2DColorConverterBase* createC2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride) 678 return new C2DColorConverter(srcWidth, srcHeight, dstWidth, dstHeight, srcFormat, dstFormat, flags, srcStride);
|
/external/chromium_org/third_party/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 184 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode); 201 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) || 202 (FT_PIXEL_MODE_GRAY == srcFormat && SkMask::kA8_Format == dstFormat)) 210 } else if (FT_PIXEL_MODE_MONO == srcFormat && SkMask::kA8_Format == dstFormat) { 228 } else if (FT_PIXEL_MODE_BGRA == srcFormat && SkMask::kARGB32_Format == dstFormat) { 247 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
|
/external/skia/src/ports/ |
SkFontHost_FreeType_common.cpp | 195 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode); 212 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) || 213 (FT_PIXEL_MODE_GRAY == srcFormat && SkMask::kA8_Format == dstFormat)) 221 } else if (FT_PIXEL_MODE_MONO == srcFormat && SkMask::kA8_Format == dstFormat) { 239 } else if (FT_PIXEL_MODE_BGRA == srcFormat && SkMask::kARGB32_Format == dstFormat) { 258 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
|
/frameworks/av/media/libstagefright/ |
StagefrightMetadataRetriever.cpp | 283 int32_t srcFormat; 284 CHECK(meta->findInt32(kKeyColorFormat, &srcFormat)); 287 (OMX_COLOR_FORMATTYPE)srcFormat, OMX_COLOR_Format16bitRGB565); 301 srcFormat);
|
/frameworks/av/media/libstagefright/codecs/aacenc/ |
AACEncoder.cpp | 201 sp<MetaData> srcFormat = mSource->getFormat(); 206 if (srcFormat->findInt64(kKeyDuration, &durationUs)) {
|
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/ |
st_cb_texture.c | 865 const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat); 873 if (srcFormat == dstFormat) { 879 else if (srcFormat == GL_RGB && dstFormat == GL_RGBA) { 885 else if (srcFormat == GL_RGBA && dstFormat == GL_RGB) { 896 _mesa_lookup_enum_by_nr(srcFormat), [all...] |
st_cb_drawpixels.c | [all...] |
/external/mesa3d/src/mesa/state_tracker/ |
st_cb_texture.c | 865 const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat); 873 if (srcFormat == dstFormat) { 879 else if (srcFormat == GL_RGB && dstFormat == GL_RGBA) { 885 else if (srcFormat == GL_RGBA && dstFormat == GL_RGB) { 896 _mesa_lookup_enum_by_nr(srcFormat), [all...] |