Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h413 UNPACK_FLIP_Y_WEBGL = 0x9240, enumerator
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.idl447 const unsigned int UNPACK_FLIP_Y_WEBGL = 0x9240;
DWebGLRenderingContext.cpp2197 case GraphicsContext3D::UNPACK_FLIP_Y_WEBGL: in getParameter()
2753 case GraphicsContext3D::UNPACK_FLIP_Y_WEBGL: in pixelStorei()
/external/webkit/Source/WebCore/
DChangeLog-2010-12-06110377 …Support UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL for texImage2D taking ArrayBufferVi…
110380 Added support for UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL pixel store
110388 of UNPACK_FLIP_Y_WEBGL, UNPACK_PREMULTIPLY_ALPHA_WEBGL, and UNPACK_ALIGNMENT pixel
123771 getParameter with UNPACK_FLIP_Y_WEBGL and UNPACK_PREMULTIPLY_ALPHA_WEBGL is buggy
123834 WebGL specification changes. Added UNPACK_FLIP_Y_WEBGL and