Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterCompiledProgram.h58 int meshSizeLocation() const { return m_meshSizeLocation; } in meshSizeLocation() function
DCustomFilterRenderer.cpp256 if (m_compiledProgram->meshSizeLocation() != -1) in bindProgramAndBuffers()
257 m_context->uniform2f(m_compiledProgram->meshSizeLocation(), m_meshColumns, m_meshRows); in bindProgramAndBuffers()