Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/GLES_V2/
DGLESv30Imp.cpp399 GLsync lookupWithError(GLsync guestSync, GLint* err) { in lookupWithError() function in GuestSyncs
527 GLsync hostSync = sSyncs()->lookupWithError(wait_on, &err); in glClientWaitSync()
537 GLsync hostSync = sSyncs()->lookupWithError(wait_on, &err); in glWaitSync()
564 GLsync hostSync = sSyncs()->lookupWithError(sync, &err); in glGetSynciv()