/external/webkit/Source/WebCore/platform/graphics/gpu/ |
D | Texture.cpp | 70 *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()
|
D | DrawingBuffer.cpp | 250 …nalColorFormat, m_size.width(), m_size.height(), 0, colorFormat, GraphicsContext3D::UNSIGNED_BYTE); in reset()
|
/external/webkit/Source/WebCore/platform/graphics/chromium/ |
D | VideoLayerChromium.cpp | 244 …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()
|
D | Canvas2DLayerChromium.cpp | 74 …::RGBA, size.width(), size.height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE); in updateCompositorResources()
|
D | DrawingBufferChromium.cpp | 67 …::RGBA, size.width(), size.height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE); in generateColorTexture()
|
D | TextureManager.cpp | 157 …:TEXTURE_2D, 0, format, size.width(), size.height(), 0, format, GraphicsContext3D::UNSIGNED_BYTE)); in requestTexture()
|
D | LayerTilerChromium.cpp | 368 …dth(), destRect.height(), GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixelSource)); in updateFromPixels()
|
D | LayerRendererChromium.cpp | 485 … GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, pixels)); in getFramebufferPixels()
|
/external/webkit/Source/WebCore/html/canvas/ |
D | WebGLRenderingContext.cpp | 601 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 …]
|
D | WebGLRenderingContext.idl | 224 const unsigned int UNSIGNED_BYTE = 0x1401; 240 /* UNSIGNED_BYTE */
|
/external/webkit/Source/WebCore/platform/graphics/chromium/cc/ |
D | CCHeadsUpDisplay.cpp | 109 …anvas.size().height(), 0, GraphicsContext3D::RGBA, GraphicsContext3D::UNSIGNED_BYTE, locker.pixels… in draw()
|
/external/webkit/Source/WebCore/platform/graphics/skia/ |
D | PlatformContextSkia.cpp | 898 …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/ |
D | GraphicsContext3D.cpp | 112 case GraphicsContext3D::UNSIGNED_BYTE: in computeFormatAndTypeParameters() 243 case UNSIGNED_BYTE: in extractTextureData() 1230 case UNSIGNED_BYTE: { in packPixels()
|
D | GraphicsContext3D.h | 230 UNSIGNED_BYTE = 0x1401, enumerator
|
/external/webkit/Source/WebCore/platform/graphics/qt/ |
D | GraphicsContext3DQt.cpp | 490 …, 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/ |
D | ChangeLog-2010-12-06 | 7001 … readPixels should generate INVALID_ENUM if only one of type/format mismatch UNSIGNED_BYTE/RGBA
|