Home | History | Annotate | Download | only in WebCore

Lines Matching full:teximage2d

6443         (WebCore::JSWebGLRenderingContext::texImage2D):
6623 (WebCore::WebGLRenderingContext::texImage2D):
13194 (WebCore::GraphicsContext3D::texImage2D):
13406 texImage2D/texSubImage2D.
13458 (WebCore::JSWebGLRenderingContext::texImage2D):
14753 Remove the unnecessary texImage2D function with Image as input in GraphicsContext3D
14757 (WebCore::WebGLRenderingContext::texImage2D): Add extractImageData; add a common entry point for texImage2D with image input.
14758 (WebCore::WebGLRenderingContext::texImage2DBase): Add this function as the common entry point for texImage2D.
14764 (WebCore::GraphicsContext3D::texImage2D):
17886 (WebCore::WebGLRenderingContext::texImage2D)
42913 texImage2D and texSubImage2D taking ImageData ignore flipY and premultiplyAlpha
42919 (WebCore::WebGLRenderingContext::texImage2D): Apply flipY and premultiplyAlpha to the texture data.
43552 (WebCore::GraphicsContext3D::texImage2D):
47020 Refactor texImage2D and texSubImage2D taking Image to use common code
47027 - Safari not obeying the flipY parameter to texImage2D or
47029 - Safari not obeying the premultipyAlpha parameter to texImage2D
47031 Added new test verifying the behavior of texImage2D and
47055 (WebCore::GraphicsContext3D::texImage2D):