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

  /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/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...]
  /external/deqp/modules/gles31/functional/
es31fCopyImageTests.cpp     [all...]

Completed in 216 milliseconds