Searched refs:getClientVersion (Results 1 – 10 of 10) sorted by relevance
82 if(context && (context->getClientVersion() == 2 || in getContextLocked()83 context->getClientVersion() == 3)) in getContextLocked()141 GLint getClientVersion() in getClientVersion() function145 return context ? context->getClientVersion() : 0; in getClientVersion()
50 GLint getClientVersion();
436 EGLint getClientVersion() const override;
317 EGLint Context::getClientVersion() const in getClientVersion() function in es2::Context
6103 if(egl::getClientVersion() == 1) in EGLImageTargetTexture2DOES()
38 virtual EGLint getClientVersion() const = 0;
871 if(shareContext && ((shareContext->getClientVersion() >= 2) ^ (majorVersion >= 2))) in CreateContext()1036 *value = context->getClientVersion(); in QueryContext()
299 EGLint getClientVersion() const override;
329 EGLint Context::getClientVersion() const in getClientVersion() function in es1::Context3503 …ASSERT(!shareContext || shareContext->getClientVersion() == 1); // Should be checked by eglCreat… in es1CreateContext()
91 if(context && context->getClientVersion() == 1) in getContext()