Home
last modified time | relevance | path

Searched refs:doThrowIAE (Results 1 – 12 of 12) sorted by relevance

/frameworks/base/core/jni/android/opengl/
Dutil.cpp257 doThrowIAE(mEnv, "array == null"); in check()
261 doThrowIAE(mEnv, "offset < 0"); in check()
266 doThrowIAE(mEnv, "length - offset < n"); in check()
324 doThrowIAE(env, "positionsCount < 1"); in util_computeBoundingSphere()
529 doThrowIAE(env, "length < offset + indexCount"); in util_visibilityTest()
803 doThrowIAE(mEnv, errorMessage); in checkPointer()
807 doThrowIAE(mEnv, errorMessage); in checkPointer()
843 doThrowIAE(env, "validPixelMask"); in etc1_encodeBlock()
850 doThrowIAE(env, "in's remaining data < DECODED_BLOCK_SIZE"); in etc1_encodeBlock()
852 doThrowIAE(env, "out's remaining data < ENCODED_BLOCK_SIZE"); in etc1_encodeBlock()
[all …]
/frameworks/base/core/jni/
Dandroid_util_PathParser.cpp40 doThrowIAE(env, result.failureMessage.c_str()); in parseStringForPath()
65 doThrowIAE(env, result.failureMessage.c_str()); in createPathDataFromStringPath()
Dandroid_view_Surface.cpp182 doThrowIAE(env); in nativeIsConsumerRunningBehind()
211 doThrowIAE(env); in nativeLockCanvas()
292 doThrowIAE(env); in nativeUnlockCanvasAndPost()
Dandroid_view_SurfaceControl.cpp431 doThrowIAE(env); in nativeSetTransparentRegionHint()
698 doThrowIAE(env, "Illegal Surface, could not enable async mode. Was this" in nativeSetDisplaySurface()
971 doThrowIAE(env); in nativeClearContentFrameStats()
989 doThrowIAE(env); in nativeGetContentFrameStats()
1057 doThrowIAE(env); in nativeClearAnimationFrameStats()
1073 doThrowIAE(env); in nativeGetAnimationFrameStats()
Dandroid_graphics_drawable_VectorDrawable.cpp192 doThrowIAE(env, result.failureMessage.c_str()); in setPathString()
/frameworks/base/core/jni/android/graphics/
DMaskFilter.cpp13 doThrowIAE(env); in ThrowIAE_IfNull()
DGraphicsJNI.h298 void doThrowIAE(JNIEnv* env, const char* msg = NULL); // Illegal Argument
DImageDecoder.cpp440 doThrowIAE(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()
448 doThrowIAE(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()
DShader.cpp25 doThrowIAE(env); \
DBitmapFactory.cpp234 doThrowIAE(env, "Bitmaps with Config.HARDWARE are always immutable"); in doDecode()
DGraphics.cpp32 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE() function
DBitmap.cpp494 doThrowIAE(env, "Bitmap not large enough to support new configuration"); in Bitmap_reconfigure()