Lines Matching defs:bufSize

608 /* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
611 (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) {
616 /* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
624 /* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
632 /* GLuint glGetDebugMessageLog ( GLuint count, GLsizei bufSize, GLenum *sources, GLenum *types, GLuint *ids, GLenum *severities, GLsizei *lengths, GLchar *messageLog ) */
726 /* void glGetObjectLabel ( GLenum identifier, GLuint name, GLsizei bufSize, GLsizei *length, GLchar *label ) */
739 /* void glGetObjectPtrLabel ( const void *ptr, GLsizei bufSize, GLsizei *length, GLchar *label ) */
1013 /* void glReadnPixels ( GLint x, GLint y, GLsizei width, GLsizei height, GLenum format, GLenum type, GLsizei bufSize, void *data ) */
1016 (JNIEnv *_env, jobject _this, jint x, jint y, jint width, jint height, jint format, jint type, jint bufSize, jobject data_buf) {
1026 if (_remaining < bufSize) {
1029 _exceptionMessage = "remaining() < bufSize < needed";
1043 (GLsizei)bufSize,
1056 /* void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params ) */
1059 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jfloatArray params_ref, jint offset) {
1080 if (_remaining < bufSize) {
1083 _exceptionMessage = "length - offset < bufSize < needed";
1093 (GLsizei)bufSize,
1107 /* void glGetnUniformfv ( GLuint program, GLint location, GLsizei bufSize, GLfloat *params ) */
1110 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) {
1120 if (_remaining < bufSize) {
1123 _exceptionMessage = "remaining() < bufSize < needed";
1133 (GLsizei)bufSize,
1146 /* void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params ) */
1149 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) {
1170 if (_remaining < bufSize) {
1173 _exceptionMessage = "length - offset < bufSize < needed";
1183 (GLsizei)bufSize,
1197 /* void glGetnUniformiv ( GLuint program, GLint location, GLsizei bufSize, GLint *params ) */
1200 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) {
1210 if (_remaining < bufSize) {
1213 _exceptionMessage = "remaining() < bufSize < needed";
1223 (GLsizei)bufSize,
1236 /* void glGetnUniformuiv ( GLuint program, GLint location, GLsizei bufSize, GLuint *params ) */
1239 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jintArray params_ref, jint offset) {
1260 if (_remaining < bufSize) {
1263 _exceptionMessage = "length - offset < bufSize < needed";
1273 (GLsizei)bufSize,
1287 /* void glGetnUniformuiv ( GLuint program, GLint location, GLsizei bufSize, GLuint *params ) */
1290 (JNIEnv *_env, jobject _this, jint program, jint location, jint bufSize, jobject params_buf) {
1300 if (_remaining < bufSize) {
1303 _exceptionMessage = "remaining() < bufSize < needed";
1313 (GLsizei)bufSize,