Home
last modified time | relevance | path

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

/aosp14/frameworks/base/core/jni/android/opengl/
H A Dutil.cpp44 static void doThrowIAE(JNIEnv* env, const char* msg = nullptr) { in doThrowIAE() function
259 doThrowIAE(mEnv, "array == null"); in check()
263 doThrowIAE(mEnv, "offset < 0"); in check()
268 doThrowIAE(mEnv, "length - offset < n"); in check()
326 doThrowIAE(env, "positionsCount < 1"); in util_computeBoundingSphere()
531 doThrowIAE(env, "length < offset + indexCount"); in util_visibilityTest()
716 doThrowIAE(mEnv, errorMessage); in checkPointer()
720 doThrowIAE(mEnv, errorMessage); in checkPointer()
756 doThrowIAE(env, "validPixelMask"); in etc1_encodeBlock()
816 doThrowIAE(env, "pixelSize must be 2 or 3"); in etc1_encodeImage()
[all …]
/aosp14/frameworks/base/libs/hwui/jni/
H A Dandroid_util_PathParser.cpp38 doThrowIAE(env, result.failureMessage.c_str()); in parseStringForPath()
63 doThrowIAE(env, result.failureMessage.c_str()); in createPathDataFromStringPath()
H A DMaskFilter.cpp10 doThrowIAE(env); in ThrowIAE_IfNull()
H A DImageDecoder.cpp452 doThrowIAE(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()
460 doThrowIAE(env, msg.c_str()); in ImageDecoder_nDecodeBitmap()
H A DShader.cpp38 doThrowIAE(env); \
275 doThrowIAE(env, result.errorText.c_str()); in RuntimeShader_createShaderBuilder()
H A DGraphicsJNI.h371 void doThrowIAE(JNIEnv* env, const char* msg = NULL); // Illegal Argument
H A Dandroid_graphics_drawable_VectorDrawable.cpp190 doThrowIAE(env, result.failureMessage.c_str()); in setPathString()
H A DBitmapFactory.cpp358 doThrowIAE(env, "Bitmaps with Config.HARDWARE are always immutable"); in doDecode()
H A DGraphics.cpp73 void doThrowIAE(JNIEnv* env, const char* msg) { in doThrowIAE() function
H A DBitmap.cpp481 doThrowIAE(env, "Bitmap not large enough to support new configuration"); in Bitmap_reconfigure()
/aosp14/frameworks/base/core/jni/
H A Dandroid_view_SurfaceControl.cpp76 static void doThrowIAE(JNIEnv* env, const char* msg = nullptr) { in doThrowIAE() function
745 doThrowIAE(env); in nativeSetTransparentRegionHint()
1083 doThrowIAE(env, "Illegal Surface, could not enable async mode. Was this" in nativeSetDisplaySurface()
1486 doThrowIAE(env); in nativeClearContentFrameStats()
1504 doThrowIAE(env); in nativeGetContentFrameStats()
1572 doThrowIAE(env); in nativeClearAnimationFrameStats()
1588 doThrowIAE(env); in nativeGetAnimationFrameStats()