Searched refs:m_activeTextureUnit (Results 1 - 2 of 2) sorted by relevance

/external/webkit/Source/WebCore/html/canvas/
H A DWebGLRenderingContext.cpp399 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;
2192 return WebGLGetInfo(PassRefPtr<WebGLTexture>(m_textureUnits[m_activeTextureUnit].m_texture2DBinding));
2194 return WebGLGetInfo(PassRefPtr<WebGLTexture>(m_textureUnits[m_activeTextureUnit].m_textureCubeMapBinding));
4073 if (ii != m_activeTextureUnit) {
4096 m_context->activeTexture(m_activeTextureUnit);
4171 tex = m_textureUnits[m_activeTextureUnit].m_texture2DBinding.get();
4183 tex = m_textureUnits[m_activeTextureUnit]
[all...]
H A DWebGLRenderingContext.h417 unsigned long m_activeTextureUnit; member in class:WebCore::WebGLRenderingContext

Completed in 92 milliseconds