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

  /development/tools/emulator/opengl/tests/gles_android_wrapper/
ThreadInfo.h 22 struct EGLWrapperContext
24 EGLWrapperContext(EGLContext p_aglContext, int _version) {
30 ~EGLWrapperContext() {
43 EGLWrapperContext *currentContext;
egl.cpp 465 if (share) share = ((EGLWrapperContext *)share_context)->aglContext;
493 EGLWrapperContext *wctx = new EGLWrapperContext(ctx, version);
508 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx;
529 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx;
572 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx;
625 EGLWrapperContext *wctx = (EGLWrapperContext *)ctx
    [all...]

Completed in 682 milliseconds