Searched refs:setVertexAttribPointer (Results 1 – 5 of 5) sorted by relevance
/external/deqp/framework/opengl/ |
D | gluDrawUtil.cpp | 403 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/ |
D | VertexArray.h | 187 void setVertexAttribPointer(const Context *context,
|
D | State.h | 429 ANGLE_INLINE void setVertexAttribPointer(const Context *context, in setVertexAttribPointer() function 438 mVertexArray->setVertexAttribPointer(context, attribNum, boundBuffer, size, type, in setVertexAttribPointer()
|
D | VertexArray.cpp | 509 void VertexArray::setVertexAttribPointer(const Context *context, in setVertexAttribPointer() function in gl::VertexArray
|
D | Context.cpp | 4968 mState.setVertexAttribPointer(this, index, mState.getTargetBuffer(BufferBinding::Array), size, in vertexAttribPointer()
|