Searched refs:_this (Results 1 - 25 of 45) sorted by relevance

12

/frameworks/native/opengl/tools/glgen/stubs/gles11/
H A DglDebugMessageCallbackKHR.cpp3 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) { argument
H A DglGetBooleanv.cpp4 (JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) {
5 get<jbooleanArray, GLboolean, glGetBooleanv>(_env, _this, pname, params_ref, offset);
11 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
12 getarray<GLboolean, glGetBooleanv>(_env, _this, pname, params_buf);
3 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
10 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
H A DglGetFloatv.cpp4 (JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) {
5 get<jfloatArray, GLfloat, glGetFloatv>(_env, _this, pname, params_ref, offset);
11 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
12 getarray<GLfloat, glGetFloatv>(_env, _this, pname, params_buf);
3 android_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
10 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
H A DglGetIntegerv.cpp4 (JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) {
5 get<jintArray, GLint, glGetIntegerv>(_env, _this, pname, params_ref, offset);
11 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
12 getarray<GLint, glGetIntegerv>(_env, _this, pname, params_buf);
3 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
10 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
H A DglGetPointervKHR.cpp3 android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) { argument
H A DglCreateShaderProgramv.cpp4 (JNIEnv *_env, jobject _this, jint type, jobjectArray strings) {
3 android_glCreateShaderProgramv(JNIEnv *_env, jobject _this, jint type, jobjectArray strings) argument
H A DglGetObjectLabelKHR.cpp3 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) { argument
H A DglGetObjectPtrLabelKHR.cpp3 android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) { argument
H A DglObjectPtrLabelKHR.cpp3 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) { argument
H A DglGetProgramResourceName.cpp4 (JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) {
3 android_glGetProgramResourceName(JNIEnv *_env, jobject _this, jint program, jint programInterface, jint index) argument
H A DglGetStringi.cpp4 (JNIEnv *_env, jobject _this, jint name, jint index) {
3 android_glGetStringi__II(JNIEnv *_env, jobject _this, jint name, jint index) argument
H A DglBindVertexBuffer.cpp4 (JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) {
3 android_glBindVertexBuffer__IIJI(JNIEnv *_env, jobject _this, jint bindingindex, jint buffer, jlong offset, jint stride) argument
H A DglGetBufferPointerv.cpp4 (JNIEnv *_env, jobject _this, jint target, jint pname) {
3 android_glGetBufferPointerv__II(JNIEnv *_env, jobject _this, jint target, jint pname) argument
H A DglGetDebugMessageLogKHR.cpp4 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
12 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
20 (JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) {
28 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) {
3 android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) argument
11 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) argument
19 android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) argument
27 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) argument
H A DglShaderSource.cpp6 (JNIEnv *_env, jobject _this, jint shader, jstring string) {
5 android_glShaderSource(JNIEnv *_env, jobject _this, jint shader, jstring string) argument
H A DglMapBufferRange.cpp4 (JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) {
3 android_glMapBufferRange__IIII(JNIEnv *_env, jobject _this, jint target, jint offset, jint length, jint access) argument
/frameworks/native/opengl/tools/glgen/stubs/egl/
H A DeglGetDisplay.cpp4 (JNIEnv *_env, jobject _this, jlong display_id) {
15 (JNIEnv *_env, jobject _this, jint display_id) {
21 return android_eglGetDisplay(_env, _this, display_id);
3 android_eglGetDisplay(JNIEnv *_env, jobject _this, jlong display_id) argument
14 android_eglGetDisplayInt(JNIEnv *_env, jobject _this, jint display_id) argument
H A DeglQueryString.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint name) {
3 android_eglQueryString__Landroind_opengl_EGLDisplay_2I(JNIEnv *_env, jobject _this, jobject dpy, jint name) argument
H A DeglCreatePbufferFromClientBuffer.cpp4 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) {
67 (JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) {
72 return android_eglCreatePbufferFromClientBuffer(_env, _this, dpy, buftype, buffer, config, attrib_list_ref, offset);
3 android_eglCreatePbufferFromClientBuffer(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jlong buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
66 android_eglCreatePbufferFromClientBufferInt(JNIEnv *_env, jobject _this, jobject dpy, jint buftype, jint buffer, jobject config, jintArray attrib_list_ref, jint offset) argument
/frameworks/base/core/jni/
H A Dandroid_opengl_GLES10.cpp231 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) {
286 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
330 (JNIEnv *_env, jobject _this, jint texture) {
339 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
349 (JNIEnv *_env, jobject _this, jint func, jint ref) {
359 (JNIEnv *_env, jobject _this, jint target, jint texture) {
369 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) {
379 (JNIEnv *_env, jobject _this, jint mask) {
388 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
400 (JNIEnv *_env, jobject _this, jin
230 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
285 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
329 android_glActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
338 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
348 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
358 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
368 android_glBlendFunc__II(JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) argument
378 android_glClear__I(JNIEnv *_env, jobject _this, jint mask) argument
387 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
399 android_glClearColorx__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
411 android_glClearDepthf__F(JNIEnv *_env, jobject _this, jfloat depth) argument
420 android_glClearDepthx__I(JNIEnv *_env, jobject _this, jint depth) argument
429 android_glClearStencil__I(JNIEnv *_env, jobject _this, jint s) argument
438 android_glClientActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
447 android_glColor4f__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
459 android_glColor4x__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
471 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
483 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
507 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
536 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
566 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
582 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
598 android_glCullFace__I(JNIEnv *_env, jobject _this, jint mode) argument
607 android_glDeleteTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
656 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
693 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
702 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
711 android_glDepthRangef__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
721 android_glDepthRangex__II(JNIEnv *_env, jobject _this, jint zNear, jint zFar) argument
731 android_glDisable__I(JNIEnv *_env, jobject _this, jint cap) argument
740 android_glDisableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
749 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument
760 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
799 android_glEnable__I(JNIEnv *_env, jobject _this, jint cap) argument
808 android_glEnableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
817 android_glFinish__(JNIEnv *_env, jobject _this) argument
824 android_glFlush__(JNIEnv *_env, jobject _this) argument
831 android_glFogf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
841 android_glFogfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
901 android_glFogfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
949 android_glFogx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
959 android_glFogxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1019 android_glFogxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1067 android_glFrontFace__I(JNIEnv *_env, jobject _this, jint mode) argument
1076 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1090 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1104 android_glGenTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1153 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1190 android_glGetError__(JNIEnv *_env, jobject _this) argument
1199 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1206 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1218 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
1228 android_glLightModelf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
1238 android_glLightModelfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
1298 android_glLightModelfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1346 android_glLightModelx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
1356 android_glLightModelxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1416 android_glLightModelxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1464 android_glLightf__IIF(JNIEnv *_env, jobject _this, jint light, jint pname, jfloat param) argument
1475 android_glLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
1550 android_glLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1613 android_glLightx__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
1624 android_glLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
1699 android_glLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
1762 android_glLineWidth__F(JNIEnv *_env, jobject _this, jfloat width) argument
1771 android_glLineWidthx__I(JNIEnv *_env, jobject _this, jint width) argument
1780 android_glLoadIdentity__(JNIEnv *_env, jobject _this) argument
1787 android_glLoadMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
1829 android_glLoadMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
1851 android_glLoadMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
1893 android_glLoadMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
1915 android_glLogicOp__I(JNIEnv *_env, jobject _this, jint opcode) argument
1924 android_glMaterialf__IIF(JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) argument
1935 android_glMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
2008 android_glMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2069 android_glMaterialx__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
2080 android_glMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
2153 android_glMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2214 android_glMatrixMode__I(JNIEnv *_env, jobject _this, jint mode) argument
2223 android_glMultMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
2265 android_glMultMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2287 android_glMultMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
2329 android_glMultMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2351 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
2364 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
2377 android_glNormal3f__FFF(JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) argument
2388 android_glNormal3x__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
2399 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2422 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
2436 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
2450 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2460 android_glPointSize__F(JNIEnv *_env, jobject _this, jfloat size) argument
2469 android_glPointSizex__I(JNIEnv *_env, jobject _this, jint size) argument
2478 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
2488 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
2498 android_glPopMatrix__(JNIEnv *_env, jobject _this) argument
2505 android_glPushMatrix__(JNIEnv *_env, jobject _this) argument
2512 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
2540 android_glRotatef__FFFF(JNIEnv *_env, jobject _this, jfloat angle, jfloat x, jfloat y, jfloat z) argument
2552 android_glRotatex__IIII(JNIEnv *_env, jobject _this, jint angle, jint x, jint y, jint z) argument
2564 android_glSampleCoverage__FZ(JNIEnv *_env, jobject _this, jfloat value, jboolean invert) argument
2574 android_glSampleCoveragex__IZ(JNIEnv *_env, jobject _this, jint value, jboolean invert) argument
2584 android_glScalef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
2595 android_glScalex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
2606 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
2618 android_glShadeModel__I(JNIEnv *_env, jobject _this, jint mode) argument
2627 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
2638 android_glStencilMask__I(JNIEnv *_env, jobject _this, jint mask) argument
2647 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
2658 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
2682 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
2693 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
2754 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2803 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2814 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2875 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2924 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
2956 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
2967 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
2978 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3010 android_glTranslatef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
3021 android_glTranslatex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
3032 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3056 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
[all...]
H A Dcom_google_android_gles_jni_GLImpl.cpp264 (JNIEnv *_env, jobject _this, jint texture) {
273 (JNIEnv *_env, jobject _this, jint func, jfloat ref) {
283 (JNIEnv *_env, jobject _this, jint func, jint ref) {
293 (JNIEnv *_env, jobject _this, jint target, jint texture) {
303 (JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) {
313 (JNIEnv *_env, jobject _this, jint mask) {
322 (JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) {
334 (JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) {
346 (JNIEnv *_env, jobject _this, jfloat depth) {
355 (JNIEnv *_env, jobject _this, jin
263 android_glActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
272 android_glAlphaFunc__IF(JNIEnv *_env, jobject _this, jint func, jfloat ref) argument
282 android_glAlphaFuncx__II(JNIEnv *_env, jobject _this, jint func, jint ref) argument
292 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
302 android_glBlendFunc__II(JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) argument
312 android_glClear__I(JNIEnv *_env, jobject _this, jint mask) argument
321 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
333 android_glClearColorx__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
345 android_glClearDepthf__F(JNIEnv *_env, jobject _this, jfloat depth) argument
354 android_glClearDepthx__I(JNIEnv *_env, jobject _this, jint depth) argument
363 android_glClearStencil__I(JNIEnv *_env, jobject _this, jint s) argument
372 android_glClientActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
381 android_glColor4f__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
393 android_glColor4x__IIII(JNIEnv *_env, jobject _this, jint red, jint green, jint blue, jint alpha) argument
405 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
417 android_glColorPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
441 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
470 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
500 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
516 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
532 android_glCullFace__I(JNIEnv *_env, jobject _this, jint mode) argument
541 android_glDeleteTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
590 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
627 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
636 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
645 android_glDepthRangef__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
655 android_glDepthRangex__II(JNIEnv *_env, jobject _this, jint zNear, jint zFar) argument
665 android_glDisable__I(JNIEnv *_env, jobject _this, jint cap) argument
674 android_glDisableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
683 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument
694 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
733 android_glEnable__I(JNIEnv *_env, jobject _this, jint cap) argument
742 android_glEnableClientState__I(JNIEnv *_env, jobject _this, jint array) argument
751 android_glFinish__(JNIEnv *_env, jobject _this) argument
758 android_glFlush__(JNIEnv *_env, jobject _this) argument
765 android_glFogf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
775 android_glFogfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
849 android_glFogfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
911 android_glFogx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
921 android_glFogxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
995 android_glFogxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1057 android_glFrontFace__I(JNIEnv *_env, jobject _this, jint mode) argument
1066 android_glFrustumf__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
1080 android_glFrustumx__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
1094 android_glGenTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1143 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1180 android_glGetError__(JNIEnv *_env, jobject _this) argument
1189 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
1569 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
1942 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
1952 android_glLightModelf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
1962 android_glLightModelfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
2027 android_glLightModelfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2080 android_glLightModelx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
2090 android_glLightModelxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
2155 android_glLightModelxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2208 android_glLightf__IIF(JNIEnv *_env, jobject _this, jint light, jint pname, jfloat param) argument
2219 android_glLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
2311 android_glLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
2391 android_glLightx__III(JNIEnv *_env, jobject _this, jint light, jint pname, jint param) argument
2402 android_glLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
2494 android_glLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
2574 android_glLineWidth__F(JNIEnv *_env, jobject _this, jfloat width) argument
2583 android_glLineWidthx__I(JNIEnv *_env, jobject _this, jint width) argument
2592 android_glLoadIdentity__(JNIEnv *_env, jobject _this) argument
2599 android_glLoadMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
2641 android_glLoadMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2663 android_glLoadMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
2705 android_glLoadMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
2727 android_glLogicOp__I(JNIEnv *_env, jobject _this, jint opcode) argument
2736 android_glMaterialf__IIF(JNIEnv *_env, jobject _this, jint face, jint pname, jfloat param) argument
2747 android_glMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
2825 android_glMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
2891 android_glMaterialx__III(JNIEnv *_env, jobject _this, jint face, jint pname, jint param) argument
2902 android_glMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
2980 android_glMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
3046 android_glMatrixMode__I(JNIEnv *_env, jobject _this, jint mode) argument
3055 android_glMultMatrixf___3FI(JNIEnv *_env, jobject _this, jfloatArray m_ref, jint offset) argument
3097 android_glMultMatrixf__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
3119 android_glMultMatrixx___3II(JNIEnv *_env, jobject _this, jintArray m_ref, jint offset) argument
3161 android_glMultMatrixx__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject m_buf) argument
3183 android_glMultiTexCoord4f__IFFFF(JNIEnv *_env, jobject _this, jint target, jfloat s, jfloat t, jfloat r, jfloat q) argument
3196 android_glMultiTexCoord4x__IIIII(JNIEnv *_env, jobject _this, jint target, jint s, jint t, jint r, jint q) argument
3209 android_glNormal3f__FFF(JNIEnv *_env, jobject _this, jfloat nx, jfloat ny, jfloat nz) argument
3220 android_glNormal3x__III(JNIEnv *_env, jobject _this, jint nx, jint ny, jint nz) argument
3231 android_glNormalPointerBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3254 android_glOrthof__FFFFFF(JNIEnv *_env, jobject _this, jfloat left, jfloat right, jfloat bottom, jfloat top, jfloat zNear, jfloat zFar) argument
3268 android_glOrthox__IIIIII(JNIEnv *_env, jobject _this, jint left, jint right, jint bottom, jint top, jint zNear, jint zFar) argument
3282 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
3292 android_glPointSize__F(JNIEnv *_env, jobject _this, jfloat size) argument
3301 android_glPointSizex__I(JNIEnv *_env, jobject _this, jint size) argument
3310 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
3320 android_glPolygonOffsetx__II(JNIEnv *_env, jobject _this, jint factor, jint units) argument
3330 android_glPopMatrix__(JNIEnv *_env, jobject _this) argument
3337 android_glPushMatrix__(JNIEnv *_env, jobject _this) argument
3344 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3372 android_glRotatef__FFFF(JNIEnv *_env, jobject _this, jfloat angle, jfloat x, jfloat y, jfloat z) argument
3384 android_glRotatex__IIII(JNIEnv *_env, jobject _this, jint angle, jint x, jint y, jint z) argument
3396 android_glSampleCoverage__FZ(JNIEnv *_env, jobject _this, jfloat value, jboolean invert) argument
3406 android_glSampleCoveragex__IZ(JNIEnv *_env, jobject _this, jint value, jboolean invert) argument
3416 android_glScalef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
3427 android_glScalex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
3438 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
3450 android_glShadeModel__I(JNIEnv *_env, jobject _this, jint mode) argument
3459 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
3470 android_glStencilMask__I(JNIEnv *_env, jobject _this, jint mask) argument
3479 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
3490 android_glTexCoordPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3514 android_glTexEnvf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3525 android_glTexEnvfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3597 android_glTexEnvfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3657 android_glTexEnvx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3668 android_glTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3740 android_glTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3800 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
3832 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
3843 android_glTexParameterx__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
3854 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
3886 android_glTranslatef__FFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z) argument
3897 android_glTranslatex__III(JNIEnv *_env, jobject _this, jint x, jint y, jint z) argument
3908 android_glVertexPointerBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
3932 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
3944 android_glQueryMatrixxOES___3II_3II(JNIEnv *_env, jobject _this, jintArray mantissa_ref, jint mantissaOffset, jintArray exponent_ref, jint exponentOffset) argument
4025 android_glQueryMatrixxOES__Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject mantissa_buf, jobject exponent_buf) argument
4082 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
4092 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
4133 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
4172 android_glClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint plane, jfloatArray equation_ref, jint offset) argument
4221 android_glClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
4258 android_glClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint plane, jintArray equation_ref, jint offset) argument
4307 android_glClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint plane, jobject equation_buf) argument
4344 android_glColor4ub__BBBB(JNIEnv *_env, jobject _this, jbyte red, jbyte green, jbyte blue, jbyte alpha) argument
4356 android_glColorPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
4368 android_glDeleteBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
4417 android_glDeleteBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
4454 android_glDrawElements__IIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) argument
4472 android_glGenBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
4521 android_glGenBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
4558 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
4601 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
4624 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4632 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4640 android_glGetClipPlanef__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray eqn_ref, jint offset) argument
4683 android_glGetClipPlanef__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
4706 android_glGetClipPlanex__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray eqn_ref, jint offset) argument
4749 android_glGetClipPlanex__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject eqn_buf) argument
4772 android_glGetFixedv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
4815 android_glGetFixedv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
4838 android_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
4881 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
4904 android_glGetLightfv__II_3FI(JNIEnv *_env, jobject _this, jint light, jint pname, jfloatArray params_ref, jint offset) argument
4996 android_glGetLightfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
5076 android_glGetLightxv__II_3II(JNIEnv *_env, jobject _this, jint light, jint pname, jintArray params_ref, jint offset) argument
5168 android_glGetLightxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint light, jint pname, jobject params_buf) argument
5248 android_glGetMaterialfv__II_3FI(JNIEnv *_env, jobject _this, jint face, jint pname, jfloatArray params_ref, jint offset) argument
5326 android_glGetMaterialfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
5392 android_glGetMaterialxv__II_3II(JNIEnv *_env, jobject _this, jint face, jint pname, jintArray params_ref, jint offset) argument
5470 android_glGetMaterialxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint face, jint pname, jobject params_buf) argument
5536 android_glGetTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
5608 android_glGetTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
5668 android_glGetTexEnvxv__II_3II(JNIEnv *_env, jobject _this, jint env, jint pname, jintArray params_ref, jint offset) argument
5740 android_glGetTexEnvxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint env, jint pname, jobject params_buf) argument
5800 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
5850 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5888 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
5938 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
5976 android_glGetTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6026 android_glGetTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6064 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
6075 android_glIsEnabled__I(JNIEnv *_env, jobject _this, jint cap) argument
6086 android_glIsTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
6097 android_glNormalPointer__III(JNIEnv *_env, jobject _this, jint type, jint stride, jint offset) argument
6108 android_glPointParameterf__IF(JNIEnv *_env, jobject _this, jint pname, jfloat param) argument
6118 android_glPointParameterfv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
6167 android_glPointParameterfv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
6204 android_glPointParameterx__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
6214 android_glPointParameterxv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
6263 android_glPointParameterxv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
6300 android_glPointSizePointerOESBounds__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint type, jint stride, jobject pointer_buf, jint remaining) argument
6323 android_glTexCoordPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
6335 android_glTexEnvi__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6346 android_glTexEnviv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6418 android_glTexEnviv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6478 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
6528 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6566 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
6577 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6627 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6665 android_glTexParameterxv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
6715 android_glTexParameterxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
6753 android_glVertexPointer__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
6765 android_glCurrentPaletteMatrixOES__I(JNIEnv *_env, jobject _this, jint matrixpaletteindex) argument
6774 android_glDrawTexfOES__FFFFF(JNIEnv *_env, jobject _this, jfloat x, jfloat y, jfloat z, jfloat width, jfloat height) argument
6787 android_glDrawTexfvOES___3FI(JNIEnv *_env, jobject _this, jfloatArray coords_ref, jint offset) argument
6835 android_glDrawTexfvOES__Ljava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
6871 android_glDrawTexiOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
6884 android_glDrawTexivOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
6932 android_glDrawTexivOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
6968 android_glDrawTexsOES__SSSSS(JNIEnv *_env, jobject _this, jshort x, jshort y, jshort z, jshort width, jshort height) argument
6981 android_glDrawTexsvOES___3SI(JNIEnv *_env, jobject _this, jshortArray coords_ref, jint offset) argument
7029 android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
7065 android_glDrawTexxOES__IIIII(JNIEnv *_env, jobject _this, jint x, jint y, jint z, jint width, jint height) argument
7078 android_glDrawTexxvOES___3II(JNIEnv *_env, jobject _this, jintArray coords_ref, jint offset) argument
7126 android_glDrawTexxvOES__Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jobject coords_buf) argument
7162 android_glLoadPaletteFromModelViewMatrixOES__(JNIEnv *_env, jobject _this) argument
7169 android_glMatrixIndexPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7193 android_glMatrixIndexPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7205 android_glWeightPointerOESBounds__IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jobject pointer_buf, jint remaining) argument
7229 android_glWeightPointerOES__IIII(JNIEnv *_env, jobject _this, jint size, jint type, jint stride, jint offset) argument
7241 android_glBindFramebufferOES__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
7256 android_glBindRenderbufferOES__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
7271 android_glBlendEquation__I(JNIEnv *_env, jobject _this, jint mode) argument
7285 android_glBlendEquationSeparate__II(JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) argument
7300 android_glBlendFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
7317 android_glCheckFramebufferStatusOES__I(JNIEnv *_env, jobject _this, jint target) argument
7333 android_glDeleteFramebuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
7387 android_glDeleteFramebuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
7429 android_glDeleteRenderbuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
7483 android_glDeleteRenderbuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
7525 android_glFramebufferRenderbufferOES__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
7542 android_glFramebufferTexture2DOES__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
7560 android_glGenerateMipmapOES__I(JNIEnv *_env, jobject _this, jint target) argument
7574 android_glGenFramebuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
7628 android_glGenFramebuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
7670 android_glGenRenderbuffersOES__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
7724 android_glGenRenderbuffersOES__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
7766 android_glGetFramebufferAttachmentParameterivOES__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
7816 android_glGetFramebufferAttachmentParameterivOES__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
7846 android_glGetRenderbufferParameterivOES__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
7895 android_glGetRenderbufferParameterivOES__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
7924 android_glGetTexGenfv__II_3FI(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) argument
7973 android_glGetTexGenfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8002 android_glGetTexGeniv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8051 android_glGetTexGeniv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8080 android_glGetTexGenxv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8129 android_glGetTexGenxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8158 android_glIsFramebufferOES__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
8174 android_glIsRenderbufferOES__I(JNIEnv *_env, jobject _this, jint renderbuffer) argument
8190 android_glRenderbufferStorageOES__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
8207 android_glTexGenf__IIF(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloat param) argument
8223 android_glTexGenfv__II_3FI(JNIEnv *_env, jobject _this, jint coord, jint pname, jfloatArray params_ref, jint offset) argument
8272 android_glTexGenfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8301 android_glTexGeni__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
8317 android_glTexGeniv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8366 android_glTexGeniv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
8395 android_glTexGenx__III(JNIEnv *_env, jobject _this, jint coord, jint pname, jint param) argument
8411 android_glTexGenxv__II_3II(JNIEnv *_env, jobject _this, jint coord, jint pname, jintArray params_ref, jint offset) argument
8460 android_glTexGenxv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint coord, jint pname, jobject params_buf) argument
[all...]
H A Dandroid_opengl_GLES31Ext.cpp230 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) {
285 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
329 (JNIEnv *_env, jobject _this) {
336 (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref, jint offset, jboolean enabled) {
383 (JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) {
410 (JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) {
447 android_glDebugMessageCallbackKHR(JNIEnv *_env, jobject _this, jobject callback) { argument
453 (JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) {
461 (JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) {
469 (JNIEnv *_env, jobject _this, jin
229 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
284 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
328 android_glBlendBarrierKHR__(JNIEnv *_env, jobject _this) argument
335 android_glDebugMessageControlKHR__IIII_3IIZ(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jintArray ids_ref, jint offset, jboolean enabled) argument
382 android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z(JNIEnv *_env, jobject _this, jint source, jint type, jint severity, jint count, jobject ids_buf, jboolean enabled) argument
409 android_glDebugMessageInsertKHR__IIIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint type, jint id, jint severity, jstring buf) argument
452 android_glGetDebugMessageLogKHR__II_3II_3II_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint count, jint bufSize, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset, jintArray lengths_ref, jint lengthsOffset, jbyteArray messageLog_ref, jint messageLogOffset) argument
460 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_ByteBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref, jobject lengths_ref, jobject messageLog_ref) argument
468 android_glGetDebugMessageLogKHR__I_3II_3II_3II_3II(JNIEnv *_env, jobject _this, jint count, jintArray sources_ref, jint sourcesOffset, jintArray types_ref, jint typesOffset, jintArray ids_ref, jint idsOffset, jintArray severities_ref, jint severitiesOffset) argument
476 android_glGetDebugMessageLogKHR__ILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint count, jobject sources_ref, jobject types_ref, jobject ids_ref, jobject severities_ref) argument
483 android_glPushDebugGroupKHR__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint source, jint id, jint length, jstring message) argument
517 android_glPopDebugGroupKHR__(JNIEnv *_env, jobject _this) argument
524 android_glObjectLabelKHR__IIILjava_lang_String_2(JNIEnv *_env, jobject _this, jint identifier, jint name, jint length, jstring label) argument
558 android_glGetObjectLabelKHR(JNIEnv *_env, jobject _this, jint identifier, jint name) argument
565 android_glObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr, jstring label) argument
571 android_glGetObjectPtrLabelKHR(JNIEnv *_env, jobject _this, jlong ptr) argument
578 android_glGetDebugMessageCallbackKHR(JNIEnv *_env, jobject _this) argument
585 android_glMinSampleShadingOES__F(JNIEnv *_env, jobject _this, jfloat value) argument
594 android_glTexStorage3DMultisampleOES__IIIIIIZ(JNIEnv *_env, jobject _this, jint target, jint samples, jint internalformat, jint width, jint height, jint depth, jboolean fixedsamplelocations) argument
609 android_glCopyImageSubDataEXT__IIIIIIIIIIIIIII(JNIEnv *_env, jobject _this, jint srcName, jint srcTarget, jint srcLevel, jint srcX, jint srcY, jint srcZ, jint dstName, jint dstTarget, jint dstLevel, jint dstX, jint dstY, jint dstZ, jint srcWidth, jint srcHeight, jint srcDepth) argument
632 android_glEnableiEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
642 android_glDisableiEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
652 android_glBlendEquationiEXT__II(JNIEnv *_env, jobject _this, jint buf, jint mode) argument
662 android_glBlendEquationSeparateiEXT__III(JNIEnv *_env, jobject _this, jint buf, jint modeRGB, jint modeAlpha) argument
673 android_glBlendFunciEXT__III(JNIEnv *_env, jobject _this, jint buf, jint src, jint dst) argument
684 android_glBlendFuncSeparateiEXT__IIIII(JNIEnv *_env, jobject _this, jint buf, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
697 android_glColorMaskiEXT__IZZZZ(JNIEnv *_env, jobject _this, jint index, jboolean r, jboolean g, jboolean b, jboolean a) argument
710 android_glIsEnablediEXT__II(JNIEnv *_env, jobject _this, jint target, jint index) argument
722 android_glFramebufferTextureEXT__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint texture, jint level) argument
734 android_glPrimitiveBoundingBoxEXT__FFFFFFFF(JNIEnv *_env, jobject _this, jfloat minX, jfloat minY, jfloat minZ, jfloat minW, jfloat maxX, jfloat maxY, jfloat maxZ, jfloat maxW) argument
750 android_glPatchParameteriEXT__II(JNIEnv *_env, jobject _this, jint pname, jint value) argument
760 android_glTexParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
804 android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
828 android_glTexParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
872 android_glTexParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
896 android_glGetTexParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
940 android_glGetTexParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
964 android_glGetTexParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
1008 android_glGetTexParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
1032 android_glSamplerParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1076 android_glSamplerParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1100 android_glSamplerParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray param_ref, jint offset) argument
1144 android_glSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject param_buf) argument
1168 android_glGetSamplerParameterIivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1212 android_glGetSamplerParameterIivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
1236 android_glGetSamplerParameterIuivEXT__II_3II(JNIEnv *_env, jobject _this, jint sampler, jint pname, jintArray params_ref, jint offset) argument
1280 android_glGetSamplerParameterIuivEXT__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint sampler, jint pname, jobject params_buf) argument
1304 android_glTexBufferEXT__III(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer) argument
1315 android_glTexBufferRangeEXT__IIIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint buffer, jint offset, jint size) argument
[all...]
H A Dandroid_opengl_GLES20.cpp231 (JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) {
286 (JNIEnv *_env, jobject _this, jint pname, jobject params_buf) {
330 (JNIEnv *_env, jobject _this, jint texture) {
339 (JNIEnv *_env, jobject _this, jint program, jint shader) {
349 (JNIEnv *_env, jobject _this, jint program, jint index, jstring name) {
382 (JNIEnv *_env, jobject _this, jint target, jint buffer) {
392 (JNIEnv *_env, jobject _this, jint target, jint framebuffer) {
402 (JNIEnv *_env, jobject _this, jint target, jint renderbuffer) {
412 (JNIEnv *_env, jobject _this, jint target, jint texture) {
422 (JNIEnv *_env, jobject _this, jfloa
230 get(JNIEnv *_env, jobject _this, jint pname, JTYPEARRAY params_ref, jint offset) argument
285 getarray(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
329 android_glActiveTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
338 android_glAttachShader__II(JNIEnv *_env, jobject _this, jint program, jint shader) argument
348 android_glBindAttribLocation__IILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jint index, jstring name) argument
381 android_glBindBuffer__II(JNIEnv *_env, jobject _this, jint target, jint buffer) argument
391 android_glBindFramebuffer__II(JNIEnv *_env, jobject _this, jint target, jint framebuffer) argument
401 android_glBindRenderbuffer__II(JNIEnv *_env, jobject _this, jint target, jint renderbuffer) argument
411 android_glBindTexture__II(JNIEnv *_env, jobject _this, jint target, jint texture) argument
421 android_glBlendColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
433 android_glBlendEquation__I(JNIEnv *_env, jobject _this, jint mode) argument
442 android_glBlendEquationSeparate__II(JNIEnv *_env, jobject _this, jint modeRGB, jint modeAlpha) argument
452 android_glBlendFunc__II(JNIEnv *_env, jobject _this, jint sfactor, jint dfactor) argument
462 android_glBlendFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint srcRGB, jint dstRGB, jint srcAlpha, jint dstAlpha) argument
474 android_glBufferData__IILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint target, jint size, jobject data_buf, jint usage) argument
515 android_glBufferSubData__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint offset, jint size, jobject data_buf) argument
554 android_glCheckFramebufferStatus__I(JNIEnv *_env, jobject _this, jint target) argument
565 android_glClear__I(JNIEnv *_env, jobject _this, jint mask) argument
574 android_glClearColor__FFFF(JNIEnv *_env, jobject _this, jfloat red, jfloat green, jfloat blue, jfloat alpha) argument
586 android_glClearDepthf__F(JNIEnv *_env, jobject _this, jfloat depth) argument
595 android_glClearStencil__I(JNIEnv *_env, jobject _this, jint s) argument
604 android_glColorMask__ZZZZ(JNIEnv *_env, jobject _this, jboolean red, jboolean green, jboolean blue, jboolean alpha) argument
616 android_glCompileShader__I(JNIEnv *_env, jobject _this, jint shader) argument
625 android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint imageSize, jobject data_buf) argument
654 android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint imageSize, jobject data_buf) argument
684 android_glCopyTexImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint x, jint y, jint width, jint height, jint border) argument
700 android_glCopyTexSubImage2D__IIIIIIII(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint x, jint y, jint width, jint height) argument
716 android_glCreateProgram__(JNIEnv *_env, jobject _this) argument
725 android_glCreateShader__I(JNIEnv *_env, jobject _this, jint type) argument
736 android_glCullFace__I(JNIEnv *_env, jobject _this, jint mode) argument
745 android_glDeleteBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
794 android_glDeleteBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
831 android_glDeleteFramebuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
880 android_glDeleteFramebuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
917 android_glDeleteProgram__I(JNIEnv *_env, jobject _this, jint program) argument
926 android_glDeleteRenderbuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
975 android_glDeleteRenderbuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
1012 android_glDeleteShader__I(JNIEnv *_env, jobject _this, jint shader) argument
1021 android_glDeleteTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1070 android_glDeleteTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1107 android_glDepthFunc__I(JNIEnv *_env, jobject _this, jint func) argument
1116 android_glDepthMask__Z(JNIEnv *_env, jobject _this, jboolean flag) argument
1125 android_glDepthRangef__FF(JNIEnv *_env, jobject _this, jfloat zNear, jfloat zFar) argument
1135 android_glDetachShader__II(JNIEnv *_env, jobject _this, jint program, jint shader) argument
1145 android_glDisable__I(JNIEnv *_env, jobject _this, jint cap) argument
1154 android_glDisableVertexAttribArray__I(JNIEnv *_env, jobject _this, jint index) argument
1163 android_glDrawArrays__III(JNIEnv *_env, jobject _this, jint mode, jint first, jint count) argument
1174 android_glDrawElements__IIII(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jint offset) argument
1192 android_glDrawElements__IIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint mode, jint count, jint type, jobject indices_buf) argument
1231 android_glEnable__I(JNIEnv *_env, jobject _this, jint cap) argument
1240 android_glEnableVertexAttribArray__I(JNIEnv *_env, jobject _this, jint index) argument
1249 android_glFinish__(JNIEnv *_env, jobject _this) argument
1256 android_glFlush__(JNIEnv *_env, jobject _this) argument
1263 android_glFramebufferRenderbuffer__IIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint renderbuffertarget, jint renderbuffer) argument
1275 android_glFramebufferTexture2D__IIIII(JNIEnv *_env, jobject _this, jint target, jint attachment, jint textarget, jint texture, jint level) argument
1288 android_glFrontFace__I(JNIEnv *_env, jobject _this, jint mode) argument
1297 android_glGenBuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray buffers_ref, jint offset) argument
1346 android_glGenBuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject buffers_buf) argument
1383 android_glGenerateMipmap__I(JNIEnv *_env, jobject _this, jint target) argument
1392 android_glGenFramebuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray framebuffers_ref, jint offset) argument
1441 android_glGenFramebuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject framebuffers_buf) argument
1478 android_glGenRenderbuffers__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray renderbuffers_ref, jint offset) argument
1527 android_glGenRenderbuffers__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject renderbuffers_buf) argument
1564 android_glGenTextures__I_3II(JNIEnv *_env, jobject _this, jint n, jintArray textures_ref, jint offset) argument
1613 android_glGenTextures__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint n, jobject textures_buf) argument
1650 android_glGetActiveAttrib__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
1770 android_glGetActiveAttrib__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
1822 android_glGetActiveAttrib1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
1917 android_glGetActiveAttrib2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
1978 android_glGetActiveUniform__III_3II_3II_3II_3BI(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jintArray length_ref, jint lengthOffset, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset, jbyteArray name_ref, jint nameOffset) argument
2098 android_glGetActiveUniform__IIILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2Ljava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint program, jint index, jint bufsize, jobject length_buf, jobject size_buf, jobject type_buf, jbyte name) argument
2150 android_glGetActiveUniform1(JNIEnv *_env, jobject _this, jint program, jint index, jintArray size_ref, jint sizeOffset, jintArray type_ref, jint typeOffset) argument
2248 android_glGetActiveUniform2(JNIEnv *_env, jobject _this, jint program, jint index, jobject size_buf, jobject type_buf) argument
2307 android_glGetAttachedShaders__II_3II_3II(JNIEnv *_env, jobject _this, jint program, jint maxcount, jintArray count_ref, jint countOffset, jintArray shaders_ref, jint shadersOffset) argument
2388 android_glGetAttachedShaders__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint maxcount, jobject count_buf, jobject shaders_buf) argument
2449 android_glGetAttribLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
2483 android_glGetBooleanv__I_3ZI(JNIEnv *_env, jobject _this, jint pname, jbooleanArray params_ref, jint offset) argument
2490 android_glGetBooleanv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2496 android_glGetBufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2546 android_glGetBufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2584 android_glGetError__(JNIEnv *_env, jobject _this) argument
2593 android_glGetFloatv__I_3FI(JNIEnv *_env, jobject _this, jint pname, jfloatArray params_ref, jint offset) argument
2600 android_glGetFloatv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2606 android_glGetFramebufferAttachmentParameteriv__III_3II(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jintArray params_ref, jint offset) argument
2651 android_glGetFramebufferAttachmentParameteriv__IIILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint attachment, jint pname, jobject params_buf) argument
2676 android_glGetIntegerv__I_3II(JNIEnv *_env, jobject _this, jint pname, jintArray params_ref, jint offset) argument
2683 android_glGetIntegerv__ILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint pname, jobject params_buf) argument
2690 android_glGetProgramiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint pname, jintArray params_ref, jint offset) argument
2740 android_glGetProgramiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint pname, jobject params_buf) argument
2797 android_glGetRenderbufferParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
2847 android_glGetRenderbufferParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
2885 android_glGetShaderiv__II_3II(JNIEnv *_env, jobject _this, jint shader, jint pname, jintArray params_ref, jint offset) argument
2935 android_glGetShaderiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint shader, jint pname, jobject params_buf) argument
2992 android_glGetShaderPrecisionFormat__II_3II_3II(JNIEnv *_env, jobject _this, jint shadertype, jint precisiontype, jintArray range_ref, jint rangeOffset, jintArray precision_ref, jint precisionOffset) argument
3073 android_glGetShaderPrecisionFormat__IILjava_nio_IntBuffer_2Ljava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint shadertype, jint precisiontype, jobject range_buf, jobject precision_buf) argument
3130 android_glGetShaderSource__II_3II_3BI(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jintArray length_ref, jint lengthOffset, jbyteArray source_ref, jint sourceOffset) argument
3199 android_glGetShaderSource__IILjava_nio_IntBuffer_2B(JNIEnv *_env, jobject _this, jint shader, jint bufsize, jobject length_buf, jbyte source) argument
3246 android_glGetTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
3296 android_glGetTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3334 android_glGetTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
3384 android_glGetTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
3422 android_glGetUniformfv__II_3FI(JNIEnv *_env, jobject _this, jint program, jint location, jfloatArray params_ref, jint offset) argument
3472 android_glGetUniformfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3510 android_glGetUniformiv__II_3II(JNIEnv *_env, jobject _this, jint program, jint location, jintArray params_ref, jint offset) argument
3560 android_glGetUniformiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint program, jint location, jobject params_buf) argument
3598 android_glGetUniformLocation__ILjava_lang_String_2(JNIEnv *_env, jobject _this, jint program, jstring name) argument
3632 android_glGetVertexAttribfv__II_3FI(JNIEnv *_env, jobject _this, jint index, jint pname, jfloatArray params_ref, jint offset) argument
3693 android_glGetVertexAttribfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
3742 android_glGetVertexAttribiv__II_3II(JNIEnv *_env, jobject _this, jint index, jint pname, jintArray params_ref, jint offset) argument
3803 android_glGetVertexAttribiv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint index, jint pname, jobject params_buf) argument
3852 android_glHint__II(JNIEnv *_env, jobject _this, jint target, jint mode) argument
3862 android_glIsBuffer__I(JNIEnv *_env, jobject _this, jint buffer) argument
3873 android_glIsEnabled__I(JNIEnv *_env, jobject _this, jint cap) argument
3884 android_glIsFramebuffer__I(JNIEnv *_env, jobject _this, jint framebuffer) argument
3895 android_glIsProgram__I(JNIEnv *_env, jobject _this, jint program) argument
3906 android_glIsRenderbuffer__I(JNIEnv *_env, jobject _this, jint renderbuffer) argument
3917 android_glIsShader__I(JNIEnv *_env, jobject _this, jint shader) argument
3928 android_glIsTexture__I(JNIEnv *_env, jobject _this, jint texture) argument
3939 android_glLineWidth__F(JNIEnv *_env, jobject _this, jfloat width) argument
3948 android_glLinkProgram__I(JNIEnv *_env, jobject _this, jint program) argument
3957 android_glPixelStorei__II(JNIEnv *_env, jobject _this, jint pname, jint param) argument
3967 android_glPolygonOffset__FF(JNIEnv *_env, jobject _this, jfloat factor, jfloat units) argument
3977 android_glReadPixels__IIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
4005 android_glReleaseShaderCompiler__(JNIEnv *_env, jobject _this) argument
4012 android_glRenderbufferStorage__IIII(JNIEnv *_env, jobject _this, jint target, jint internalformat, jint width, jint height) argument
4024 android_glSampleCoverage__FZ(JNIEnv *_env, jobject _this, jfloat value, jboolean invert) argument
4034 android_glScissor__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
4046 android_glShaderBinary__I_3IIILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint n, jintArray shaders_ref, jint offset, jint binaryformat, jobject binary_buf, jint length) argument
4110 android_glShaderBinary__ILjava_nio_IntBuffer_2ILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint n, jobject shaders_buf, jint binaryformat, jobject binary_buf, jint length) argument
4164 android_glShaderSource(JNIEnv *_env, jobject _this, jint shader, jstring string) argument
4179 android_glStencilFunc__III(JNIEnv *_env, jobject _this, jint func, jint ref, jint mask) argument
4190 android_glStencilFuncSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint func, jint ref, jint mask) argument
4202 android_glStencilMask__I(JNIEnv *_env, jobject _this, jint mask) argument
4211 android_glStencilMaskSeparate__II(JNIEnv *_env, jobject _this, jint face, jint mask) argument
4221 android_glStencilOp__III(JNIEnv *_env, jobject _this, jint fail, jint zfail, jint zpass) argument
4232 android_glStencilOpSeparate__IIII(JNIEnv *_env, jobject _this, jint face, jint fail, jint zfail, jint zpass) argument
4244 android_glTexImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint internalformat, jint width, jint height, jint border, jint format, jint type, jobject pixels_buf) argument
4276 android_glTexParameterf__IIF(JNIEnv *_env, jobject _this, jint target, jint pname, jfloat param) argument
4287 android_glTexParameterfv__II_3FI(JNIEnv *_env, jobject _this, jint target, jint pname, jfloatArray params_ref, jint offset) argument
4337 android_glTexParameterfv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4375 android_glTexParameteri__III(JNIEnv *_env, jobject _this, jint target, jint pname, jint param) argument
4386 android_glTexParameteriv__II_3II(JNIEnv *_env, jobject _this, jint target, jint pname, jintArray params_ref, jint offset) argument
4436 android_glTexParameteriv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint target, jint pname, jobject params_buf) argument
4474 android_glTexSubImage2D__IIIIIIIILjava_nio_Buffer_2(JNIEnv *_env, jobject _this, jint target, jint level, jint xoffset, jint yoffset, jint width, jint height, jint format, jint type, jobject pixels_buf) argument
4506 android_glUniform1f__IF(JNIEnv *_env, jobject _this, jint location, jfloat x) argument
4516 android_glUniform1fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4566 android_glUniform1fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4604 android_glUniform1i__II(JNIEnv *_env, jobject _this, jint location, jint x) argument
4614 android_glUniform1iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4664 android_glUniform1iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4702 android_glUniform2f__IFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y) argument
4713 android_glUniform2fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4763 android_glUniform2fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4801 android_glUniform2i__III(JNIEnv *_env, jobject _this, jint location, jint x, jint y) argument
4812 android_glUniform2iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
4862 android_glUniform2iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
4900 android_glUniform3f__IFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z) argument
4912 android_glUniform3fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
4962 android_glUniform3fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5000 android_glUniform3i__IIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z) argument
5012 android_glUniform3iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5062 android_glUniform3iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5100 android_glUniform4f__IFFFF(JNIEnv *_env, jobject _this, jint location, jfloat x, jfloat y, jfloat z, jfloat w) argument
5113 android_glUniform4fv__II_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jfloatArray v_ref, jint offset) argument
5163 android_glUniform4fv__IILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5201 android_glUniform4i__IIIII(JNIEnv *_env, jobject _this, jint location, jint x, jint y, jint z, jint w) argument
5214 android_glUniform4iv__II_3II(JNIEnv *_env, jobject _this, jint location, jint count, jintArray v_ref, jint offset) argument
5264 android_glUniform4iv__IILjava_nio_IntBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jobject v_buf) argument
5302 android_glUniformMatrix2fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5353 android_glUniformMatrix2fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5392 android_glUniformMatrix3fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5443 android_glUniformMatrix3fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5482 android_glUniformMatrix4fv__IIZ_3FI(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jfloatArray value_ref, jint offset) argument
5533 android_glUniformMatrix4fv__IIZLjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint location, jint count, jboolean transpose, jobject value_buf) argument
5572 android_glUseProgram__I(JNIEnv *_env, jobject _this, jint program) argument
5581 android_glValidateProgram__I(JNIEnv *_env, jobject _this, jint program) argument
5590 android_glVertexAttrib1f__IF(JNIEnv *_env, jobject _this, jint indx, jfloat x) argument
5600 android_glVertexAttrib1fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5649 android_glVertexAttrib1fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5686 android_glVertexAttrib2f__IFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y) argument
5697 android_glVertexAttrib2fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5746 android_glVertexAttrib2fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5783 android_glVertexAttrib3f__IFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z) argument
5795 android_glVertexAttrib3fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5844 android_glVertexAttrib3fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5881 android_glVertexAttrib4f__IFFFF(JNIEnv *_env, jobject _this, jint indx, jfloat x, jfloat y, jfloat z, jfloat w) argument
5894 android_glVertexAttrib4fv__I_3FI(JNIEnv *_env, jobject _this, jint indx, jfloatArray values_ref, jint offset) argument
5943 android_glVertexAttrib4fv__ILjava_nio_FloatBuffer_2(JNIEnv *_env, jobject _this, jint indx, jobject values_buf) argument
5980 android_glVertexAttribPointer__IIIZII(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jint offset) argument
5994 android_glVertexAttribPointerBounds__IIIZILjava_nio_Buffer_2I(JNIEnv *_env, jobject _this, jint indx, jint size, jint type, jboolean normalized, jint stride, jobject ptr_buf, jint remaining) argument
6020 android_glViewport__IIII(JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height) argument
[all...]
/frameworks/base/rs/jni/
H A Dandroid_renderscript_RenderScript.cpp173 static void _nInit(JNIEnv *_env, jclass _this) argument
175 gContextId = _env->GetFieldID(_this, "mContext", "J");
184 nContextFinish(JNIEnv *_env, jobject _this, jlong con) argument
191 nAssignName(JNIEnv *_env, jobject _this, jlong con, jlong obj, jbyteArray str) argument
201 nGetName(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
213 nObjDestroy(JNIEnv *_env, jobject _this, jlong con, jlong obj) argument
222 nDeviceCreate(JNIEnv *_env, jobject _this) argument
229 nDeviceDestroy(JNIEnv *_env, jobject _this, jlong dev) argument
236 nDeviceSetConfig(JNIEnv *_env, jobject _this, jlong dev, jint p, jint value) argument
243 nContextCreate(JNIEnv *_env, jobject _this, jlon argument
250 nContextCreateGL(JNIEnv *_env, jobject _this, jlong dev, jint ver, jint sdkVer, jint colorMin, jint colorPref, jint alphaMin, jint alphaPref, jint depthMin, jint depthPref, jint stencilMin, jint stencilPref, jint samplesMin, jint samplesPref, jfloat samplesQ, jint dpi) argument
274 nContextSetPriority(JNIEnv *_env, jobject _this, jlong con, jint p) argument
283 nContextSetSurface(JNIEnv *_env, jobject _this, jlong con, jint width, jint height, jobject wnd) argument
298 nContextDestroy(JNIEnv *_env, jobject _this, jlong con) argument
305 nContextDump(JNIEnv *_env, jobject _this, jlong con, jint bits) argument
312 nContextPause(JNIEnv *_env, jobject _this, jlong con) argument
319 nContextResume(JNIEnv *_env, jobject _this, jlong con) argument
327 nContextGetErrorMessage(JNIEnv *_env, jobject _this, jlong con) argument
345 nContextGetUserMessage(JNIEnv *_env, jobject _this, jlong con, jintArray data) argument
364 nContextPeekMessage(JNIEnv *_env, jobject _this, jlong con, jintArray auxData) argument
378 nContextInitToClient(JNIEnv *_env, jobject _this, jlong con) argument
384 nContextDeinitToClient(JNIEnv *_env, jobject _this, jlong con) argument
391 nContextSendMessage(JNIEnv *_env, jobject _this, jlong con, jint id, jintArray data) argument
409 nElementCreate(JNIEnv *_env, jobject _this, jlong con, jlong type, jint kind, jboolean norm, jint size) argument
416 nElementCreate2(JNIEnv *_env, jobject _this, jlong con, jlongArray _ids, jobjectArray _names, jintArray _arraySizes) argument
452 nElementGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jintArray _elementData) argument
471 nElementGetSubElements(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
501 nTypeCreate(JNIEnv *_env, jobject _this, jlong con, jlong eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
511 nTypeGetNativeData(JNIEnv *_env, jobject _this, jlong con, jlong id, jlongArray _typeData) argument
532 nAllocationCreateTyped(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mips, jint usage, jlong pointer) argument
539 nAllocationSyncAll(JNIEnv *_env, jobject _this, jlong con, jlong a, jint bits) argument
546 nAllocationGetSurface(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
559 nAllocationSetSurface(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject sur) argument
573 nAllocationIoSend(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
580 nAllocationIoReceive(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
588 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, jlong con, jlong alloc) argument
595 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
611 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
627 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong type, jint mip, jobject jbitmap, jint usage) argument
643 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
660 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jobject jbitmap) argument
682 nAllocationData1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, jint sizeBytes, jint dataType) argument
694 nAllocationElementData1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint offset, jint lod, jint compIdx, jbyteArray data, jint sizeBytes) argument
705 nAllocationData2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, jint sizeBytes, jint dataType) argument
718 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
743 nAllocationData3D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jobject data, int sizeBytes, int dataType) argument
755 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, jlong con, jlong dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jlong srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
779 nAllocationRead(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jobject data, int dataType) argument
788 nAllocationRead1D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint offset, jint lod, jint count, jobject data, int sizeBytes, int dataType) argument
799 nAllocationRead2D(JNIEnv *_env, jobject _this, jlong con, jlong _alloc, jint xoff, jint yoff, jint lod, jint _face, jint w, jint h, jobject data, int sizeBytes, int dataType) argument
810 nAllocationGetType(JNIEnv *_env, jobject _this, jlong con, jlong a) argument
817 nAllocationResize1D(JNIEnv *_env, jobject _this, jlong con, jlong alloc, jint dimX) argument
826 nFileA3DCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jlong native_asset) argument
836 nFileA3DCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path) argument
854 nFileA3DCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName) argument
863 nFileA3DGetNumIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D) argument
871 nFileA3DGetIndexEntries(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint numEntries, jintArray _ids, jobjectArray _entries) argument
887 nFileA3DGetEntryByIndex(JNIEnv *_env, jobject _this, jlong con, jlong fileA3D, jint index) argument
897 nFontCreateFromFile(JNIEnv *_env, jobject _this, jlong con, jstring fileName, jfloat fontSize, jint dpi) argument
909 nFontCreateFromAssetStream(JNIEnv *_env, jobject _this, jlong con, jstring name, jfloat fontSize, jint dpi, jlong native_asset) argument
923 nFontCreateFromAsset(JNIEnv *_env, jobject _this, jlong con, jobject _assetMgr, jstring _path, jfloat fontSize, jint dpi) argument
948 nScriptBindAllocation(JNIEnv *_env, jobject _this, jlong con, jlong script, jlong alloc, jint slot) argument
955 nScriptSetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jint val) argument
962 nScriptGetVarI(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
971 nScriptSetVarObj(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
978 nScriptSetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong val) argument
985 nScriptGetVarJ(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
994 nScriptSetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, float val) argument
1001 nScriptGetVarF(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1010 nScriptSetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, double val) argument
1017 nScriptGetVarD(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot) argument
1026 nScriptSetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1036 nScriptGetVarV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1046 nScriptSetVarVE(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data, jlong elem, jintArray dims) argument
1061 nScriptSetTimeZone(JNIEnv *_env, jobject _this, jlong con, jlong script, jbyteArray timeZone) argument
1077 nScriptInvoke(JNIEnv *_env, jobject _this, jlong con, jlong obj, jint slot) argument
1084 nScriptInvokeV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jbyteArray data) argument
1094 nScriptForEach(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout) argument
1101 nScriptForEachV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params) argument
1112 nScriptForEachClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1132 nScriptForEachClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlong ain, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1155 nScriptForEachMultiClipped(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1201 nScriptForEachMultiClippedV(JNIEnv *_env, jobject _this, jlong con, jlong script, jint slot, jlongArray ains, jlong aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
1252 nScriptCCreate(JNIEnv *_env, jobject _this, jlong con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
1301 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, jlong con, jint id, jlong eid) argument
1308 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot, jint sig) argument
1315 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, jlong con, jlong sid, jint slot) argument
1322 nScriptGroupCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _kernels, jlongArray _src, jlongArray _dstk, jlongArray _dstf, jlongArray _types) argument
1383 nScriptGroupSetInput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
1391 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, jlong con, jlong gid, jlong kid, jlong alloc) argument
1399 nScriptGroupExecute(JNIEnv *_env, jobject _this, jlong con, jlong gid) argument
1408 nProgramStoreCreate(JNIEnv *_env, jobject _this, jlong con, jboolean colorMaskR, jboolean colorMaskG, jboolean colorMaskB, jboolean colorMaskA, jboolean depthMask, jboolean ditherEnable, jint srcFunc, jint destFunc, jint depthFunc) argument
1423 nProgramBindConstants(JNIEnv *_env, jobject _this, jlong con, jlong vpv, jint slot, jlong a) argument
1430 nProgramBindTexture(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
1437 nProgramBindSampler(JNIEnv *_env, jobject _this, jlong con, jlong vpf, jint slot, jlong a) argument
1446 nProgramFragmentCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
1477 nProgramVertexCreate(JNIEnv *_env, jobject _this, jlong con, jstring shader, jobjectArray texNames, jlongArray params) argument
1508 nProgramRasterCreate(JNIEnv *_env, jobject _this, jlong con, jboolean pointSprite, jint cull) argument
1518 nContextBindRootScript(JNIEnv *_env, jobject _this, jlong con, jlong script) argument
1525 nContextBindProgramStore(JNIEnv *_env, jobject _this, jlong con, jlong pfs) argument
1532 nContextBindProgramFragment(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
1539 nContextBindProgramVertex(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
1546 nContextBindProgramRaster(JNIEnv *_env, jobject _this, jlong con, jlong pf) argument
1556 nSamplerCreate(JNIEnv *_env, jobject _this, jlong con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
1572 nPathCreate(JNIEnv *_env, jobject _this, jlong con, jint prim, jboolean isStatic, jlong _vtx, jlong _loop, jfloat q) argument
1582 nMeshCreate(JNIEnv *_env, jobject _this, jlong con, jlongArray _vtx, jlongArray _idx, jintArray _prim) argument
1617 nMeshGetVertexBufferCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
1626 nMeshGetIndexCount(JNIEnv *_env, jobject _this, jlong con, jlong mesh) argument
1635 nMeshGetVertices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _ids, jint numVtxIDs) argument
1651 nMeshGetIndices(JNIEnv *_env, jobject _this, jlong con, jlong mesh, jlongArray _idxIds, jintArray _primitives, jint numIndices) argument
1672 nSystemGetPointerSize(JNIEnv *_env, jobject _this) argument
[all...]
/frameworks/support/v8/renderscript/jni/
H A Dandroid_renderscript_RenderScript.cpp93 nContextFinish(JNIEnv *_env, jobject _this, RsContext con) argument
100 nObjDestroy(JNIEnv *_env, jobject _this, RsContext con, jint obj) argument
109 nDeviceCreate(JNIEnv *_env, jobject _this) argument
116 nDeviceDestroy(JNIEnv *_env, jobject _this, jint dev) argument
123 nDeviceSetConfig(JNIEnv *_env, jobject _this, jint dev, jint p, jint value) argument
130 nContextCreate(JNIEnv *_env, jobject _this, jint dev, jint ver, jint sdkVer, jint ct) argument
138 nContextSetPriority(JNIEnv *_env, jobject _this, RsContext con, jint p) argument
147 nContextDestroy(JNIEnv *_env, jobject _this, RsContext con) argument
154 nContextDump(JNIEnv *_env, jobject _this, RsContext con, jint bits) argument
162 nContextGetErrorMessage(JNIEnv *_env, jobject _this, RsContex argument
181 nContextGetUserMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray data) argument
201 nContextPeekMessage(JNIEnv *_env, jobject _this, RsContext con, jintArray auxData) argument
215 nContextInitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
221 nContextDeinitToClient(JNIEnv *_env, jobject _this, RsContext con) argument
228 nContextSendMessage(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray data) argument
246 nElementCreate(JNIEnv *_env, jobject _this, RsContext con, jint type, jint kind, jboolean norm, jint size) argument
253 nElementCreate2(JNIEnv *_env, jobject _this, RsContext con, jintArray _ids, jobjectArray _names, jintArray _arraySizes) argument
280 nElementGetSubElements(JNIEnv *_env, jobject _this, RsContext con, jint id, jintArray _IDs, jobjectArray _names, jintArray _arraySizes) argument
308 nTypeCreate(JNIEnv *_env, jobject _this, RsContext con, RsElement eid, jint dimx, jint dimy, jint dimz, jboolean mips, jboolean faces, jint yuv) argument
321 nAllocationCreateTyped(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mips, jint usage, jint pointer) argument
328 nAllocationSyncAll(JNIEnv *_env, jobject _this, RsContext con, jint a, jint bits) argument
335 nAllocationGenerateMipmaps(JNIEnv *_env, jobject _this, RsContext con, jint alloc) argument
355 nAllocationCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
371 nAllocationCreateBitmapBackedAllocation(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
387 nAllocationCubeCreateFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint type, jint mip, jobject jbitmap, jint usage) argument
403 nAllocationCopyFromBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
421 nAllocationCopyToBitmap(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jobject jbitmap) argument
439 nAllocationData1D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jintArray data, int sizeBytes) argument
449 nAllocationData1D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jshortArray data, int sizeBytes) argument
459 nAllocationData1D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jbyteArray data, int sizeBytes) argument
469 nAllocationData1D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint count, jfloatArray data, int sizeBytes) argument
480 nAllocationElementData1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint offset, jint lod, jint compIdx, jbyteArray data, int sizeBytes) argument
490 nAllocationData2D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jshortArray data, int sizeBytes) argument
501 nAllocationData2D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jbyteArray data, int sizeBytes) argument
512 nAllocationData2D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jintArray data, int sizeBytes) argument
523 nAllocationData2D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint lod, jint face, jint w, jint h, jfloatArray data, int sizeBytes) argument
534 nAllocationData2D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstMip, jint dstFace, jint width, jint height, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcMip, jint srcFace) argument
558 nAllocationData3D_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jshortArray data, int sizeBytes) argument
569 nAllocationData3D_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jbyteArray data, int sizeBytes) argument
580 nAllocationData3D_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jintArray data, int sizeBytes) argument
591 nAllocationData3D_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint xoff, jint yoff, jint zoff, jint lod, jint w, jint h, jint d, jfloatArray data, int sizeBytes) argument
602 nAllocationData3D_alloc(JNIEnv *_env, jobject _this, RsContext con, jint dstAlloc, jint dstXoff, jint dstYoff, jint dstZoff, jint dstMip, jint width, jint height, jint depth, jint srcAlloc, jint srcXoff, jint srcYoff, jint srcZoff, jint srcMip) argument
624 nAllocationRead_i(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jintArray data) argument
635 nAllocationRead_s(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jshortArray data) argument
646 nAllocationRead_b(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jbyteArray data) argument
657 nAllocationRead_f(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jfloatArray data) argument
668 nAllocationGetType(JNIEnv *_env, jobject _this, RsContext con, jint a) argument
675 nAllocationResize1D(JNIEnv *_env, jobject _this, RsContext con, jint alloc, jint dimX) argument
684 nScriptBindAllocation(JNIEnv *_env, jobject _this, RsContext con, jint script, jint alloc, jint slot) argument
691 nScriptSetVarI(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
698 nScriptSetVarObj(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint val) argument
705 nScriptSetVarJ(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jlong val) argument
712 nScriptSetVarF(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, float val) argument
719 nScriptSetVarD(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, double val) argument
726 nScriptSetVarV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
736 nScriptSetVarVE(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data, jint elem, jintArray dims) argument
751 nScriptSetTimeZone(JNIEnv *_env, jobject _this, RsContext con, jint script, jbyteArray timeZone) argument
767 nScriptInvoke(JNIEnv *_env, jobject _this, RsContext con, jint obj, jint slot) argument
774 nScriptInvokeV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jbyteArray data) argument
784 nScriptForEach(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout) argument
791 nScriptForEachV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params) argument
802 nScriptForEachClipped(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
822 nScriptForEachClippedV(JNIEnv *_env, jobject _this, RsContext con, jint script, jint slot, jint ain, jint aout, jbyteArray params, jint xstart, jint xend, jint ystart, jint yend, jint zstart, jint zend) argument
847 nScriptCCreate(JNIEnv *_env, jobject _this, RsContext con, jstring resName, jstring cacheDir, jbyteArray scriptRef, jint length) argument
896 nScriptIntrinsicCreate(JNIEnv *_env, jobject _this, RsContext con, jint id, jint eid) argument
903 nScriptKernelIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot, jint sig) argument
910 nScriptFieldIDCreate(JNIEnv *_env, jobject _this, RsContext con, jint sid, jint slot) argument
917 nScriptGroupCreate(JNIEnv *_env, jobject _this, RsContext con, jintArray _kernels, jintArray _src, jintArray _dstk, jintArray _dstf, jintArray _types) argument
949 nScriptGroupSetInput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
957 nScriptGroupSetOutput(JNIEnv *_env, jobject _this, RsContext con, jint gid, jint kid, jint alloc) argument
965 nScriptGroupExecute(JNIEnv *_env, jobject _this, RsContext con, jint gid) argument
974 nSamplerCreate(JNIEnv *_env, jobject _this, RsContext con, jint magFilter, jint minFilter, jint wrapS, jint wrapT, jint wrapR, jfloat aniso) argument
[all...]

Completed in 519 milliseconds

12