Home
last modified time | relevance | path

Searched refs:clientVersion (Results 1 – 5 of 5) sorted by relevance

/hardware/google/gfxstream/host/gl/
DEmulatedEglContext.cpp47 GLESApi clientVersion = version; in createImpl() local
48 int majorVersion = clientVersion; in createImpl()
84 new EmulatedEglContext(display, context, hndl, clientVersion, nullptr)); in createImpl()
123 GLESApi EmulatedEglContext::clientVersion() const { in clientVersion() function in gfxstream::gl::EmulatedEglContext
DEmulatedEglContext.h66 GLESApi clientVersion() const;
DColorBufferGl.cpp680 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in blitFromCurrentReadBuffer()
686 const bool isGles3 = tInfo->currContext->clientVersion() > GLESApi_2; in blitFromCurrentReadBuffer()
836 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in bindToTexture()
868 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in bindToRenderbuffer()
/hardware/google/gfxstream/host/
DRenderControl.cpp441 if (tInfo->currContext->clientVersion() > GLESApi_CM) { in rcGetGLString()
DFrameBuffer.cpp3727 if (ctx->clientVersion() > GLESApi_CM) in bindContext()