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

/frameworks/base/core/jni/android/graphics/
H A DMaskFilter.cpp8 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) { function
23 ThrowIAE_IfNull(env, filter);
40 ThrowIAE_IfNull(env, filter);
H A DShader.cpp21 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) { function
92 ThrowIAE_IfNull(env, s);
139 ThrowIAE_IfNull(env, shader);
254 ThrowIAE_IfNull(env, s);
287 ThrowIAE_IfNull(env, shader);
302 ThrowIAE_IfNull(env, s);
390 ThrowIAE_IfNull(env, shader);
401 ThrowIAE_IfNull(env, s);

Completed in 229 milliseconds