Searched refs:m_compiledProgram (Results 1 – 4 of 4) sorted by relevance
96 ASSERT(m_compiledProgram.get()); in programNeedsInputTexture()97 return m_compiledProgram->samplerLocation() != -1; in programNeedsInputTexture()113 m_compiledProgram = compiledProgram; in setCompiledProgram()119 if (!m_compiledProgram || !m_compiledProgram->isInitialized()) in prepareForDrawing()208 int uniformLocation = m_compiledProgram->uniformLocationByName(parameter->name()); in bindProgramParameters()227 ASSERT(m_compiledProgram->isInitialized()); in bindProgramAndBuffers()229 m_context->useProgram(m_compiledProgram->program()); in bindProgramAndBuffers()234 ASSERT(m_compiledProgram->samplerLocation() != -1); in bindProgramAndBuffers()237 m_context->uniform1i(m_compiledProgram->samplerLocation(), 0); in bindProgramAndBuffers()245 if (m_compiledProgram->projectionMatrixLocation() != -1) { in bindProgramAndBuffers()[all …]
64 CustomFilterCompiledProgram* compiledProgram() const { return m_compiledProgram.get(); } in compiledProgram()84 RefPtr<CustomFilterCompiledProgram> m_compiledProgram; variable
202 if (!m_compiledProgram) { in compiledProgram()203 …m_compiledProgram = CustomFilterCompiledProgram::create(m_globalContext->context(), m_validatedVer… in compiledProgram()204 ASSERT(m_compiledProgram->isInitialized()); in compiledProgram()205 ASSERT(m_compiledProgram->samplerLocation() != -1 || !needsInputTexture()); in compiledProgram()207 return m_compiledProgram; in compiledProgram()
115 RefPtr<CustomFilterCompiledProgram> m_compiledProgram; variable