Lines Matching refs:NULL
25 static JNIEnv* sEnv = NULL;
26 static jobject sAssetManager = NULL;
35 if (nativeManager == NULL) { in loadAsset()
36 return NULL; in loadAsset()
43 if (asset == NULL) { in openTextFile()
45 return NULL; in openTextFile()
54 return NULL; in openTextFile()
63 if (activityClass == NULL) { in loadTexture()
69 if (loadTexture == NULL) { in loadTexture()
95 if (buffer == NULL) { in loadMesh()
96 return NULL; in loadMesh()
134 glShaderSource(shader, 1, source, NULL); in loadShader()
143 glGetShaderInfoLog(shader, infoLen, NULL, infoLog); in loadShader()
180 glGetProgramInfoLog(program, infoLen, NULL, infoLog); in createProgram()
194 gettimeofday(&tv, (struct timezone *) NULL); in currentTimeMillis()
217 if (m != NULL) { in genTexture()