Searched defs:activeTexture (Results 1 – 4 of 4) sorted by relevance
/external/webkit/Source/WebCore/platform/graphics/qt/ | ||
D | GraphicsContext3DQt.cpp | 168 glActiveTextureType activeTexture; member in WebCore::GraphicsContext3DInternal |
/external/webkit/Source/WebKit/chromium/src/ | ||
D | GraphicsContext3DChromium.cpp | 425 DELEGATE_TO_IMPL_1(activeTexture, GC3Denum) in DELEGATE_TO_IMPL_1() argument |
/external/webkit/Source/WebCore/platform/graphics/opengl/ | ||
D | GraphicsContext3DOpenGL.cpp | 346 void GraphicsContext3D::activeTexture(GC3Denum texture) in activeTexture() function in WebCore::GraphicsContext3D |
/external/webkit/Source/WebCore/html/canvas/ | ||
D | WebGLRenderingContext.cpp | 618 void WebGLRenderingContext::activeTexture(GC3Denum texture, ExceptionCode& ec) in activeTexture() function in WebCore::WebGLRenderingContext |