Searched defs:idCtx (Results 1 - 1 of 1) sorted by relevance

/vbox/src/VBox/HostServices/SharedOpenGL/render/
H A Drenderspu.c139 static ContextInfo * renderspuCreateContextInternal(const char *dpyName, GLint visBits, GLint idCtx, ContextInfo * sharedContext) argument
144 if (idCtx <= 0)
146 idCtx = (GLint)crHashtableAllocKeys(render_spu.contextTable, 1);
147 if (idCtx <= 0)
155 if (crHashtableIsKeyUsed(render_spu.contextTable, idCtx))
157 crWarning("the specified ctx key %d is in use", idCtx);
173 context->BltInfo.Base.id = idCtx;
178 crHashtableAdd(render_spu.contextTable, idCtx, context);

Completed in 49 milliseconds