Home
last modified time | relevance | path

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

/third_party/skia/src/gpu/gl/
DGrGLCaps.cpp1269 writer->appendHexU32("ex_type", ioInfo.fExternalType); in onDumpJSON()
1448 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1456 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1481 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1493 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1515 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1578 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1589 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1612 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
1623 ioFormat.fExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
[all …]
DGrGLCaps.h642 GrGLenum fExternalType = 0; member
674 return fExternalIOFormats[i].fExternalType; in externalType()