Searched defs:glObjectPtrLabelKHR (Results 1 - 4 of 4) sorted by relevance

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglObjectPtrLabelKHR.java1 // C function void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label )
3 public static native void glObjectPtrLabelKHR(long ptr, String label); method
/frameworks/base/opengl/java/android/opengl/
H A DGLES31Ext.java381 // C function void glObjectPtrLabelKHR ( const void *ptr, GLsizei length, const GLchar *label )
383 public static native void glObjectPtrLabelKHR(long ptr, String label); method in class:GLES31Ext
/frameworks/base/libs/hwui/debug/
H A Dunwrap_gles.h581 #undef glObjectPtrLabelKHR macro
H A Dwrap_gles.h581 #define glObjectPtrLabelKHR wrap_glObjectPtrLabelKHR macro

Completed in 137 milliseconds