Home
last modified time | relevance | path

Searched refs:setVertexAttribPointer (Results 1 – 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
DgluDrawUtil.cpp403 static void setVertexAttribPointer (const glw::Functions& gl, const VertexAttributeDescriptor& va) in setVertexAttribPointer() function
427 setVertexAttribPointer(gl, *vaIter); in setVertexBufferAttributes()
510 setVertexAttribPointer(gl, getUserPointerDescriptor(*vaIter)); in drawFromUserPointers()
/external/angle/src/libANGLE/
DVertexArray.h199 void setVertexAttribPointer(const Context *context,
DState.h483 ANGLE_INLINE void setVertexAttribPointer(const Context *context, in setVertexAttribPointer() function
492 mVertexArray->setVertexAttribPointer(context, attribNum, boundBuffer, size, type, in setVertexAttribPointer()
DVertexArray.cpp545 void VertexArray::setVertexAttribPointer(const Context *context, in setVertexAttribPointer() function in gl::VertexArray
DContext.cpp5679 mState.setVertexAttribPointer(this, index, mState.getTargetBuffer(BufferBinding::Array), size, in vertexAttribPointer()