Home | History | Annotate | Download | only in GLcommon

Lines Matching refs:ctx

6             GLEScontext *ctx = s_eglIface->getGLESContext(); \
10 GLEScmContext *ctx = static_cast<GLEScmContext *>(s_eglIface->getGLESContext()); \
11 if(!ctx) return;
15 GLESv2Context *ctx = static_cast<GLESv2Context *>(s_eglIface->getGLESContext()); \
16 if(!ctx) return;
20 GLEScontext *ctx = s_eglIface->getGLESContext(); \
21 if(!ctx) return failure_ret;
25 GLEScmContext *ctx = static_cast<GLEScmContext *>(s_eglIface->getGLESContext()); \
26 if(!ctx) return failure_ret;
30 GLESv2Context *ctx = static_cast<GLESv2Context *>(s_eglIface->getGLESContext()); \
31 if(!ctx) return failure_ret;
36 ctx->setGLerror(err); \
43 ctx->setGLerror(err); \