• Home
  • Raw
  • Download

Lines Matching defs:env

74 inline jint getBufferPosition(JNIEnv *env, jobject buffer)  in getBufferPosition()
96 static const char* getString( JNIEnv *env, jstring string ) in getString()
101 static void releaseString( JNIEnv *env, jstring string, const char* cString ) in releaseString()
107 (JNIEnv *env, jclass) in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_init()
118 (JNIEnv *env, jobject, jint mode) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glReadBuffer()
128 (JNIEnv *env, jobject, jint mode, jint start, jint end, jint count, jint type, jobject indices) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDrawRangeElements__IIIIILjava_nio_Buffer_2()
139 (JNIEnv *env, jobject, jint mode, jint start, jint end, jint count, jint type, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDrawRangeElements__IIIIII()
149 …(JNIEnv *env, jobject, jint target, jint level, jint internalformat, jint width, jint height, jint… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glTexImage3D__IIIIIIIIILjava_nio_Buffer_2()
160 …(JNIEnv *env, jobject, jint target, jint level, jint internalformat, jint width, jint height, jint… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glTexImage3D__IIIIIIIIII()
170 …(JNIEnv *env, jobject, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint wid… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glTexSubImage3D__IIIIIIIIIILjava_nio_Buffer_2()
181 …(JNIEnv *env, jobject, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint wid… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glTexSubImage3D__IIIIIIIIIII()
191 …(JNIEnv *env, jobject, jint target, jint level, jint xoffset, jint yoffset, jint zoffset, jint x, … in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glCopyTexSubImage3D()
201 (JNIEnv *env, jobject, jint n, jintArray ids, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenQueries__I_3II()
213 (JNIEnv *env, jobject, jint n, jobject ids) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenQueries__ILjava_nio_IntBuffer_2()
224 (JNIEnv *env, jobject, jint n, jintArray ids, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteQueries__I_3II()
235 (JNIEnv *env, jobject, jint n, jobject ids) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteQueries__ILjava_nio_IntBuffer_2()
246 (JNIEnv *env, jobject, jint id) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glIsQuery()
256 (JNIEnv *env, jobject, jint target, jint id) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBeginQuery()
266 (JNIEnv *env, jobject, jint target) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glEndQuery()
276 (JNIEnv *env, jobject, jint target, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetQueryiv()
287 (JNIEnv *env, jobject, jint target, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetQueryObjectuiv()
298 (JNIEnv *env, jobject, jint target) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUnmapBuffer()
308 (JNIEnv *env, jobject, jint target, jint pname) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetBufferPointerv()
319 (JNIEnv *env, jobject, jint n, jobject bufs) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDrawBuffers()
330 (JNIEnv *env, jobject, jint location, jint count, jboolean transpose, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformMatrix2x3fv()
341 (JNIEnv *env, jobject, jint location, jint count, jboolean transpose, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformMatrix3x2fv()
352 (JNIEnv *env, jobject, jint location, jint count, jboolean transpose, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformMatrix2x4fv()
363 (JNIEnv *env, jobject, jint location, jint count, jboolean transpose, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformMatrix4x2fv()
374 (JNIEnv *env, jobject, jint location, jint count, jboolean transpose, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformMatrix3x4fv()
385 (JNIEnv *env, jobject, jint location, jint count, jboolean transpose, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformMatrix4x3fv()
396 …(JNIEnv *env, jobject, jint srcX0, jint srcY0, jint srcX1, jint srcY1, jint dstX0, jint dstY0, jin… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBlitFramebuffer()
406 (JNIEnv *env, jobject, jint target, jint samples, jint internalformat, jint width, jint height) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glRenderbufferStorageMultisample()
416 (JNIEnv *env, jobject, jint target, jint attachment, jint texture, jint level, jint layer) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glFramebufferTextureLayer()
426 (JNIEnv *env, jobject, jint target, jint offset, jint length) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glFlushMappedBufferRange()
436 (JNIEnv *env, jobject, jint array) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBindVertexArray()
446 (JNIEnv *env, jobject, jint n, jintArray arrays, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteVertexArrays__I_3II()
458 (JNIEnv *env, jobject, jint n, jobject arrays) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteVertexArrays__ILjava_nio_IntBuffer_2()
469 (JNIEnv *env, jobject, jint n, jintArray arrays, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenVertexArrays__I_3II()
481 (JNIEnv *env, jobject, jint n, jobject arrays) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenVertexArrays__ILjava_nio_IntBuffer_2()
492 (JNIEnv *env, jobject, jint array) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glIsVertexArray()
502 (JNIEnv *env, jobject, jint primitiveMode) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBeginTransformFeedback()
512 (JNIEnv *env, jobject) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glEndTransformFeedback()
522 (JNIEnv *env, jobject, jint target, jint index, jint buffer, jint offset, jint size) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBindBufferRange()
532 (JNIEnv *env, jobject, jint target, jint index, jint buffer) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBindBufferBase()
542 (JNIEnv *env, jobject, jint program, jobjectArray varyings, jint buffermode) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glTransformFeedbackVaryings()
553 (JNIEnv *env, jobject, jint index, jint size, jint type, jint stride, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glVertexAttribIPointer()
563 (JNIEnv *env, jobject, jint index, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetVertexAttribIiv()
574 (JNIEnv *env, jobject, jint index, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetVertexAttribIuiv()
585 (JNIEnv *env, jobject, jint index, jint x, jint y, jint z, jint w) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glVertexAttribI4i()
595 (JNIEnv *env, jobject, jint index, jint x, jint y, jint z, jint w) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glVertexAttribI4ui()
605 (JNIEnv *env, jobject, jint program, jint location, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetUniformuiv()
616 (JNIEnv *env, jobject, jint program, jstring name) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetFragDataLocation()
628 (JNIEnv *env, jobject, jint location, jint count, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniform1uiv()
639 (JNIEnv *env, jobject, jint location, jint count, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniform3uiv()
650 (JNIEnv *env, jobject, jint location, jint count, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniform4uiv()
661 (JNIEnv *env, jobject, jint buffer, jint drawbuffer, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glClearBufferiv()
672 (JNIEnv *env, jobject, jint buffer, jint drawbuffer, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glClearBufferuiv()
683 (JNIEnv *env, jobject, jint buffer, jint drawbuffer, jobject value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glClearBufferfv()
694 (JNIEnv *env, jobject, jint buffer, jint drawbuffer, jfloat depth, jint stencil) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glClearBufferfi()
704 (JNIEnv *env, jobject, jint name, jint index) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetStringi()
714 …(JNIEnv *env, jobject, jint readTarget, jint writeTarget, jint readOffset, jint writeOffset, jint … in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glCopyBufferSubData()
724 (JNIEnv *env, jobject, jint, jobjectArray, jobject) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetUniformIndices()
735 …(JNIEnv *env, jobject, jint program, jint uniformCount, jobject indices, jint pname, jobject param… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetActiveUniformsiv()
747 (JNIEnv *env, jobject, jint program, jstring uniformBlockName) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetUniformBlockIndex()
760 (JNIEnv *env, jobject, jint program, jint uniformBlockIndex, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetActiveUniformBlockiv()
771 (JNIEnv *env, jobject, jint, jint, jobject, jobject) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetActiveUniformBlockName__IILjava_nio_Buffer_2Ljava_nio_Buffer_2()
782 (JNIEnv *env, jobject, jint, jint) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetActiveUniformBlockName__II()
793 (JNIEnv *env, jobject, jint program, jint uniformBlockIndex, jint uniformBlockBinding) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glUniformBlockBinding()
803 (JNIEnv *env, jobject, jint mode, jint first, jint count, jint instancecount) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDrawArraysInstanced()
813 (JNIEnv *env, jobject, jint mode, jint count, jint type, jint indicesOffset, jint instancecount) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDrawElementsInstanced()
823 (JNIEnv *env, jobject, jint pname, jobject data) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetInteger64v()
834 (JNIEnv *env, jobject, jint target, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetBufferParameteri64v()
845 (JNIEnv *env, jobject, jint count, jintArray samplers, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenSamplers__I_3II()
857 (JNIEnv *env, jobject, jint count, jobject samplers) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenSamplers__ILjava_nio_IntBuffer_2()
868 (JNIEnv *env, jobject, jint count, jintArray samplers, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteSamplers__I_3II()
880 (JNIEnv *env, jobject, jint count, jobject samplers) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteSamplers__ILjava_nio_IntBuffer_2()
891 (JNIEnv *env, jobject, jint sampler) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glIsSampler()
901 (JNIEnv *env, jobject, jint unit, jint sampler) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBindSampler()
911 (JNIEnv *env, jobject, jint sampler, jint pname, jint param) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glSamplerParameteri()
921 (JNIEnv *env, jobject, jint sampler, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glSamplerParameteriv()
932 (JNIEnv *env, jobject, jint sampler, jint pname, jfloat param) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glSamplerParameterf()
942 (JNIEnv *env, jobject, jint sampler, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glSamplerParameterfv()
953 (JNIEnv *env, jobject, jint sampler, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetSamplerParameteriv()
964 (JNIEnv *env, jobject, jint sampler, jint pname, jobject params) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGetSamplerParameterfv()
975 (JNIEnv *env, jobject, jint index, jint divisor) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glVertexAttribDivisor()
985 (JNIEnv *env, jobject, jint target, jint id) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glBindTransformFeedback()
995 (JNIEnv *env, jobject, jint n, jintArray ids, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteTransformFeedbacks__I_3II()
1007 (JNIEnv *env, jobject, jint n, jobject ids) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glDeleteTransformFeedbacks__ILjava_nio_IntBuffer_2()
1018 (JNIEnv *env, jobject, jint n, jintArray ids, jint offset) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenTransformFeedbacks__I_3II()
1030 (JNIEnv *env, jobject, jint n, jobject ids) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glGenTransformFeedbacks__ILjava_nio_IntBuffer_2()
1041 (JNIEnv *env, jobject, jint id) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glIsTransformFeedback()
1051 (JNIEnv *env, jobject) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glPauseTransformFeedback()
1060 (JNIEnv *env, jobject) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glResumeTransformFeedback()
1070 (JNIEnv *env, jobject, jint program, jint pname, jint value) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glProgramParameteri()
1080 (JNIEnv *env, jobject, jint target, jint numAttachments, jobject attachments) { in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glInvalidateFramebuffer()
1091 …(JNIEnv *env, jobject, jint target, jint numAttachments, jobject attachments, jint x, jint y, jint… in Java_com_badlogic_gdx_backends_iosrobovm_IOSGLES30_glInvalidateSubFramebuffer()