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 128 void setTexture2DBinding(Platform3DObject texture) { m_texture2DBinding = texture; }
233 Platform3DObject m_texture2DBinding;
DrawingBuffer.cpp 125 , m_texture2DBinding(0)
225 ScopedTextureUnit0BindingRestorer restorer(m_context.get(), m_activeTextureUnit, m_texture2DBinding);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 686 m_textureUnits[i].m_texture2DBinding = nullptr;
918 webContext()->bindTexture(GL_TEXTURE_2D, objectOrZero(m_textureUnits[m_activeTextureUnit].m_texture2DBinding.get()));
    [all...]
WebGLRenderingContextBase.h 466 RefPtr<WebGLTexture> m_texture2DBinding;
    [all...]

Completed in 79 milliseconds