Home
last modified time | relevance | path

Searched refs:m_compositorTexture (Results 1 – 3 of 3) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/mac/
DGraphicsContext3DMac.mm96 , m_compositorTexture(0)
174 ::glGenTextures(1, &m_compositorTexture);
175 ::glBindTexture(GL_TEXTURE_2D, m_compositorTexture);
229 ::glDeleteTextures(1, &m_compositorTexture);
/external/webkit/Source/WebCore/platform/graphics/
DGraphicsContext3D.h460 Platform3DObject platformTexture() const { return m_compositorTexture; } in platformTexture()
911 GC3Duint m_texture, m_compositorTexture; variable
/external/webkit/Source/WebCore/platform/graphics/opengl/
DGraphicsContext3DOpenGL.cpp239 ::glBindTexture(GL_TEXTURE_2D, m_compositorTexture); in reshape()
337 ::glBindTexture(GL_TEXTURE_2D, m_compositorTexture); in prepareTexture()