Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp117 case GraphicsContext3D::UNSIGNED_SHORT_5_5_5_1: in computeFormatAndTypeParameters()
285 case UNSIGNED_SHORT_5_5_5_1: in extractTextureData()
1323 case UNSIGNED_SHORT_5_5_5_1: { in packPixels()
DGraphicsContext3D.h244 UNSIGNED_SHORT_5_5_5_1 = 0x8034, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp2821 case GraphicsContext3D::UNSIGNED_SHORT_5_5_5_1: in readPixels()
4239 case GraphicsContext3D::UNSIGNED_SHORT_5_5_5_1: in validateTexFuncFormatAndType()
4273 && type != GraphicsContext3D::UNSIGNED_SHORT_5_5_5_1 in validateTexFuncFormatAndType()
4387 case GraphicsContext3D::UNSIGNED_SHORT_5_5_5_1: in validateTexFuncData()
DWebGLRenderingContext.idl242 const unsigned int UNSIGNED_SHORT_5_5_5_1 = 0x8034;