Home
last modified time | relevance | path

Searched refs:_exceptionMessage (Results 1 – 21 of 21) sorted by relevance

/frameworks/base/core/jni/
Dandroid_opengl_GLES11.cpp234 const char * _exceptionMessage; in get() local
243 _exceptionMessage = "params == null"; in get()
249 _exceptionMessage = "offset < 0"; in get()
260 _exceptionMessage = "length - offset < needed"; in get()
278 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
289 const char * _exceptionMessage; in getarray() local
305 _exceptionMessage = "remaining() < needed"; in getarray()
322 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
343 const char * _exceptionMessage = NULL; in android_glBufferData__IILjava_nio_Buffer_2I() local
354 _exceptionMessage = "remaining() < size < needed"; in android_glBufferData__IILjava_nio_Buffer_2I()
[all …]
Dandroid_opengl_GLES20.cpp234 const char * _exceptionMessage; in get() local
243 _exceptionMessage = "params == null"; in get()
249 _exceptionMessage = "offset < 0"; in get()
260 _exceptionMessage = "length - offset < needed"; in get()
278 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
289 const char * _exceptionMessage; in getarray() local
305 _exceptionMessage = "remaining() < needed"; in getarray()
322 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
352 const char * _exceptionMessage = NULL; in android_glBindAttribLocation__IILjava_lang_String_2() local
358 _exceptionMessage = "name == null"; in android_glBindAttribLocation__IILjava_lang_String_2()
[all …]
Dcom_google_android_gles_jni_GLImpl.cpp545 const char * _exceptionMessage = NULL; in android_glDeleteTextures__I_3II() local
553 _exceptionMessage = "textures == null"; in android_glDeleteTextures__I_3II()
559 _exceptionMessage = "offset < 0"; in android_glDeleteTextures__I_3II()
566 _exceptionMessage = "length - offset < n < needed"; in android_glDeleteTextures__I_3II()
584 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glDeleteTextures__I_3II()
594 const char * _exceptionMessage = NULL; in android_glDeleteTextures__ILjava_nio_IntBuffer_2() local
604 _exceptionMessage = "remaining() < n < needed"; in android_glDeleteTextures__ILjava_nio_IntBuffer_2()
621 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glDeleteTextures__ILjava_nio_IntBuffer_2()
698 const char * _exceptionMessage = NULL; in android_glDrawElements__IIILjava_nio_Buffer_2() local
708 _exceptionMessage = "remaining() < count < needed"; in android_glDrawElements__IIILjava_nio_Buffer_2()
[all …]
Dandroid_opengl_GLES11Ext.cpp234 const char * _exceptionMessage; in get() local
243 _exceptionMessage = "params == null"; in get()
249 _exceptionMessage = "offset < 0"; in get()
260 _exceptionMessage = "length - offset < needed"; in get()
278 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
289 const char * _exceptionMessage; in getarray() local
305 _exceptionMessage = "remaining() < needed"; in getarray()
322 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
403 const char * _exceptionMessage = NULL; in android_glDrawTexsvOES___3SI() local
411 _exceptionMessage = "coords == null"; in android_glDrawTexsvOES___3SI()
[all …]
Dandroid_opengl_EGL14.cpp172 const char * _exceptionMessage = NULL; in android_eglInitialize() local
185 _exceptionMessage = "major == null"; in android_eglInitialize()
191 _exceptionMessage = "majorOffset < 0"; in android_eglInitialize()
198 _exceptionMessage = "length - majorOffset < 1 < needed"; in android_eglInitialize()
208 _exceptionMessage = "minor == null"; in android_eglInitialize()
214 _exceptionMessage = "minorOffset < 0"; in android_eglInitialize()
221 _exceptionMessage = "length - minorOffset < 1 < needed"; in android_eglInitialize()
244 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_eglInitialize()
278 const char * _exceptionMessage = NULL; in android_eglGetConfigs() local
290 _exceptionMessage = "configs == null"; in android_eglGetConfigs()
[all …]
Dandroid_opengl_GLES10.cpp234 const char * _exceptionMessage; in get() local
243 _exceptionMessage = "params == null"; in get()
249 _exceptionMessage = "offset < 0"; in get()
260 _exceptionMessage = "length - offset < needed"; in get()
278 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
289 const char * _exceptionMessage; in getarray() local
305 _exceptionMessage = "remaining() < needed"; in getarray()
322 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
611 const char * _exceptionMessage = NULL; in android_glDeleteTextures__I_3II() local
619 _exceptionMessage = "textures == null"; in android_glDeleteTextures__I_3II()
[all …]
Dandroid_opengl_GLES30.cpp234 const char * _exceptionMessage; in get() local
243 _exceptionMessage = "params == null"; in get()
249 _exceptionMessage = "offset < 0"; in get()
260 _exceptionMessage = "length - offset < needed"; in get()
278 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
289 const char * _exceptionMessage; in getarray() local
305 _exceptionMessage = "remaining() < needed"; in getarray()
322 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
598 const char * _exceptionMessage = NULL; in android_glGenQueries__I_3II() local
606 _exceptionMessage = "ids == null"; in android_glGenQueries__I_3II()
[all …]
Dandroid_opengl_GLES31.cpp232 const char * _exceptionMessage; in get() local
241 _exceptionMessage = "params == null"; in get()
247 _exceptionMessage = "offset < 0"; in get()
258 _exceptionMessage = "length - offset < needed"; in get()
276 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
287 const char * _exceptionMessage; in getarray() local
303 _exceptionMessage = "remaining() < needed"; in getarray()
320 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
390 const char * _exceptionMessage = NULL; in android_glGetFramebufferParameteriv__II_3II() local
398 _exceptionMessage = "params == null"; in android_glGetFramebufferParameteriv__II_3II()
[all …]
Dandroid_opengl_GLES10Ext.cpp234 const char * _exceptionMessage; in get() local
243 _exceptionMessage = "params == null"; in get()
249 _exceptionMessage = "offset < 0"; in get()
260 _exceptionMessage = "length - offset < needed"; in get()
278 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
289 const char * _exceptionMessage; in getarray() local
305 _exceptionMessage = "remaining() < needed"; in getarray()
322 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
333 const char * _exceptionMessage = NULL; in android_glQueryMatrixxOES___3II_3II() local
345 _exceptionMessage = "mantissa == null"; in android_glQueryMatrixxOES___3II_3II()
[all …]
Dandroid_opengl_GLES31Ext.cpp233 const char * _exceptionMessage; in get() local
242 _exceptionMessage = "params == null"; in get()
248 _exceptionMessage = "offset < 0"; in get()
259 _exceptionMessage = "length - offset < needed"; in get()
277 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
288 const char * _exceptionMessage; in getarray() local
304 _exceptionMessage = "remaining() < needed"; in getarray()
321 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
339 const char * _exceptionMessage = NULL; in android_glDebugMessageControlKHR__IIII_3IIZ() local
347 _exceptionMessage = "ids == null"; in android_glDebugMessageControlKHR__IIII_3IIZ()
[all …]
/frameworks/native/opengl/tools/glgen/stubs/gles11/
DglGetUniformIndices.cpp8 const char* _exceptionMessage = NULL; in android_glGetUniformIndices_array() local
18 _exceptionMessage = "uniformNames == null"; in android_glGetUniformIndices_array()
28 _exceptionMessage = "null uniformNames element"; in android_glGetUniformIndices_array()
37 _exceptionMessage = "uniformIndices == null"; in android_glGetUniformIndices_array()
43 _exceptionMessage = "uniformIndicesOffset < 0"; in android_glGetUniformIndices_array()
49 _exceptionMessage = "not enough space in uniformIndices"; in android_glGetUniformIndices_array()
73 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glGetUniformIndices_array()
84 const char* _exceptionMessage = NULL; in android_glGetUniformIndices_buffer() local
97 _exceptionMessage = "uniformNames == null"; in android_glGetUniformIndices_buffer()
103 _exceptionMessage = "uniformIndices == null"; in android_glGetUniformIndices_buffer()
[all …]
DglGetActiveAttrib.cpp7 const char * _exceptionMessage; in android_glGetActiveAttrib__III_3II_3II_3II_3BI() local
24 _exceptionMessage = "length == null"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
30 _exceptionMessage = "lengthOffset < 0"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
41 _exceptionMessage = "size == null"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
47 _exceptionMessage = "sizeOffset < 0"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
58 _exceptionMessage = "type == null"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
64 _exceptionMessage = "typeOffset < 0"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
75 _exceptionMessage = "name == null"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
81 _exceptionMessage = "nameOffset < 0"; in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
117 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glGetActiveAttrib__III_3II_3II_3II_3BI()
[all …]
DglGetTransformFeedbackVarying.cpp7 const char * _exceptionMessage; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI() local
24 _exceptionMessage = "length == null"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
30 _exceptionMessage = "lengthOffset < 0"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
41 _exceptionMessage = "size == null"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
47 _exceptionMessage = "sizeOffset < 0"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
58 _exceptionMessage = "type == null"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
64 _exceptionMessage = "typeOffset < 0"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
75 _exceptionMessage = "name == null"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
81 _exceptionMessage = "nameOffset < 0"; in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
117 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glGetTransformFeedbackVarying__III_3II_3II_3II_3BI()
[all …]
DglGetActiveUniform.cpp7 const char * _exceptionMessage; in android_glGetActiveUniform__III_3II_3II_3II_3BI() local
24 _exceptionMessage = "length == null"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
30 _exceptionMessage = "lengthOffset < 0"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
41 _exceptionMessage = "size == null"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
47 _exceptionMessage = "sizeOffset < 0"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
58 _exceptionMessage = "type == null"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
64 _exceptionMessage = "typeOffset < 0"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
75 _exceptionMessage = "name == null"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
81 _exceptionMessage = "nameOffset < 0"; in android_glGetActiveUniform__III_3II_3II_3II_3BI()
117 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glGetActiveUniform__III_3II_3II_3II_3BI()
[all …]
DglGetActiveUniformBlockName.cpp7 const char* _exceptionMessage; in android_glGetActiveUniformBlockName_III_3II_3BI() local
18 _exceptionMessage = "length == null"; in android_glGetActiveUniformBlockName_III_3II_3BI()
24 _exceptionMessage = "lengthOffset < 0"; in android_glGetActiveUniformBlockName_III_3II_3BI()
35 _exceptionMessage = "uniformBlockName == null"; in android_glGetActiveUniformBlockName_III_3II_3BI()
41 _exceptionMessage = "uniformBlockNameOffset < 0"; in android_glGetActiveUniformBlockName_III_3II_3BI()
67 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glGetActiveUniformBlockName_III_3II_3BI()
77 const char* _exceptionMessage; in android_glGetActiveUniformBlockName_IILjava_nio_Buffer_2Ljava_nio_Buffer_2() local
DglGetShaderSource.cpp7 const char * _exceptionMessage; in android_glGetShaderSource__II_3II_3BI() local
18 _exceptionMessage = "length == null"; in android_glGetShaderSource__II_3II_3BI()
24 _exceptionMessage = "lengthOffset < 0"; in android_glGetShaderSource__II_3II_3BI()
35 _exceptionMessage = "source == null"; in android_glGetShaderSource__II_3II_3BI()
41 _exceptionMessage = "sourceOffset < 0"; in android_glGetShaderSource__II_3II_3BI()
66 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glGetShaderSource__II_3II_3BI()
DglTransformFeedbackVaryings.cpp8 const char* _exceptionMessage = NULL; in android_glTransformFeedbackVaryings() local
16 _exceptionMessage = "varyings == null"; in android_glTransformFeedbackVaryings()
27 _exceptionMessage = "null varyings element"; in android_glTransformFeedbackVaryings()
46 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glTransformFeedbackVaryings()
DglDebugMessageInsertKHR.cpp7 const char * _exceptionMessage = NULL; in android_glDebugMessageInsertKHR__IIIILjava_lang_String_2() local
14 _exceptionMessage = "buf == null"; in android_glDebugMessageInsertKHR__IIIILjava_lang_String_2()
35 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_glDebugMessageInsertKHR__IIIILjava_lang_String_2()
Dcommon.cpp212 const char * _exceptionMessage; in get() local
221 _exceptionMessage = "params == null"; in get()
227 _exceptionMessage = "offset < 0"; in get()
238 _exceptionMessage = "length - offset < needed"; in get()
256 jniThrowException(_env, _exceptionType, _exceptionMessage); in get()
267 const char * _exceptionMessage; in getarray() local
283 _exceptionMessage = "remaining() < needed"; in getarray()
300 jniThrowException(_env, _exceptionType, _exceptionMessage); in getarray()
/frameworks/native/opengl/tools/glgen/stubs/egl/
DeglCreateWindowSurface.cpp7 const char * _exceptionMessage = ""; in android_eglCreateWindowSurface() local
20 _exceptionMessage = "attrib_list == null"; in android_eglCreateWindowSurface()
26 _exceptionMessage = "offset < 0"; in android_eglCreateWindowSurface()
33_exceptionMessage = "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface"; in android_eglCreateWindowSurface()
56 _exceptionMessage = "attrib_list must contain EGL_NONE!"; in android_eglCreateWindowSurface()
73 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_eglCreateWindowSurface()
84 const char * _exceptionMessage = ""; in android_eglCreateWindowSurfaceTexture() local
98 _exceptionMessage = "attrib_list == null"; in android_eglCreateWindowSurfaceTexture()
104 _exceptionMessage = "offset < 0"; in android_eglCreateWindowSurfaceTexture()
111_exceptionMessage = "Make sure the SurfaceView or associated SurfaceHolder has a valid Surface"; in android_eglCreateWindowSurfaceTexture()
[all …]
DeglCreatePbufferFromClientBuffer.cpp7 const char * _exceptionMessage = NULL; in android_eglCreatePbufferFromClientBuffer() local
19 _exceptionMessage = "attrib_list == null"; in android_eglCreatePbufferFromClientBuffer()
25 _exceptionMessage = "offset < 0"; in android_eglCreatePbufferFromClientBuffer()
42 _exceptionMessage = "attrib_list must contain EGL_NONE!"; in android_eglCreatePbufferFromClientBuffer()
60 jniThrowException(_env, _exceptionType, _exceptionMessage); in android_eglCreatePbufferFromClientBuffer()