OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:VertexData
(Results
1 - 2
of
2
) sorted by null
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
VertexData.java
25
/** A
VertexData
instance holds vertices for rendering with OpenGL. It is implemented as either a {@link VertexArray} or a
29
public interface
VertexData
extends Disposable {
30
/** @return the number of vertices this
VertexData
stores */
39
/** Sets the vertices of this
VertexData
, discarding the old vertex data. The count must equal the number of floats per vertex
40
* times the number of vertices to be copied to this
VertexData
. The order of the vertex attributes must be the same as
61
/** Binds this
VertexData
for rendering via glDrawArrays or glDrawElements. */
64
/** Binds this
VertexData
for rendering via glDrawArrays or glDrawElements.
68
/** Unbinds this
VertexData
. */
71
/** Unbinds this
VertexData
.
75
/** Invalidates the
VertexData
if applicable. Use this in case of a context loss. */
[
all
...]
/external/skia/src/utils/
SkPatchUtils.h
22
struct
VertexData
{
29
VertexData
()
37
~
VertexData
() {
116
static bool getVertexData(SkPatchUtils::
VertexData
* data, const SkPoint cubics[12],
Completed in 73 milliseconds