Home
last modified time | relevance | path

Searched refs:GR_GL_RGB10_A2 (Results 1 – 9 of 9) sorted by relevance

/external/skia/src/gpu/gl/
DGrGLUtil.h323 case GR_GL_RGB10_A2: return GrGLFormat::kRGB10_A2; in GrGLFormatFromGLEnum()
358 case GrGLFormat::kRGB10_A2: return GR_GL_RGB10_A2; in GrGLFormatToEnum()
533 case GR_GL_RGB10_A2: return "RGB10_A2"; in GrGLFormatToStr()
DGrGLDefines.h520 #define GR_GL_RGB10_A2 0x8059 macro
DGrGLCaps.cpp2468 info.fInternalFormatForRenderbuffer = GR_GL_RGB10_A2; in initFormatTable()
2482 info.fInternalFormatForTexImageOrStorage = GR_GL_RGB10_A2; in initFormatTable()
2485 texImageSupportsSizedInternalFormat ? GR_GL_RGB10_A2 : GR_GL_RGBA; in initFormatTable()
4549 GrBackendFormat::MakeGL(GR_GL_RGB10_A2, GR_GL_TEXTURE_2D) }, in getTestingCombinations()
4578 GrBackendFormat::MakeGL(GR_GL_RGB10_A2, GR_GL_TEXTURE_2D) }); in getTestingCombinations()
/external/skia/tests/
DBackendAllocationTest.cpp778 { GrColorType::kRGBA_1010102, GR_GL_RGB10_A2, { 0.25f, 0.5f, 0.75f, 1.f }}, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
779 { GrColorType::kBGRA_1010102, GR_GL_RGB10_A2, { 0.25f, 0.5f, 0.75f, 1.f }}, in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
820 (GR_GL_RGBA8 == combo.fFormat || GR_GL_RGB10_A2 == combo.fFormat)) { in DEF_GPUTEST_FOR_ALL_GL_CONTEXTS()
/external/skqp/src/gpu/gl/
DGrGLDefines.h510 #define GR_GL_RGB10_A2 0x8059 macro
DGrGLCaps.cpp1690 fConfigTable[kRGBA_1010102_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB10_A2; in initConfigTable()
2958 if (GR_GL_RGB10_A2 == format) { in validate_sized_format()
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp78 return GrBackendFormat::MakeGL(GR_GL_RGB10_A2, GR_GL_TEXTURE_EXTERNAL); in GetBackendFormat()
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp466 return GrBackendFormat::MakeGL(GR_GL_RGB10_A2, GR_GL_TEXTURE_EXTERNAL); in get_backend_format()
/external/skqp/tests/
DDeferredDisplayListTest.cpp103 return GrBackendFormat::MakeGL(GR_GL_RGB10_A2, GR_GL_TEXTURE_2D); in create_backend_format()