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

  /external/chromium_org/third_party/WebKit/Source/core/html/canvas/
WebGLTexture.h 132 bool m_isFloatType;
WebGLTexture.cpp 50 , m_isFloatType(false)
241 if ((m_isFloatType && !(flag & TextureFloatLinearExtensionEnabled)) || (m_isHalfFloatType && !(flag && TextureHalfFloatLinearExtensionEnabled))) {
356 m_isFloatType = m_info[0][0].type == GraphicsContext3D::FLOAT;

Completed in 32 milliseconds