HomeSort by relevance Sort by last modified time
    Searched refs:ASurfaceTexture_detachFromGLContext (Results 1 - 3 of 3) sorted by null

  /frameworks/native/include/android/
surface_texture.h 111 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st);
  /cts/tests/tests/graphics/jni/
android_graphics_cts_ASurfaceTextureTest.cpp 41 ASSERT(dlsym(RTLD_DEFAULT, "ASurfaceTexture_detachFromGLContext"),
42 "couldn't dlsym ASurfaceTexture_detachFromGLContext");
72 ASurfaceTexture_detachFromGLContext(ast);
  /frameworks/base/native/android/
surface_texture.cpp 61 int ASurfaceTexture_detachFromGLContext(ASurfaceTexture* st) {

Completed in 228 milliseconds