HomeSort by relevance Sort by last modified time
    Searched defs:FBNativeWindowType (Results 1 - 2 of 2) sorted by null

  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api_platform_types.h 24 typedef HWND FBNativeWindowType;
31 typedef Window FBNativeWindowType;
35 typedef void* FBNativeWindowType;
  /external/qemu/android/
opengles.c 31 typedef HWND FBNativeWindowType;
35 typedef uint32_t FBNativeWindowType;
37 typedef void* FBNativeWindowType;
57 FUNCTION_(int, createOpenGLSubwindow, (FBNativeWindowType window, int x, int y, int width, int height, float zRot), (window, x, y, width, height, zRot)) \
274 int success = createOpenGLSubwindow((FBNativeWindowType)(uintptr_t)window, x, y, width, height, rotation);

Completed in 65 milliseconds