Searched refs:platformTexture (Results 1 - 6 of 6) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/chromium/
H A DWebGLLayerChromium.cpp105 unsigned int textureId = m_context->platformTexture();
/external/webkit/Source/WebCore/platform/graphics/mac/
H A DWebGLLayer.mm87 glBindTexture(GL_TEXTURE_2D, m_context->platformTexture());
/external/webkit/Source/WebCore/platform/graphics/
H A DGraphicsContext3D.h460 Platform3DObject platformTexture() const { return m_compositorTexture; } function in class:WebCore::GraphicsContext3D
464 Platform3DObject platformTexture() const;
470 Platform3DObject platformTexture() const;
476 Platform3DObject platformTexture() const { return m_texture; } function in class:WebCore::GraphicsContext3D
479 Platform3DObject platformTexture() const { return NullPlatform3DObject; } function in class:WebCore::GraphicsContext3D
/external/webkit/Source/WebKit/chromium/src/
H A DGraphicsContext3DChromium.cpp145 Platform3DObject GraphicsContext3DInternal::platformTexture() const function in class:WebCore::GraphicsContext3DInternal
953 Platform3DObject GraphicsContext3D::platformTexture() const function in class:WebCore::GraphicsContext3D
955 return m_internal->platformTexture();
H A DGraphicsContext3DInternal.h62 Platform3DObject platformTexture() const;
/external/webkit/Source/WebCore/platform/graphics/qt/
H A DGraphicsContext3DQt.cpp632 Platform3DObject GraphicsContext3D::platformTexture() const function in class:WebCore::GraphicsContext3D

Completed in 71 milliseconds