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

  /sdk/emulator/opengl/host/include/libOpenglRender/
render_api.h 116 typedef void (*OnPostFn)(void* context, int width, int height, int ydir,
118 DECL(void, setPostCallback, (OnPostFn onPost, void* onPostContext));
  /sdk/emulator/opengl/host/libs/libOpenglRender/
FrameBuffer.h 62 void setPostCallback(OnPostFn onPost, void* onPostContext);
141 OnPostFn m_onPost;
render_api.cpp 192 void setPostCallback(OnPostFn onPost, void* onPostContext)
FrameBuffer.cpp 387 void FrameBuffer::setPostCallback(OnPostFn onPost, void* onPostContext)

Completed in 202 milliseconds