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

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

Completed in 28 milliseconds