Searched refs:bindVertexAttribute (Results 1 – 2 of 2) sorted by relevance
/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/ |
D | CustomFilterRenderer.cpp | 136 void CustomFilterRenderer::bindVertexAttribute(int attributeLocation, unsigned size, unsigned offse… in bindVertexAttribute() function in WebCore::CustomFilterRenderer 274 …bindVertexAttribute(m_compiledProgram->positionAttribLocation(), PositionAttribSize, PositionAttri… in bindProgramAndBuffers() 275 bindVertexAttribute(m_compiledProgram->texAttribLocation(), TexAttribSize, TexAttribOffset); in bindProgramAndBuffers() 276 bindVertexAttribute(m_compiledProgram->meshAttribLocation(), MeshAttribSize, MeshAttribOffset); in bindProgramAndBuffers() 278 …bindVertexAttribute(m_compiledProgram->triangleAttribLocation(), TriangleAttribSize, TriangleAttri… in bindProgramAndBuffers()
|
D | CustomFilterRenderer.h | 74 void bindVertexAttribute(int attributeLocation, unsigned size, unsigned offset);
|