Searched refs:srcFormat (Results 1 - 25 of 31) sorted by relevance

12

/external/mesa3d/src/mesa/main/
H A Dtexstore.c312 * \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 sourc
319 _mesa_make_temp_float_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps) argument
431 make_temp_uint_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
560 _mesa_make_temp_ubyte_image(struct gl_context *ctx, GLuint dims, GLenum logicalBaseFormat, GLenum textureBaseFormat, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
845 _mesa_swizzle_ubyte_image(struct gl_context *ctx, GLuint dimensions, GLenum srcFormat, GLenum srcType, GLenum baseInternalFormat, const GLubyte *rgba2dst, GLuint dstComponents, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking ) argument
925 memcpy_texture(struct gl_context *ctx, GLuint dimensions, gl_format dstFormat, GLint dstRowStride, GLubyte **dstSlices, GLint srcWidth, GLint srcHeight, GLint srcDepth, GLenum srcFormat, GLenum srcType, const GLvoid *srcAddr, const struct gl_pixelstore_attrib *srcPacking) argument
[all...]
H A Dtexstore.h52 * \param srcFormat incoming image format
64 GLenum srcFormat, GLenum srcType, \
78 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
H A Dtexcompress_s3tc.c173 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, srcTyp
[all...]
H A Dpack.h63 GLenum srcFormat, GLenum srcType,
72 GLenum srcFormat, GLenum srcType,
80 GLenum srcFormat, GLenum srcType,
87 GLenum srcFormat, GLenum srcType,
H A Dpack.c2774 GLenum srcFormat, GLenum srcType, const GLvoid *src,
2777 ASSERT(srcFormat == GL_COLOR_INDEX || srcFormat == GL_STENCIL_INDEX);
3106 _mesa_problem(NULL, "bad srcFormat %s in get_component_mapping",
3116 * image data. srcFormat and srcType are the format and type parameters
3125 * srcFormat - format of incoming data
3132 GLenum srcFormat, GLenum srcType, const GLvoid *src,
3141 ASSERT(srcFormat == GL_RED ||
3142 srcFormat == GL_GREEN ||
3143 srcFormat
2773 extract_uint_indexes(GLuint n, GLuint indexes[], GLenum srcFormat, GLenum srcType, const GLvoid *src, const struct gl_pixelstore_attrib *unpack ) argument
3131 extract_float_rgba(GLuint n, GLfloat rgba[][4], GLenum srcFormat, GLenum srcType, const GLvoid *src, GLboolean swapBytes) argument
3742 extract_uint_rgba(GLuint n, GLuint rgba[][4], GLenum srcFormat, GLenum srcType, const GLvoid *src, GLboolean swapBytes) argument
4245 _mesa_unpack_color_span_ubyte(struct gl_context *ctx, GLuint n, GLenum dstFormat, GLubyte dest[], GLenum srcFormat, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
4488 _mesa_unpack_color_span_float( struct gl_context *ctx, GLuint n, GLenum dstFormat, GLfloat dest[], GLenum srcFormat, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
4688 _mesa_unpack_color_span_uint(struct gl_context *ctx, GLuint n, GLenum dstFormat, GLuint *dest, GLenum srcFormat, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking) argument
4847 _mesa_unpack_dudv_span_byte( struct gl_context *ctx, GLuint n, GLenum dstFormat, GLbyte dest[], GLenum srcFormat, GLenum srcType, const GLvoid *source, const struct gl_pixelstore_attrib *srcPacking, GLbitfield transferOps ) argument
[all...]
H A Dtexcompress_rgtc.c109 srcFormat, srcType, srcAddr,
156 srcFormat, srcType, srcAddr,
204 srcFormat, srcType, srcAddr,
258 srcFormat, srcType, srcAddr,
H A Dtexcompress_fxt1.c71 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/skia/include/core/
H A DSkColorSpaceXform.h58 bool apply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src, int count,
/external/skia/src/core/
H A DSkColorSpaceXform_Base.h26 virtual bool onApply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src,
59 bool onApply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src,
63 bool applyPipeline(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src,
H A DSkColorSpaceXform_A2B.h29 bool onApply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, const void* src,
H A DSkColorSpaceXform_A2B.cpp20 bool SkColorSpaceXform_A2B::onApply(ColorFormat dstFormat, void* dst, ColorFormat srcFormat, argument
23 switch (srcFormat) {
H A DSkConvertPixels.cpp124 SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(srcInfo.colorType()); local
154 SkAssertResult(xform->apply(dstFormat, dstPixels, srcFormat, srcPixels, dstInfo.width(),
/external/pdfium/core/fxcodec/codec/
H A Dfx_codec_icc.cpp80 int srcFormat; local
93 srcFormat =
97 srcFormat =
100 srcFormat |= DOSWAP_SH(1);
113 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
117 hTransform = cmsCreateTransform(srcProfile, srcFormat, dstProfile,
122 srcProfile, srcFormat, dstProfile,
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_texture.c285 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)) {
284 radeonChoose8888TexFormat(radeonContextPtr rmesa, GLenum srcFormat, GLenum srcType, GLboolean fbo) argument
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_texture.c285 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)) {
284 radeonChoose8888TexFormat(radeonContextPtr rmesa, GLenum srcFormat, GLenum srcType, GLboolean fbo) argument
/external/skia/src/ports/
H A DSkFontHost_FreeType_common.cpp196 const FT_Pixel_Mode srcFormat = static_cast<FT_Pixel_Mode>(srcFTBitmap.pixel_mode); local
213 if ((FT_PIXEL_MODE_MONO == srcFormat && SkMask::kBW_Format == dstFormat) ||
214 (FT_PIXEL_MODE_GRAY == srcFormat && SkMask::kA8_Format == dstFormat))
222 } else if (FT_PIXEL_MODE_MONO == srcFormat && SkMask::kA8_Format == dstFormat) {
240 } else if (FT_PIXEL_MODE_BGRA == srcFormat && SkMask::kARGB32_Format == dstFormat) {
259 SkDEBUGF(("FT_Pixel_Mode %d, SkMask::Format %d\n", srcFormat, dstFormat));
/external/skia/src/codec/
H A DSkCodecPriv.h137 SkColorSpaceXform::ColorFormat srcFormat = local
141 srcFormat, &srcColor, 1, alphaType));
H A DSkGifCodec.cpp171 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType); local
174 SkAssertResult(this->colorXform()->apply(dstFormat, dstColors, srcFormat,
512 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType); local
516 SkAssertResult(this->colorXform()->apply(dstFormat, dst, srcFormat, fXformBuffer.get(),
H A DSkBmpStandardCodec.cpp129 SkColorSpaceXform::ColorFormat srcFormat = SkColorSpaceXform::kBGRA_8888_ColorFormat; local
132 SkAssertResult(this->colorXform()->apply(dstFormat, colorTable, srcFormat, colorTable,
H A DSkBmpCodec.cpp653 const SkColorSpaceXform::ColorFormat srcFormat = select_xform_format(kXformSrcColorType); local
656 SkAssertResult(xform->apply(dstFormat, dst, srcFormat, src, dstInfo.width(),
/external/deqp/modules/gles3/functional/
H A Des3fFramebufferBlitTests.cpp330 BlitColorConversionCase (Context& context, const char* name, const char* desc, deUint32 srcFormat, deUint32 dstFormat, const IVec2& size) argument
332 , m_srcFormat (srcFormat)
347 tcu::TextureFormat srcFormat = glu::mapGLInternalFormat(m_srcFormat); local
349 glu::DataType srcOutputType = getFragmentOutputType(srcFormat);
353 tcu::TextureFormatInfo srcFmtRangeInfo = tcu::getTextureFormatInfo(srcFormat);
355 tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstFormat.order));
427 const tcu::TextureFormat srcFormat = glu::mapGLInternalFormat(m_srcFormat); local
429 const bool srcIsSRGB = tcu::isSRGB(srcFormat);
436 threshold = getToSRGBConversionThreshold(srcFormat, dstFormat);
440 const tcu::RGBA srcMaxDiff = getFormatThreshold(srcFormat) * (srcIsSRG
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fCopyImageTests.cpp2352 void addCopyTests (TestCaseGroup* root, deUint32 srcFormat, deUint32 dstFormat)
2354 const string groupName = string(formatToName(srcFormat)) + "_" + formatToName(dstFormat);
2373 if (glu::isCompressedFormat(srcFormat) && srcTarget == GL_RENDERBUFFER)
2376 if (srcTarget == GL_RENDERBUFFER && !isColorRenderable(srcFormat))
2379 if (glu::isCompressedFormat(srcFormat) && !tcu::isAstcFormat(glu::mapGLCompressedTexFormat(srcFormat)) && srcIs3D)
2399 const bool isCompressedCase = glu::isCompressedFormat(srcFormat) || glu::isCompressedFormat(dstFormat);
2401 const IVec3 srcSize = getTestedSize(srcTarget, srcFormat, targetSize);
2405 ImageInfo(srcFormat, srcTarget, srcSize),
2671 const deUint32 srcFormat
[all...]
/external/vulkan-validation-layers/layers/
H A Dimage.cpp1142 VkFormat srcFormat = srcImageEntry->format; local
1146 if ((vk_format_is_sint(srcFormat) && !vk_format_is_sint(dstFormat)) ||
1147 (vk_format_is_uint(srcFormat) && !vk_format_is_uint(dstFormat))) {
1151 << "Source format is " << string_VkFormat(srcFormat) << " Destination format is " << string_VkFormat(dstFormat);
1158 if (vk_format_is_depth_or_stencil(srcFormat) || vk_format_is_depth_or_stencil(dstFormat)) {
1159 if (srcFormat != dstFormat) {
1163 << "Source format is " << string_VkFormat(srcFormat) << " Destination format is " << string_VkFormat(dstFormat);
1204 if (vk_format_is_depth_and_stencil(srcFormat)) {
1214 } else if (vk_format_is_stencil_only(srcFormat)) {
1223 } else if (vk_format_is_depth_only(srcFormat)) {
[all...]
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_texture.c865 const GLenum srcFormat = _mesa_base_fbo_format(ctx, src->InternalFormat); local
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),
H A Dst_cb_drawpixels.c1428 enum pipe_format srcFormat, texFormat; local
1499 srcFormat = rbRead->texture->format;
1501 if (screen->is_format_supported(screen, srcFormat, st->internal_target,
1504 texFormat = srcFormat;
1507 /* srcFormat can't be used as a texture format */
1564 if (srcFormat == texFormat) {

Completed in 522 milliseconds

12