Home
last modified time | relevance | path

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

/external/skia/src/gpu/gl/
DGrGLUtil.h49 case GrGLFormat::kBGRA8: return kRGBA_SkColorChannelFlags; in GrGLFormatChannels()
316 case GR_GL_BGRA8: return GrGLFormat::kBGRA8; in GrGLFormatFromGLEnum()
351 case GrGLFormat::kBGRA8: return GR_GL_BGRA8; in GrGLFormatToEnum()
384 case GrGLFormat::kBGRA8: return 4; in GrGLFormatBytesPerBlock()
428 case GrGLFormat::kBGRA8: in GrGLFormatStencilBits()
461 case GrGLFormat::kBGRA8: in GrGLFormatIsPackedDepthStencil()
496 case GrGLFormat::kBGRA8: in GrGLFormatIsSRGB()
DGrGLUtil.cpp697 case GrGLFormat::kBGRA8: in GrGLFormatIsCompressed()
DGrGLCaps.cpp1821 FormatInfo& info = this->getFormatInfo(GrGLFormat::kBGRA8); in initFormatTable()
1912 this->setColorTypeFormat(GrColorType::kBGRA_8888, GrGLFormat::kBGRA8); in initFormatTable()
3218 if ((dstFormat == GrGLFormat::kBGRA8 || srcFormat == GrGLFormat::kBGRA8) && in canCopyTexSubImage()
3416 if (srcFormat == GrGLFormat::kBGRA8) { in getDstCopyRestrictions()
DGrGLGpu.cpp3747 } else if (format == GrGLFormat::kBGRA8 && in createTestingOnlyBackendRenderTarget()
3748 this->glCaps().getRenderbufferInternalFormat(GrGLFormat::kBGRA8) != GR_GL_BGRA8) { in createTestingOnlyBackendRenderTarget()
/external/skia/include/gpu/gl/
DGrGLTypes.h66 kBGRA8, enumerator
/external/skia/tests/
DBackendAllocationTest.cpp126 return format.asGLFormat() == GrGLFormat::kBGRA8; in isBGRA8()