HomeSort by relevance Sort by last modified time
    Searched refs:m_compositorTexture (Results 1 - 3 of 3) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/mac/
GraphicsContext3DMac.mm 96 , 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/
GraphicsContext3D.h 460 Platform3DObject platformTexture() const { return m_compositorTexture; }
    [all...]
  /external/webkit/Source/WebCore/platform/graphics/opengl/
GraphicsContext3DOpenGL.cpp 239 ::glBindTexture(GL_TEXTURE_2D, m_compositorTexture);
337 ::glBindTexture(GL_TEXTURE_2D, m_compositorTexture);
    [all...]

Completed in 46 milliseconds