Searched defs: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.cpp11 static void ThrowIAE_IfNull(JNIEnv* env, void* ptr) { function
74 ThrowIAE_IfNull(env, s);
108 ThrowIAE_IfNull(env, shader);
125 ThrowIAE_IfNull(env, s);
160 ThrowIAE_IfNull(env, shader);
177 ThrowIAE_IfNull(env, s);
207 ThrowIAE_IfNull(env, shader);
219 ThrowIAE_IfNull(env, s);

Completed in 109 milliseconds