Home
last modified time | relevance | path

Searched refs:UNSIGNED_BYTE (Results 1 – 16 of 16) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/gpu/
DTexture.cpp70 *glType = GraphicsContext3D::UNSIGNED_BYTE; in convertFormat()
75 *glType = GraphicsContext3D::UNSIGNED_BYTE; in convertFormat()
78 *glType = GraphicsContext3D::UNSIGNED_BYTE; in convertFormat()
163 ASSERT(glFormat == GraphicsContext3D::RGBA && glType == GraphicsContext3D::UNSIGNED_BYTE); in updateSubRect()
DDrawingBuffer.cpp250 …nalColorFormat, m_size.width(), m_size.height(), 0, colorFormat, GraphicsContext3D::UNSIGNED_BYTE); in reset()
/external/webkit/Source/WebCore/platform/graphics/chromium/
DVideoLayerChromium.cpp244 …mat, dimensions.width(), dimensions.height(), 0, textureFormat, GraphicsContext3D::UNSIGNED_BYTE)); in allocateTexture()
251 …, dimensions.width(), dimensions.height(), format, GraphicsContext3D::UNSIGNED_BYTE, Extensions3DC… in updateTexture()
259 …0, 0, 0, dimensions.width(), dimensions.height(), format, GraphicsContext3D::UNSIGNED_BYTE, data)); in updateTexture()
DCanvas2DLayerChromium.cpp74 …::RGBA, size.width(), size.height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE); in updateCompositorResources()
DDrawingBufferChromium.cpp67 …::RGBA, size.width(), size.height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE); in generateColorTexture()
DTextureManager.cpp157 …:TEXTURE_2D, 0, format, size.width(), size.height(), 0, format, GraphicsContext3D::UNSIGNED_BYTE)); in requestTexture()
DLayerTilerChromium.cpp368 …dth(), destRect.height(), GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixelSource)); in updateFromPixels()
DLayerRendererChromium.cpp485 … GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixels)); in getFramebufferPixels()
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp601 case GraphicsContext3D::UNSIGNED_BYTE: in sizeInBytes()
1033 …t, level, internalformat, width, height, border, internalformat, GraphicsContext3D::UNSIGNED_BYTE)) in copyTexImage2D()
1058 … internalformat, GraphicsContext3D::UNSIGNED_BYTE, m_unpackAlignment); in copyTexImage2D()
1067 … tex->setLevelInfo(target, level, internalformat, width, height, GraphicsContext3D::UNSIGNED_BYTE); in copyTexImage2D()
1373 } else if (type == GraphicsContext3D::UNSIGNED_BYTE) { in validateElementArraySize()
1405 case GraphicsContext3D::UNSIGNED_BYTE: { in validateIndexArrayConservative()
1464 } else if (type == GraphicsContext3D::UNSIGNED_BYTE) { in validateIndexArrayPrecise()
1600 case GraphicsContext3D::UNSIGNED_BYTE: in drawElements()
2818 case GraphicsContext3D::UNSIGNED_BYTE: in readPixels()
2827 if (format != GraphicsContext3D::RGBA || type != GraphicsContext3D::UNSIGNED_BYTE) { in readPixels()
[all …]
DWebGLRenderingContext.idl224 const unsigned int UNSIGNED_BYTE = 0x1401;
240 /* UNSIGNED_BYTE */
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/
DCCHeadsUpDisplay.cpp109 …anvas.size().height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, locker.pixels… in draw()
/external/webkit/Source/WebCore/platform/graphics/skia/
DPlatformContextSkia.cpp898 …els(0, height - 1 - y, width, 1, Extensions3D::BGRA_EXT, GraphicsContext3D::UNSIGNED_BYTE, pixels); in readbackHardwareToSoftware()
900 …ls(0, height - 1 - y, width, 1, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixels); in readbackHardwareToSoftware()
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.cpp112 case GraphicsContext3D::UNSIGNED_BYTE: in computeFormatAndTypeParameters()
243 case UNSIGNED_BYTE: in extractTextureData()
1230 case UNSIGNED_BYTE: { in packPixels()
DGraphicsContext3D.h230 UNSIGNED_BYTE = 0x1401, enumerator
/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp490 …, height, /* border */ 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, /* data */ 0); in reshape()
492 …h, height, /* border */ 0, GraphicsContext3D::RGB, GraphicsContext3D::UNSIGNED_BYTE, /* data */ 0); in reshape()
555 …ct.width(), rect.height(), GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, imagePixels); in paint()
1143 if (type != GraphicsContext3D::UNSIGNED_BYTE || format != GraphicsContext3D::RGBA) in readPixels()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-067001 … readPixels should generate INVALID_ENUM if only one of type/format mismatch UNSIGNED_BYTE/RGBA