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

  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/dri/common/
dri_context.c 221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); local
224 if (old_st && old_st != ctx->st)
225 old_st->flush(old_st, ST_FLUSH_FRONT, NULL);
  /external/mesa3d/src/gallium/state_trackers/dri/common/
dri_context.c 221 struct st_context_iface *old_st = ctx->stapi->get_current(ctx->stapi); local
224 if (old_st && old_st != ctx->st)
225 old_st->flush(old_st, ST_FLUSH_FRONT, NULL);
  /frameworks/base/media/jni/
android_media_MediaPlayer.cpp 268 sp<IGraphicBufferProducer> old_st = getVideoSurfaceTexture(env, thiz); local
269 if (old_st != NULL) {
270 old_st->decStrong((void*)decVideoSurfaceRef);
    [all...]

Completed in 665 milliseconds