Home
last modified time | relevance | path

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

/device/generic/goldfish-opengl/tests/gles_android_wrapper/
DThreadInfo.h22 struct EGLWrapperContext struct
24 EGLWrapperContext(EGLContext p_aglContext, int _version) { in EGLWrapperContext() argument
30 ~EGLWrapperContext() { in ~EGLWrapperContext() argument
43 EGLWrapperContext *currentContext; argument
Degl.cpp429 if (share) share = ((EGLWrapperContext *)share_context)->aglContext; in eglCreateContext()
457 EGLWrapperContext *wctx = new EGLWrapperContext(ctx, version); in eglCreateContext()
472 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglDestroyContext()
493 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglMakeCurrent()
536 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglQueryContext()
589 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx; in eglCreateImageKHR()