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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
ColorBuffer.h 31 GLuint getGLTextureName() const { return m_tex; }
47 GLuint m_tex; member in class:ColorBuffer
  /external/webkit/Source/WebCore/platform/graphics/chromium/
LayerTilerChromium.h 95 explicit Tile(PassOwnPtr<LayerTexture> tex) : m_tex(tex), m_i(-1), m_j(-1) {}
97 LayerTexture* texture() { return m_tex.get(); }
109 OwnPtr<LayerTexture> m_tex; member in class:WebCore::LayerTilerChromium::Tile
  /sdk/emulator/opengl/shared/OpenglCodecCommon/
GLClientState.h 209 TextureState m_tex; member in class:GLClientState

Completed in 421 milliseconds