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

  /external/chromium_org/third_party/WebKit/Source/platform/graphics/gpu/
DrawingBuffer.h 133 void setActiveTextureUnit(GLint textureUnit) { m_activeTextureUnit = textureUnit; }
234 GLenum m_activeTextureUnit;
DrawingBuffer.cpp 125 , m_activeTextureUnit(GL_TEXTURE0)
239 ScopedTextureUnit0BindingRestorer restorer(m_context.get(), m_activeTextureUnit, m_texture2DBinding);
    [all...]
  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLRenderingContextBase.cpp 612 m_activeTextureUnit = 0;
    [all...]
WebGLRenderingContextBase.h 509 unsigned long m_activeTextureUnit;
    [all...]

Completed in 406 milliseconds