Home
last modified time | relevance | path

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

/external/skqp/src/gpu/gl/
DGrGLDefines.h494 #define GR_GL_RGB565 0x8D62 macro
DGrGLCaps.cpp1642 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB565; in initConfigTable()
2923 if (GR_GL_RGB565 == format) { in validate_sized_format()
/external/skia/src/gpu/gl/
DGrGLDefines.h494 #define GR_GL_RGB565 0x8D62 macro
DGrGLCaps.cpp1656 fConfigTable[kRGB_565_GrPixelConfig].fFormats.fSizedInternalFormat = GR_GL_RGB565; in initConfigTable()
2947 if (GR_GL_RGB565 == format) { in validate_sized_format()
/external/skia/src/gpu/
DGrAHardwareBufferUtils.cpp76 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_EXTERNAL); in GetBackendFormat()
/external/skqp/src/gpu/
DGrAHardwareBufferImageGenerator.cpp464 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_EXTERNAL); in get_backend_format()
/external/skqp/tests/
DDeferredDisplayListTest.cpp74 return GrBackendFormat::MakeGL(GR_GL_RGB565, GR_GL_TEXTURE_2D); in create_backend_format()