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

  /external/mesa3d/src/mesa/main/
texstore.c 927 gl_format dstFormat,
941 const GLuint texelBytes = _mesa_get_format_bytes(dstFormat);
994 _mesa_pack_ubyte_rgba_rect(dstFormat, srcWidth, srcHeight,
1016 ASSERT(dstFormat == MESA_FORMAT_Z32 ||
1017 dstFormat == MESA_FORMAT_Z32_FLOAT);
1018 ASSERT(_mesa_get_format_bytes(dstFormat) == sizeof(GLuint));
1020 if (dstFormat == MESA_FORMAT_Z32)
1033 dstFormat,
1066 ASSERT(dstFormat == MESA_FORMAT_X8_Z24);
1096 ASSERT(dstFormat == MESA_FORMAT_Z24_X8)
    [all...]
pack.h 55 GLenum dstFormat, GLenum dstType, GLvoid *dstAddr,
62 GLuint n, GLenum dstFormat, GLubyte dest[],
71 GLuint n, GLenum dstFormat, GLfloat dest[],
79 GLuint n, GLenum dstFormat, GLuint *dest,
86 GLuint n, GLenum dstFormat, GLbyte dest[],
149 GLenum dstFormat, GLenum dstType,
155 GLenum dstFormat, GLenum dstType,
pack.c 521 GLenum dstFormat, GLenum dstType)
527 _mesa_lookup_enum_by_nr(dstFormat));
532 GLenum dstFormat, GLenum dstType,
539 pack_uint_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
542 pack_int_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
545 pack_ushort_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
548 pack_short_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
551 pack_ubyte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
554 pack_byte_from_uint_rgba(ctx, dstAddr, dstFormat, rgba, n);
557 if ((dstFormat == GL_RGB) || (dstFormat == GL_RGB_INTEGER))
    [all...]
pack_tmp.h 27 GLenum dstFormat,
33 switch (dstFormat) {
119 _mesa_lookup_enum_by_nr(dstFormat));
texcompress_rgtc.c 102 ASSERT(dstFormat == MESA_FORMAT_RED_RGTC1 ||
103 dstFormat == MESA_FORMAT_L_LATC1);
107 _mesa_get_format_base_format(dstFormat),
149 ASSERT(dstFormat == MESA_FORMAT_SIGNED_RED_RGTC1 ||
150 dstFormat == MESA_FORMAT_SIGNED_L_LATC1);
154 _mesa_get_format_base_format(dstFormat),
197 ASSERT(dstFormat == MESA_FORMAT_RG_RGTC2 ||
198 dstFormat == MESA_FORMAT_LA_LATC2);
202 _mesa_get_format_base_format(dstFormat),
251 ASSERT(dstFormat == MESA_FORMAT_SIGNED_RG_RGTC2 |
    [all...]
texcompress_s3tc.c 170 ASSERT(dstFormat == MESA_FORMAT_RGB_DXT1 ||
171 dstFormat == MESA_FORMAT_SRGB_DXT1);
181 _mesa_get_format_base_format(dstFormat),
223 ASSERT(dstFormat == MESA_FORMAT_RGBA_DXT1 ||
224 dstFormat == MESA_FORMAT_SRGBA_DXT1);
234 _mesa_get_format_base_format(dstFormat),
276 ASSERT(dstFormat == MESA_FORMAT_RGBA_DXT3 ||
277 dstFormat == MESA_FORMAT_SRGBA_DXT3);
287 _mesa_get_format_base_format(dstFormat),
328 ASSERT(dstFormat == MESA_FORMAT_RGBA_DXT5 |
    [all...]
texstore.h 47 * \param dstFormat destination Mesa texture format
60 gl_format dstFormat, \
texcompress_fxt1.c 69 ASSERT(dstFormat == MESA_FORMAT_RGB_FXT1);
79 _mesa_get_format_base_format(dstFormat),
120 ASSERT(dstFormat == MESA_FORMAT_RGBA_FXT1);
129 _mesa_get_format_base_format(dstFormat),
    [all...]
fbobject.c     [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
vg_translate.h 39 VGImageFormat dstFormat,
vg_translate.c 34 VGImageFormat dstFormat,
39 switch (dstFormat) {
  /hardware/qcom/media/libc2dcolorconvert/
C2DColorConverter.h 112 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 57 C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags,size_t srcStride);
112 C2DColorConverter::C2DColorConverter(size_t srcWidth, size_t srcHeight, size_t dstWidth, size_t dstHeight, ColorConvertFormat srcFormat, ColorConvertFormat dstFormat, int32_t flags, size_t srcStride)
146 mDstFormat = dstFormat;
148 mDstSize = calcSize(dstFormat, dstWidth, dstHeight);
150 mDstYSize = calcYSize(dstFormat, dstWidth, dstHeight);
155 mDstSurfaceDef = getDummySurfaceDef(dstFormat, dstWidth, dstHeight, false);
708 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)
710 return new C2DColorConverter(srcWidth, srcHeight, dstWidth, dstHeight, srcFormat, dstFormat, flags, srcStride);
  /external/skia/src/ports/
SkFontHost_FreeType_common.cpp 190 const SkMask::Format dstFormat = static_cast<SkMask::Format>(dstMask.fFormat);
196 if (SkMask::kLCD16_Format == dstFormat) {
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/deqp/modules/gles3/functional/
es3fFramebufferBlitTests.cpp 330 BlitColorConversionCase (Context& context, const char* name, const char* desc, deUint32 srcFormat, deUint32 dstFormat, const IVec2& size)
333 , m_dstFormat (dstFormat)
348 tcu::TextureFormat dstFormat = glu::mapGLInternalFormat(m_dstFormat);
350 glu::DataType dstOutputType = getFragmentOutputType(dstFormat);
354 tcu::TextureFormatInfo dstFmtRangeInfo = tcu::getTextureFormatInfo(dstFormat);
355 tcu::BVec4 copyMask = tcu::logicalAnd(getChannelMask(srcFormat.order), getChannelMask(dstFormat.order));
422 readPixels(dst, 0, 0, m_size.x(), m_size.y(), dstFormat, dstRangeInfo.lookupScale, dstRangeInfo.lookupBias);
428 const tcu::TextureFormat dstFormat = glu::mapGLInternalFormat(m_dstFormat);
430 const bool dstIsSRGB = tcu::isSRGB(dstFormat);
436 threshold = getToSRGBConversionThreshold(srcFormat, dstFormat);
    [all...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_texture.c 866 const GLenum dstFormat = _mesa_base_tex_format(ctx, dst->InternalFormat);
873 if (srcFormat == dstFormat) {
879 else if (srcFormat == GL_RGB && dstFormat == GL_RGBA) {
885 else if (srcFormat == GL_RGBA && dstFormat == GL_RGB) {
897 _mesa_lookup_enum_by_nr(dstFormat));
    [all...]
  /frameworks/av/services/audioflinger/
Threads.h     [all...]
Threads.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
wincodec.h     [all...]

Completed in 430 milliseconds