Searched defs:ThrowIAE_IfNull (Results 1 - 2 of 2) sorted by relevance

/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp11 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) { function
27 ThrowIAE_IfNull(env, filter);
43 ThrowIAE_IfNull(env, filter);
H A DShader.cpp12 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) { function
101 ThrowIAE_IfNull(env, s);
130 ThrowIAE_IfNull(env, shader);
148 ThrowIAE_IfNull(env, s);
175 ThrowIAE_IfNull(env, shader);
190 ThrowIAE_IfNull(env, s);
212 ThrowIAE_IfNull(env, shader);
222 ThrowIAE_IfNull(env, s);

Completed in 66 milliseconds