Home
last modified time | relevance | path

Searched refs:kRGBA8 (Results 1 – 13 of 13) sorted by relevance

/third_party/skia/tests/
DTraceMemoryDumpTest.cpp96 desc.fFormat = GrGLFormat::kRGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
113 desc.fFormat = GrGLFormat::kRGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
140 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, 1, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
159 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, 4, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
175 texDesc.fFormat = GrGLFormat::kRGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/flutter/skia/tests/
DTraceMemoryDumpTest.cpp91 desc.fFormat = GrGLFormat::kRGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
109 desc.fFormat = GrGLFormat::kRGBA8; in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
137 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, kConfig, 1, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
156 GrGLRenderTarget::MakeWrapped(gpu, kSize, GrGLFormat::kRGBA8, kConfig, 1, rtIDs, 0); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()
/third_party/skia/src/gpu/gl/
DGrGLUtil.h44 case GrGLFormat::kRGBA8: return kRGBA_SkColorChannelFlags; in GrGLFormatChannels()
78 case GrGLFormat::kRGBA8: in GrGLFormatDesc()
376 case GR_GL_RGBA8: return GrGLFormat::kRGBA8; in GrGLFormatFromGLEnum()
411 case GrGLFormat::kRGBA8: return GR_GL_RGBA8; in GrGLFormatToEnum()
444 case GrGLFormat::kRGBA8: return 4; in GrGLFormatBytesPerBlock()
488 case GrGLFormat::kRGBA8: in GrGLFormatStencilBits()
521 case GrGLFormat::kRGBA8: in GrGLFormatIsPackedDepthStencil()
556 case GrGLFormat::kRGBA8: in GrGLFormatIsSRGB()
DGrGLUtil.cpp744 case GrGLFormat::kRGBA8: in GrGLFormatIsCompressed()
DGrGLCaps.cpp1391 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8); in initFormatTable()
1427 this->setColorTypeFormat(GrColorType::kRGBA_8888, GrGLFormat::kRGBA8); in initFormatTable()
1460 this->setColorTypeFormat(GrColorType::kBGRA_8888, GrGLFormat::kRGBA8); in initFormatTable()
/third_party/flutter/skia/src/sksl/ir/
DSkSLLayout.h64 kRGBA8, enumerator
107 case Format::kRGBA8: return "rgba8"; in FormatToStr()
133 *format = Format::kRGBA8; in ReadFormat()
/third_party/flutter/skia/src/gpu/gl/
DGrGLUtil.h280 case GR_GL_RGBA8: return GrGLFormat::kRGBA8; in GrGLFormatFromGLEnum()
310 case GrGLFormat::kRGBA8: return GR_GL_RGBA8; in GrGLFormatToEnum()
DGrGLUtil.cpp608 case GrGLFormat::kRGBA8: in GrGLFormatIsCompressed()
642 case GrGLFormat::kRGBA8: in GrGLFormatToCompressionType()
685 case GrGLFormat::kRGBA8: in GrGLBytesPerFormat()
DGrGLCaps.cpp1433 FormatInfo& info = this->getFormatInfo(GrGLFormat::kRGBA8); in initFormatTable()
1467 this->setColorTypeFormat(GrColorType::kRGBA_8888, GrGLFormat::kRGBA8); in initFormatTable()
1489 this->setColorTypeFormat(GrColorType::kBGRA_8888, GrGLFormat::kRGBA8); in initFormatTable()
3881 if (format == GrGLFormat::kRGBA8) { in validate_sized_format()
3893 } else if (format == GrGLFormat::kRGBA8) { in validate_sized_format()
3908 if (format == GrGLFormat::kRGBA8) { in validate_sized_format()
4010 case GrGLFormat::kRGBA8: return GrColorType::kRGBA_8888; in getYUVAColorTypeFromBackendFormat()
DGrGLGpu.cpp3767 case GrGLFormat::kRGBA8: return kRGBA_8888_GrPixelConfig; in gl_format_to_pixel_config()
/third_party/flutter/skia/include/gpu/gl/
DGrGLTypes.h61 kRGBA8, enumerator
/third_party/skia/include/gpu/gl/
DGrGLTypes.h61 kRGBA8, enumerator
/third_party/flutter/skia/src/sksl/
DSkSLGLSLCodeGenerator.cpp1162 case Layout::Format::kRGBA8: // fall through in writeFunctionCall()