Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_native
/
226486cdaf606909b5cc9e1f662f0874a6c4d079
/
.
/
opengl
/
tools
/
glgen
/
stubs
/
gles11
/
glDrawElementsIndirect.java
blob: 4a8d84d12050dae03ddaf38173cc96f93d97f9cc [
file
] [
log
] [
blame
]
// C function glDrawElementsIndirect ( GLenum mode, GLenum type, const void *indirect );
public
static
native
void
glDrawElementsIndirect
(
int
mode
,
int
type
,
long
indirect
);