Home
last modified time | relevance | path

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

/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp1580 handleNPOTTextures(true); in drawArrays()
1585 handleNPOTTextures(false); in drawArrays()
1656 handleNPOTTextures(true); in drawElements()
1661 handleNPOTTextures(false); in drawElements()
4067 void WebGLRenderingContext::handleNPOTTextures(bool prepareToDraw) in handleNPOTTextures() function in WebCore::WebGLRenderingContext
DWebGLRenderingContext.h499 void handleNPOTTextures(bool prepareToDraw);
/external/webkit/Source/WebCore/
DChangeLog-2010-12-0657722 (WebCore::WebGLRenderingContext::handleNPOTTextures):
87019 (WebCore::WebGLRenderingContext::handleNPOTTextures):
87549 (WebCore::WebGLRenderingContext::handleNPOTTextures):
108511 (WebCore::WebGLRenderingContext::handleNPOTTextures): Move isGLES2Compliant() to caller.
125950 (WebCore::WebGLRenderingContext::handleNPOTTextures): Deal with max tex units.
DChangeLog-2010-05-247060 …(WebCore::WebGLRenderingContext::handleNPOTTextures): Bind to black textures if needed before draw…