HomeSort by relevance Sort by last modified time
    Searched defs:m_textureId (Results 1 - 8 of 8) sorted by null

  /external/webkit/Source/WebCore/platform/graphics/chromium/
CanvasLayerChromium.h 56 unsigned m_textureId;
PluginLayerChromium.h 45 unsigned textureId() const { return m_textureId; }
54 unsigned m_textureId;
LayerTexture.h 69 unsigned m_textureId;
  /external/webkit/Source/WebCore/platform/graphics/chromium/cc/
CCPluginLayerImpl.h 49 void setTextureId(unsigned id) { m_textureId = id; }
54 unsigned m_textureId;
CCCanvasLayerImpl.h 49 void setTextureId(unsigned id) { m_textureId = id; }
54 unsigned m_textureId;
CCPluginLayerImpl.cpp 41 , m_textureId(0)
56 GLC(context, context->bindTexture(GraphicsContext3D::TEXTURE_2D, m_textureId));
77 ts << "plugin layer texture id: " << m_textureId << "\n";
  /external/webkit/Source/WebCore/platform/graphics/android/rendering/
TextureInfo.h 57 GLuint m_textureId;
DrawQuadData.h 150 m_textureId = textureId;
162 m_textureId = textureId;
170 virtual int textureId() const { return m_textureId; }
174 void updateTextureId(int newId) { m_textureId = newId; }
178 int m_textureId;

Completed in 365 milliseconds