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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 125 void setTexture2DBinding(Platform3DObject texture) { m_texture2DBinding = texture; }
232 Platform3DObject m_texture2DBinding;
DrawingBuffer.cpp 123 , m_texture2DBinding(0)
239 ScopedTextureUnit0BindingRestorer restorer(m_context.get(), m_activeTextureUnit, m_texture2DBinding);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 739 m_textureUnits[i].m_texture2DBinding = nullptr;
    [all...]
WebGLRenderingContextBase.h 369 RefPtrWillBeMember<WebGLTexture> m_texture2DBinding;
    [all...]

Completed in 81 milliseconds