Searched defs:loadTexture (Results 1 – 2 of 2) sorted by relevance
60 GLuint GLUtils::loadTexture(const char* path) { in loadTexture() function in GLUtils67 jmethodID loadTexture = sEnv->GetStaticMethodID(activityClass, "loadTexture", in loadTexture() local
146 public static int loadTexture(AssetManager manager, String path) { in loadTexture() method in GLGameActivity