Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Project
/
android_frameworks_native
/
f4a2e2639b5de722543c81408a4a897485b9892f
/
.
/
opengl
/
tools
/
glgen
/
stubs
/
gles11
/
glObjectPtrLabel.java
blob: 8e96a41e2663ebccea9171501021a99b205992c1 [
file
] [
log
] [
blame
]
// C function void glObjectPtrLabel ( const void *ptr, GLsizei length, const GLchar *label )
public
static
native
void
glObjectPtrLabel
(
long
ptr
,
String
label
);