Searched refs:m_meshType (Results 1 – 14 of 14) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
D | CustomFilterOperation.cpp | 43 , m_meshType(meshType) in CustomFilterOperation() 65 || m_meshType != fromOp->m_meshType) in blend() 70 …ustomFilterOperation::create(m_program, animatedParameters, m_meshRows, m_meshColumns, m_meshType); in blend()
|
D | ValidatedCustomFilterOperation.h | 61 CustomFilterMeshType meshType() const { return m_meshType; } in meshType() 74 && m_meshType == other->m_meshType 85 CustomFilterMeshType m_meshType; variable
|
D | CustomFilterProgramInfo.cpp | 70 , m_meshType(meshType) in CustomFilterProgramInfo() 88 m_meshType in hash() 100 && m_meshType == o.m_meshType in operator ==()
|
D | CustomFilterOperation.h | 58 CustomFilterMeshType meshType() const { return m_meshType; } in meshType() 80 && m_meshType == other->m_meshType 89 CustomFilterMeshType m_meshType; variable
|
D | CustomFilterMeshGenerator.h | 67 return m_meshType == MeshTypeAttached ? AttachedMeshVertexSize : DetachedMeshVertexSize; in floatsPerVertex() 72 return m_meshType == MeshTypeAttached ? pointsCount() : indicesCount(); in verticesCount() 111 CustomFilterMeshType m_meshType; variable
|
D | CustomFilterProgram.cpp | 40 , m_meshType(meshType) in CustomFilterProgram() 82 …rogramInfo(vertexShaderString(), fragmentShaderString(), m_programType, m_mixSettings, m_meshType); in programInfo()
|
D | CustomFilterMesh.h | 57 CustomFilterMeshType meshType() const { return m_meshType; } in meshType() 71 CustomFilterMeshType m_meshType; variable
|
D | CustomFilterProgram.h | 62 CustomFilterMeshType meshType() const { return m_meshType; } in meshType() 86 CustomFilterMeshType m_meshType; variable
|
D | CustomFilterProgramInfo.h | 79 CustomFilterMeshType meshType() const { return m_meshType; } in meshType() 85 CustomFilterMeshType m_meshType; variable
|
D | CustomFilterMeshGenerator.cpp | 45 : m_meshType(meshType) in CustomFilterMeshGenerator() 65 if (m_meshType == MeshTypeAttached) in CustomFilterMeshGenerator() 157 (m_meshType == MeshTypeAttached) ? "Attached" : "Detached"); in dumpBuffers()
|
D | CustomFilterRenderer.cpp | 81 , m_meshType(meshType) in CustomFilterRenderer() 133 …mFilterMesh::create(m_context.get(), m_meshColumns, m_meshRows, FloatRect(0, 0, 1, 1), m_meshType); in initializeMeshIfNeeded() 277 if (m_meshType == MeshTypeDetached) in bindProgramAndBuffers() 288 if (m_meshType == MeshTypeDetached) in unbindVertexAttributes()
|
D | ValidatedCustomFilterOperation.cpp | 45 , m_meshType(meshType) in ValidatedCustomFilterOperation()
|
D | CustomFilterMesh.cpp | 44 , m_meshType(meshType) in CustomFilterMesh()
|
D | CustomFilterRenderer.h | 93 CustomFilterMeshType m_meshType; variable
|