Home
last modified time | relevance | path

Searched refs:m_kernelLocation (Results 1 – 2 of 2) sorted by relevance

/dports/converters/wkhtmltopdf/qt-5db36ec/src/3rdparty/webkit/Source/WebCore/platform/graphics/gpu/
H A DConvolutionShader.cpp47 , m_kernelLocation(context->getUniformLocation(program, "kernel")) in ConvolutionShader()
117 m_context->uniform1fv(m_kernelLocation, const_cast<float*>(kernel), kernelWidth); in use()
H A DConvolutionShader.h50 int m_kernelLocation; variable