Home
last modified time | relevance | path

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

/external/chromium_org/third_party/WebKit/Source/platform/graphics/filters/custom/
DCustomFilterRenderer.cpp136 void CustomFilterRenderer::bindVertexAttribute(int attributeLocation, unsigned size, unsigned offse… in bindVertexAttribute() function in WebCore::CustomFilterRenderer
274bindVertexAttribute(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()
278bindVertexAttribute(m_compiledProgram->triangleAttribLocation(), TriangleAttribSize, TriangleAttri… in bindProgramAndBuffers()
DCustomFilterRenderer.h74 void bindVertexAttribute(int attributeLocation, unsigned size, unsigned offset);