Home
last modified time | relevance | path

Searched refs:getClientVersion (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/src/OpenGL/libGLESv2/
Dmain.cpp82 if(context && (context->getClientVersion() == 2 || in getContextLocked()
83 context->getClientVersion() == 3)) in getContextLocked()
141 GLint getClientVersion() in getClientVersion() function
145 return context ? context->getClientVersion() : 0; in getClientVersion()
Dmain.h50 GLint getClientVersion();
DContext.h436 EGLint getClientVersion() const override;
DContext.cpp317 EGLint Context::getClientVersion() const in getClientVersion() function in es2::Context
DlibGLESv2.cpp6103 if(egl::getClientVersion() == 1) in EGLImageTargetTexture2DOES()
/external/swiftshader/src/OpenGL/libEGL/
DContext.hpp38 virtual EGLint getClientVersion() const = 0;
DlibEGL.cpp871 if(shareContext && ((shareContext->getClientVersion() >= 2) ^ (majorVersion >= 2))) in CreateContext()
1036 *value = context->getClientVersion(); in QueryContext()
/external/swiftshader/src/OpenGL/libGLES_CM/
DContext.h299 EGLint getClientVersion() const override;
DContext.cpp329 EGLint Context::getClientVersion() const in getClientVersion() function in es1::Context
3503 …ASSERT(!shareContext || shareContext->getClientVersion() == 1); // Should be checked by eglCreat… in es1CreateContext()
Dmain.cpp91 if(context && context->getClientVersion() == 1) in getContext()