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

  /external/qemu/android/
opengles.h 20 typedef void (*OnPostFn)(void* context, int width, int height, int ydir,
34 OnPostFn onPost, void* onPostContext);
opengles.c 44 DYNLINK_FUNC(int,initOpenGLRenderer,(int width, int height, int port, OnPostFn onPost, void* onPostContext),(width,height,port,onPost,onPostContext),return) \
144 android_startOpenglesRenderer(int width, int height, OnPostFn onPost, void* onPostContext)
  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 54 typedef void (*OnPostFn)(void* context, int width, int height, int ydir,
89 OnPostFn onPost, void* onPostContext);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 49 static bool initialize(int width, int height, OnPostFn onPost, void* onPostContext);
93 FrameBuffer(int p_width, int p_height, OnPostFn onPost, void* onPostContext);
133 OnPostFn m_onPost;
render_api.cpp 80 OnPostFn onPost, void* onPostContext)
FrameBuffer.cpp 104 bool FrameBuffer::initialize(int width, int height, OnPostFn onPost, void* onPostContext)
359 OnPostFn onPost, void* onPostContext) :

Completed in 73 milliseconds