Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterValidatedProgram.cpp158 , m_programInfo(programInfo) in CustomFilterValidatedProgram()
184 if (!validateSymbols(symbols, m_programInfo.meshType())) { in CustomFilterValidatedProgram()
203 …ntext->context(), m_validatedVertexShader, m_validatedFragmentShader, m_programInfo.programType()); in compiledProgram()
212 return m_programInfo.programType() == ProgramTypeBlendsElementTexture in needsInputTexture()
213 && m_programInfo.mixSettings().compositeOperator != CompositeClear in needsInputTexture()
214 && m_programInfo.mixSettings().compositeOperator != CompositeCopy; in needsInputTexture()
219 ASSERT(m_programInfo.programType() == ProgramTypeBlendsElementTexture); in rewriteMixVertexShader()
249 ASSERT(m_programInfo.programType() == ProgramTypeBlendsElementTexture); in rewriteMixFragmentShader()
260 builder.append(blendFunctionString(m_programInfo.mixSettings().blendMode)); in rewriteMixFragmentShader()
261 builder.append(compositeFunctionString(m_programInfo.mixSettings().compositeOperator)); in rewriteMixFragmentShader()
[all …]
DCustomFilterValidatedProgram.h70 const CustomFilterProgramInfo& programInfo() const { return m_programInfo; } in programInfo()
110 CustomFilterProgramInfo m_programInfo; variable