Home
last modified time | relevance | path

Searched refs:GR_GL_UNSIGNED_SHORT_4_4_4_4 (Results 1 – 2 of 2) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLDefines.h540 #define GR_GL_UNSIGNED_SHORT_4_4_4_4 0x8033 macro
DGrGLCaps.cpp2644 info.fDefaultExternalType = GR_GL_UNSIGNED_SHORT_4_4_4_4; in initFormatTable()
2683 ioFormat.fExternalType = GR_GL_UNSIGNED_SHORT_4_4_4_4; in initFormatTable()
4443 case GR_GL_UNSIGNED_SHORT_4_4_4_4: return sizeof(GrGLushort); in offset_alignment_for_transfer_buffer()