Home
last modified time | relevance | path

Searched refs:onFenceDestroyed (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/guest/OpenglCodecCommon/
DGLClientState.cpp3047 void onFenceDestroyed(GLsync sync) { in onFenceDestroyed() function
3066 void GLClientState::onFenceDestroyed(GLsync sync) { in onFenceDestroyed() function in gfxstream::guest::GLClientState
3067 sFenceRegistry.onFenceDestroyed(sync); in onFenceDestroyed()
/hardware/google/gfxstream/guest/OpenglCodecCommon/include/gfxstream/guest/
DGLClientState.h306 static void onFenceDestroyed(GLsync sync);
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp5369 GLClientState::onFenceDestroyed(sync); in s_glDeleteSync()