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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 123 void WindowSurface::bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType)
126 m_readContext = p_ctx;
129 m_drawContext = p_ctx;
132 m_readContext = p_ctx;
133 m_drawContext = p_ctx;
WindowSurface.h 42 void bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType);
  /external/chromium_org/third_party/libwebp/dec/
vp8.c 435 const VP8ProbaArray* const p_ctx = &prob[kBands[n + 1]].probas_[0]; local
439 p = p_ctx[1];
442 p = p_ctx[2];
  /external/webp/src/dec/
vp8.c 435 const VP8ProbaArray* const p_ctx = &prob[kBands[n + 1]].probas_[0]; local
439 p = p_ctx[1];
442 p = p_ctx[2];
  /external/jemalloc/src/
prof.c 489 prof_ctx_t **p_ctx, bool *p_new_ctx)
537 *p_ctx = ctx.p;

Completed in 950 milliseconds