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

  /external/webkit/Source/WebCore/platform/graphics/gpu/
SharedGraphicsContext3D.cpp 100 , m_oesStandardDerivativesSupported(false)
112 m_oesStandardDerivativesSupported = extensions->supports("GL_OES_standard_derivatives");
113 if (m_oesStandardDerivativesSupported)
448 m_oesStandardDerivativesSupported ? Shader::Antialiased : Shader::NotAntialiased);
SharedGraphicsContext3D.h 169 bool m_oesStandardDerivativesSupported;

Completed in 30 milliseconds