Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLUtil.h49 case GrGLFormat::kBGRA8: return kRGBA_SkColorChannelFlags; in GrGLFormatChannels()
91 case GrGLFormat::kBGRA8: in GrGLFormatDesc()
387 case GR_GL_BGRA8: return GrGLFormat::kBGRA8; in GrGLFormatFromGLEnum()
425 case GrGLFormat::kBGRA8: return GR_GL_BGRA8; in GrGLFormatToEnum()
461 case GrGLFormat::kBGRA8: return 4; in GrGLFormatBytesPerBlock()
512 case GrGLFormat::kBGRA8: in GrGLFormatStencilBits()
548 case GrGLFormat::kBGRA8: in GrGLFormatIsPackedDepthStencil()
586 case GrGLFormat::kBGRA8: in GrGLFormatIsSRGB()
DGrGLUtil.cpp752 case GrGLFormat::kBGRA8: in GrGLFormatIsCompressed()
DGrGLCaps.cpp1881 FormatInfo& info = this->getFormatInfo(GrGLFormat::kBGRA8); in initFormatTable()
1976 this->setColorTypeFormat(GrColorType::kBGRA_8888, GrGLFormat::kBGRA8); in initFormatTable()
3357 if ((dstFormat == GrGLFormat::kBGRA8 || srcFormat == GrGLFormat::kBGRA8) && in canCopyTexSubImage()
3555 if (srcFormat == GrGLFormat::kBGRA8) { in getDstCopyRestrictions()
DGrGLGpu.cpp3778 } else if (format == GrGLFormat::kBGRA8 && in createTestingOnlyBackendRenderTarget()
3779 this->glCaps().getRenderbufferInternalFormat(GrGLFormat::kBGRA8) != GR_GL_BGRA8) { in createTestingOnlyBackendRenderTarget()
/third_party/skia/include/gpu/gl/
DGrGLTypes.h66 kBGRA8, enumerator
/third_party/skia/tests/
DBackendAllocationTest.cpp127 return format.asGLFormat() == GrGLFormat::kBGRA8; in isBGRA8()