Home
last modified time | relevance | path

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

/device/generic/goldfish/opengl/system/egl/
Degl.cpp410 if (!tInfo || !tInfo->currentContext) { in getGLString()
423 strPtr = &tInfo->currentContext->versionString; in getGLString()
426 strPtr = &tInfo->currentContext->vendorString; in getGLString()
429 strPtr = &tInfo->currentContext->rendererString; in getGLString()
432 strPtr = &tInfo->currentContext->extensionString; in getGLString()
784 if (tInfo && tInfo->currentContext) { in eglReleaseThread()
859 EGLContext_t* ctx = getEGLThreadInfo()->currentContext; in eglSwapInterval()
921 if (getEGLThreadInfo()->currentContext == context) { in eglDestroyContext()
922 getEGLThreadInfo()->currentContext->deletePending = 1; in eglDestroyContext()
959 if (tInfo->currentContext == context && in eglMakeCurrent()
[all …]
DClientAPIExts.cpp95 if (!thread->currentContext) { \
98 int idx = (int)thread->currentContext->version - 1; \
109 if (!thread->currentContext) { \
112 int idx = (int)thread->currentContext->version - 1; \
/device/generic/goldfish/opengl/tests/gles_android_wrapper/
DThreadInfo.h41 EGLThreadInfo() : currentContext(NULL), serverConn(NULL) {} in EGLThreadInfo()
43 EGLWrapperContext *currentContext; member
Degl.cpp519 if (ti->currentContext == wctx) ti->currentContext = NULL; in eglDestroyContext()
548 ti->currentContext = wctx; in eglMakeCurrent()
557 return (ti->currentContext ? ti->currentContext : EGL_NO_CONTEXT); in eglGetCurrentContext()
/device/generic/goldfish/opengl/system/OpenglSystemCommon/
DThreadInfo.h29 EGLThreadInfo() : currentContext(NULL), hostConn(NULL), eglError(EGL_SUCCESS) {} in EGLThreadInfo()
31 EGLContext_t *currentContext; member