Home
last modified time | relevance | path

Searched defs:loadTexture (Results 1 – 2 of 2) sorted by relevance

/cts/tests/openglperf2/jni/graphics/
DGLUtils.cpp60 GLuint GLUtils::loadTexture(const char* path) { in loadTexture() function in GLUtils
67 jmethodID loadTexture = sEnv->GetStaticMethodID(activityClass, "loadTexture", in loadTexture() local
/cts/tests/openglperf2/src/android/opengl2/cts/reference/
DGLGameActivity.java146 public static int loadTexture(AssetManager manager, String path) { in loadTexture() method in GLGameActivity