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