/frameworks/base/core/jni/ |
D | android_opengl_GLES11Ext.cpp | 385 jint _bufferOffset = (jint) 0; in getarray() local 390 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 405 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 549 jint _bufferOffset = (jint) 0; in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() local 559 coords = (GLshort *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 568 coords = (GLshort *) (_coordsBase + _bufferOffset); in android_glDrawTexsvOES__Ljava_nio_ShortBuffer_2() 639 jint _bufferOffset = (jint) 0; in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() local 649 coords = (GLint *)getPointer(_env, coords_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 658 coords = (GLint *) (_coordsBase + _bufferOffset); in android_glDrawTexivOES__Ljava_nio_IntBuffer_2() 729 jint _bufferOffset = (jint) 0; in android_glDrawTexxvOES__Ljava_nio_IntBuffer_2() local [all …]
|
D | android_opengl_GLES11.cpp | 385 jint _bufferOffset = (jint) 0; in getarray() local 390 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 405 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 441 jint _bufferOffset = (jint) 0; in android_glBufferData__IILjava_nio_Buffer_2I() local 446 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glBufferData__IILjava_nio_Buffer_2I() 456 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glBufferData__IILjava_nio_Buffer_2I() 482 jint _bufferOffset = (jint) 0; in android_glBufferSubData__IIILjava_nio_Buffer_2() local 492 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glBufferSubData__IIILjava_nio_Buffer_2() 501 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glBufferSubData__IIILjava_nio_Buffer_2() 570 jint _bufferOffset = (jint) 0; in android_glClipPlanef__ILjava_nio_FloatBuffer_2() local [all …]
|
D | com_google_android_gles_jni_GLImpl.cpp | 369 jint _bufferOffset = (jint) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() local 399 jint _bufferOffset = (jint) 0; in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() local 409 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 412 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 442 jint _bufferOffset = (jint) 0; in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() local 452 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 455 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 576 jint _bufferOffset = (jint) 0; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local 586 …textures = (GLuint *)getPointer(_env, textures_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() 595 textures = (GLuint *) (_texturesBase + _bufferOffset); in android_glDeleteTextures__ILjava_nio_IntBuffer_2() [all …]
|
D | android_opengl_GLES30.cpp | 385 jint _bufferOffset = (jint) 0; in getarray() local 390 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 405 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 440 jint _bufferOffset = (jint) 0; in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() local 450 … indices = (GLvoid *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() 453 indices = (GLvoid *) (_indicesBase + _bufferOffset); in android_glDrawRangeElements__IIIIILjava_nio_Buffer_2() 495 jint _bufferOffset = (jint) 0; in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() local 500 … pixels = (GLvoid *)getPointer(_env, pixels_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() 504 pixels = (GLvoid *) (_pixelsBase + _bufferOffset); in android_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2() 552 jint _bufferOffset = (jint) 0; in android_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2() local [all …]
|
D | android_opengl_GLES10.cpp | 385 jint _bufferOffset = (jint) 0; in getarray() local 390 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 405 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 585 jint _bufferOffset = (jint) 0; in android_glColorPointerBounds__IIILjava_nio_Buffer_2I() local 615 jint _bufferOffset = (jint) 0; in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() local 625 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 628 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() 658 jint _bufferOffset = (jint) 0; in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() local 668 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() 671 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glCompressedTexSubImage2D__IIIIIIIILjava_nio_Buffer_2() [all …]
|
D | android_opengl_GLES20.cpp | 385 jint _bufferOffset = (jint) 0; in getarray() local 390 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 405 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 576 jint _bufferOffset = (jint) 0; in android_glBufferData__IILjava_nio_Buffer_2I() local 581 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glBufferData__IILjava_nio_Buffer_2I() 591 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glBufferData__IILjava_nio_Buffer_2I() 617 jint _bufferOffset = (jint) 0; in android_glBufferSubData__IIILjava_nio_Buffer_2() local 627 data = (GLvoid *)getPointer(_env, data_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glBufferSubData__IIILjava_nio_Buffer_2() 636 data = (GLvoid *) (_dataBase + _bufferOffset); in android_glBufferSubData__IIILjava_nio_Buffer_2() 733 jint _bufferOffset = (jint) 0; in android_glCompressedTexImage2D__IIIIIIILjava_nio_Buffer_2() local [all …]
|
D | android_opengl_GLES31.cpp | 383 jint _bufferOffset = (jint) 0; in getarray() local 388 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 403 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 532 jint _bufferOffset = (jint) 0; in android_glGetFramebufferParameteriv__IILjava_nio_IntBuffer_2() local 542 params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGetFramebufferParameteriv__IILjava_nio_IntBuffer_2() 545 params = (GLint *) (_paramsBase + _bufferOffset); in android_glGetFramebufferParameteriv__IILjava_nio_IntBuffer_2() 615 jint _bufferOffset = (jint) 0; in android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2() local 625 params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2() 628 params = (GLint *) (_paramsBase + _bufferOffset); in android_glGetProgramInterfaceiv__IIILjava_nio_IntBuffer_2() 1043 jint _bufferOffset = (jint) 0; in android_glDeleteProgramPipelines__ILjava_nio_IntBuffer_2() local [all …]
|
D | android_opengl_GLES32.cpp | 383 jint _bufferOffset = (jint) 0; in getarray() local 388 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 403 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 512 jint _bufferOffset = (jint) 0; in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z() local 522 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z() 531 ids = (GLuint *) (_idsBase + _bufferOffset); in android_glDebugMessageControl__IIIILjava_nio_IntBuffer_2Z() 835 jint _bufferOffset = (jint) 0; in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I() local 845 indices = (void *)getPointer(_env, indices_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I() 854 indices = (void *) (_indicesBase + _bufferOffset); in android_glDrawElementsBaseVertex__IIILjava_nio_Buffer_2I() 881 jint _bufferOffset = (jint) 0; in android_glDrawRangeElementsBaseVertex__IIIIILjava_nio_Buffer_2I() local [all …]
|
D | android_opengl_GLES31Ext.cpp | 384 jint _bufferOffset = (jint) 0; in getarray() local 389 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 404 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray() 484 jint _bufferOffset = (jint) 0; in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z() local 494 ids = (GLuint *)getPointer(_env, ids_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z() 497 ids = (GLuint *) (_idsBase + _bufferOffset); in android_glDebugMessageControlKHR__IIIILjava_nio_IntBuffer_2Z() 914 jint _bufferOffset = (jint) 0; in android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2() local 924 params = (GLint *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2() 927 params = (GLint *) (_paramsBase + _bufferOffset); in android_glTexParameterIivEXT__IILjava_nio_IntBuffer_2() 996 jint _bufferOffset = (jint) 0; in android_glTexParameterIuivEXT__IILjava_nio_IntBuffer_2() local [all …]
|
D | android_opengl_GLES10Ext.cpp | 385 jint _bufferOffset = (jint) 0; in getarray() local 390 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 405 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray()
|
D | android_opengl_EGL15.cpp | 383 jint _bufferOffset = (jint) 0; in android_eglCreatePlatformWindowSurface() local 399 … *)getPointer(_env, native_window_buf, (jarray*)&_array, &_native_windowRemaining, &_bufferOffset); in android_eglCreatePlatformWindowSurface() 419 native_window = (void *) (_native_windowBase + _bufferOffset); in android_eglCreatePlatformWindowSurface()
|
/frameworks/native/opengl/tools/glgen/stubs/gles11/ |
D | glDrawElementsInstanced.cpp | 6 jint _bufferOffset = (jint) 0; in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() local 10 indices = (GLvoid *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I() 13 indices = (GLvoid *) (_indicesBase + _bufferOffset); in android_glDrawElementsInstanced__IIILjava_nio_Buffer_2I()
|
D | glDrawElementsInstancedBaseVertex.cpp | 9 jint _bufferOffset = (jint) 0; in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() local 13 indices = (void *)getPointer(_env, indices_buf, &_array, &_remaining, &_bufferOffset); in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II() 22 indices = (void *) (_indicesBase + _bufferOffset); in android_glDrawElementsInstancedBaseVertex__IIILjava_nio_Buffer_2II()
|
D | glGetShaderSource.cpp | 71 jint _bufferOffset = (jint) 0; in android_glGetShaderSource__IILjava_nio_IntBuffer_2B() local 75 length = (GLsizei *)getPointer(_env, length_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in android_glGetShaderSource__IILjava_nio_IntBuffer_2B() 78 length = (GLsizei *) (_lengthBase + _bufferOffset); in android_glGetShaderSource__IILjava_nio_IntBuffer_2B()
|
D | common.cpp | 360 jint _bufferOffset = (jint) 0; in getarray() local 365 params = (CTYPE *)getPointer(_env, params_buf, (jarray*)&_array, &_remaining, &_bufferOffset); in getarray() 380 params = (CTYPE *) (_paramsBase + _bufferOffset); in getarray()
|
/frameworks/native/opengl/tools/glgen/stubs/egl/ |
D | eglCreatePlatformWindowSurface.cpp | 9 jint _bufferOffset = (jint) 0; in android_eglCreatePlatformWindowSurface() local 25 … *)getPointer(_env, native_window_buf, (jarray*)&_array, &_native_windowRemaining, &_bufferOffset); in android_eglCreatePlatformWindowSurface() 45 native_window = (void *) (_native_windowBase + _bufferOffset); in android_eglCreatePlatformWindowSurface()
|