Searched refs:setVertexAttribPointer (Results 1 – 5 of 5) sorted by relevance
/third_party/vk-gl-cts/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()
|
/third_party/skia/third_party/externals/angle2/src/libANGLE/ |
D | VertexArray.h | 212 void setVertexAttribPointer(const Context *context,
|
D | State.h | 479 ANGLE_INLINE void setVertexAttribPointer(const Context *context, in setVertexAttribPointer() function 488 mVertexArray->setVertexAttribPointer(context, attribNum, boundBuffer, size, type, in setVertexAttribPointer()
|
D | VertexArray.cpp | 580 void VertexArray::setVertexAttribPointer(const Context *context, in setVertexAttribPointer() function in gl::VertexArray
|
D | Context.cpp | 5774 mState.setVertexAttribPointer(this, index, mState.getTargetBuffer(BufferBinding::Array), size, in vertexAttribPointer()
|