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

  /sdk/emulator/opengl/host/libs/libOpenglRender/
WindowSurface.cpp 125 void WindowSurface::bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType)
128 m_readContext = p_ctx;
131 m_drawContext = p_ctx;
134 m_readContext = p_ctx;
135 m_drawContext = p_ctx;
WindowSurface.h 42 void bind(RenderContextPtr p_ctx, SurfaceBindType p_bindType);
  /external/webp/src/dec/
vp8.c 507 const ProbaCtxArray p_ctx = prob[kBands[n + 1]]; local
509 p = p_ctx[0];
514 p = p_ctx[1];
517 p = p_ctx[2];

Completed in 46 milliseconds