Searched refs:gl2Encoder (Results 1 – 4 of 4) sorted by relevance
2002 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()2007 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()2013 hostCon->gl2Encoder()->setVersion( in eglMakeCurrent()2018 hostCon->gl2Encoder()->setClientState(contextState); in eglMakeCurrent()2041 hostCon->gl2Encoder()->setClientStateMakeCurrent( in eglMakeCurrent()2047 hostCon->gl2Encoder()->setSharedGroup(context->getSharedGroup()); in eglMakeCurrent()2056 hostCon->gl2Encoder()->setClientState(NULL); in eglMakeCurrent()2057 hostCon->gl2Encoder()->setSharedGroup(GLSharedGroupPtr(NULL)); in eglMakeCurrent()2079 if (!hostCon->gl2Encoder()->isInitialized()) { in eglMakeCurrent()2081 hostCon->gl2Encoder()->setInitialized(); in eglMakeCurrent()[all …]
27 #define GET_CONTEXT GL2Encoder * ctx = getEGLThreadInfo()->hostConn->gl2Encoder();
131 GL2Encoder *gl2Encoder();
365 GL2Encoder *HostConnection::gl2Encoder() in gl2Encoder() function in HostConnection