OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:IndexArray
(Results
1 - 3
of
3
) sorted by null
/external/libgdx/backends/gdx-backends-gwt/src/com/badlogic/gdx/backends/gwt/emu/com/badlogic/gdx/graphics/glutils/
IndexArray.java
39
public class
IndexArray
extends IndexBufferObject {
40
public
IndexArray
(int maxIndices) {
/external/libgdx/gdx/src/com/badlogic/gdx/graphics/glutils/
IndexArray.java
24
public class
IndexArray
implements IndexData {
31
/** Creates a new
IndexArray
to be used with vertex arrays.
34
public
IndexArray
(int maxIndices) {
52
/** @return the maximum number of indices this
IndexArray
can store. */
58
* Sets the indices of this
IndexArray
, discarding the old indices. The count must equal the number of indices to be copied to
59
* this
IndexArray
.
106
/** Binds this
IndexArray
for rendering with glDrawElements. */
110
/** Unbinds this
IndexArray
. */
114
/** Invalidates the
IndexArray
so a new OpenGL buffer handle is created. Use this in case of a context loss. */
118
/** Disposes this
IndexArray
and all its associated OpenGL resources. */
[
all
...]
/external/harfbuzz_ng/src/
hb-ot-layout-common-private.hh
175
struct
IndexArray
: ArrayOf<Index>
228
IndexArray
featureIndex; /* Array of indices into the FeatureList */
561
IndexArray
lookupIndex; /* Array of LookupList indices */
[
all
...]
Completed in 2360 milliseconds