Home
last modified time | relevance | path

Searched defs:activeTexture (Results 1 – 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/qt/
DGraphicsContext3DQt.cpp168 glActiveTextureType activeTexture; member in WebCore::GraphicsContext3DInternal
679 void GraphicsContext3D::activeTexture(GC3Denum texture) in activeTexture() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/src/
DGraphicsContext3DChromium.cpp425 DELEGATE_TO_IMPL_1(activeTexture, GC3Denum) in DELEGATE_TO_IMPL_1() argument
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp346 void GraphicsContext3D::activeTexture(GC3Denum texture) in activeTexture() function in WebCore::GraphicsContext3D
/external/webkit/Source/WebCore/html/canvas/
DWebGLRenderingContext.cpp618 void WebGLRenderingContext::activeTexture(GC3Denum texture, ExceptionCode& ec) in activeTexture() function in WebCore::WebGLRenderingContext