Searched defs:glGetProgramResourceiv (Results 1 - 3 of 3) sorted by relevance

/frameworks/base/opengl/java/android/opengl/
H A DGLES31.java289 // C function void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params )
291 public static native void glGetProgramResourceiv( method in class:GLES31
305 // C function void glGetProgramResourceiv ( GLuint program, GLenum programInterface, GLuint index, GLsizei propCount, const GLenum *props, GLsizei bufSize, GLsizei *length, GLint *params )
307 public static native void glGetProgramResourceiv( method in class:GLES31
/frameworks/base/libs/hwui/debug/
H A Dgles_redefine.h407 #define glGetProgramResourceiv wrap_glGetProgramResourceiv macro
H A Dgles_undefine.h407 #undef glGetProgramResourceiv macro

Completed in 43 milliseconds