Home
last modified time | relevance | path

Searched refs:kBGRA8 (Results 1 – 7 of 7) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h291 case GR_GL_BGRA8: return GrGLFormat::kBGRA8; in GrGLFormatFromGLEnum()
321 case GrGLFormat::kBGRA8: return GR_GL_BGRA8; in GrGLFormatToEnum()
DGrGLUtil.cpp647 case GrGLFormat::kBGRA8: in GrGLFormatIsCompressed()
681 case GrGLFormat::kBGRA8: in GrGLFormatToCompressionType()
DGrGLCaps.cpp1770 FormatInfo& info = this->getFormatInfo(GrGLFormat::kBGRA8); in initFormatTable()
1865 this->setColorTypeFormat(GrColorType::kBGRA_8888, GrGLFormat::kBGRA8); in initFormatTable()
3135 (dstFormat == GrGLFormat::kBGRA8 || srcFormat == GrGLFormat::kBGRA8)) { in canCopyTexSubImage()
3308 if (srcFormat == GrGLFormat::kBGRA8) { in getDstCopyRestrictions()
4259 case GrGLFormat::kBGRA8: return GrColorType::kBGRA_8888; in getYUVAColorTypeFromBackendFormat()
DGrGLGpu.cpp3904 bool useTexture = format == GrGLFormat::kBGRA8; in createTestingOnlyBackendRenderTarget()
/external/skia/include/gpu/gl/
DGrGLTypes.h65 kBGRA8, enumerator
/external/skia/tests/
DBackendAllocationTest.cpp107 return format.asGLFormat() == GrGLFormat::kBGRA8; in isBGRA()
/external/skia/gm/
Dwacky_yuv_formats.cpp1029 case GrGLFormat::kBGRA8: return kBGRA_8888_SkColorType; in get_color_type()