Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterCompiledProgram.h56 int projectionMatrixLocation() const { return m_projectionMatrixLocation; } in projectionMatrixLocation() function
DCustomFilterRenderer.cpp245 if (m_compiledProgram->projectionMatrixLocation() != -1) { in bindProgramAndBuffers()
250 …m_context->uniformMatrix4fv(m_compiledProgram->projectionMatrixLocation(), 1, false, &glProjection… in bindProgramAndBuffers()