OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:old_st
(Results
1 - 2
of
2
) sorted by 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
294
sp<IGraphicBufferProducer>
old_st
= getVideoSurfaceTexture(env, thiz);
local
295
if (
old_st
!= NULL) {
296
old_st
->decStrong((void*)decVideoSurfaceRef);
[
all
...]
Completed in 2426 milliseconds