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

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.cpp 399 m_activeTextureUnit = 0;
627 m_activeTextureUnit = texture - GraphicsContext3D::TEXTURE0;
751 m_textureUnits[m_activeTextureUnit].m_texture2DBinding = texture;
754 m_textureUnits[m_activeTextureUnit].m_textureCubeMapBinding = texture;
    [all...]
WebGLRenderingContext.h 417 unsigned long m_activeTextureUnit;

Completed in 40 milliseconds