Home
last modified time | relevance | path

Searched refs:GR_GL_UNSIGNED_BYTE (Results 1 – 4 of 4) sorted by relevance

/third_party/skia/src/gpu/gl/
DGrGLVertexArray.cpp50 return {false, 1, GR_GL_UNSIGNED_BYTE}; in attrib_layout()
52 return {false, 2, GR_GL_UNSIGNED_BYTE}; in attrib_layout()
54 return {false, 4, GR_GL_UNSIGNED_BYTE}; in attrib_layout()
56 return {true, 1, GR_GL_UNSIGNED_BYTE}; in attrib_layout()
58 return {true, 4, GR_GL_UNSIGNED_BYTE}; in attrib_layout()
DGrGLCaps.cpp1405 info.fDefaultExternalType = GR_GL_UNSIGNED_BYTE; in initFormatTable()
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()
1528 info.fDefaultExternalType = 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()
[all …]
DGrGLDefines.h346 #define GR_GL_UNSIGNED_BYTE 0x1401 macro
/third_party/skia/tests/
DEGLImageTest.cpp132 GR_GL_RGBA, GR_GL_UNSIGNED_BYTE, pixels.get())); in DEF_GPUTEST_FOR_GL_RENDERING_CONTEXTS()