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

  /device/generic/goldfish/opengl/system/egl/
eglContext.h 25 IS_CURRENT = 0x00010000,
egl.cpp 943 if (context && (context->flags & EGLContext_t::IS_CURRENT) && (context != tInfo->currentContext)) {
958 context->flags |= EGLContext_t::IS_CURRENT;
983 tInfo->currentContext->flags &= ~EGLContext_t::IS_CURRENT;
    [all...]
  /frameworks/native/opengl/libagl/
egl.cpp 122 IS_CURRENT = 0x00010000,
    [all...]

Completed in 75 milliseconds