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

  /external/webkit/Source/WebCore/html/canvas/
WebGLRenderingContext.h 436 GC3Dint m_maxCubeMapTextureSize;
WebGLRenderingContext.cpp 435 m_maxCubeMapTextureSize = 0;
436 m_context->getIntegerv(GraphicsContext3D::MAX_CUBE_MAP_TEXTURE_SIZE, &m_maxCubeMapTextureSize);
437 m_maxCubeMapTextureLevel = WebGLTexture::computeLevelCount(m_maxCubeMapTextureSize, m_maxCubeMapTextureSize);
    [all...]

Completed in 22 milliseconds