Home
last modified time | relevance | path

Searched refs:mClientVersion (Results 1 – 6 of 6) sorted by relevance

/external/chromium_org/third_party/angle/tests/angle_tests/
DANGLETest.cpp4 : mClientVersion(2), in ANGLETest()
151 mClientVersion = clientVersion; in setClientVersion()
201 return mClientVersion; in getClientVersion()
296 EGL_CONTEXT_CLIENT_VERSION, mClientVersion, in createEGLContext()
DANGLETest.h88 int mClientVersion; variable
/external/chromium_org/third_party/angle/samples/angle/sample_util/
DSampleApplication.cpp20 mClientVersion(glesMajorVersion), in SampleApplication()
193 EGL_CONTEXT_CLIENT_VERSION, mClientVersion, in initializeGL()
DSampleApplication.h60 GLuint mClientVersion; variable
/external/chromium_org/third_party/angle/src/libGLESv2/
DContext.cpp58 mClientVersion = clientVersion; in Context()
414 mRenderer->setCurrentClientVersion(mClientVersion); in makeCurrent()
1791 …case GL_MAJOR_VERSION: *params = mClientVersion; … in getIntegerv()
2280 if (mClientVersion < 3) in getQueryParameterInfo()
2344 if (mClientVersion < 3) in getIndexedQueryParameterInfo()
2654 if (gl::GetStencilBits(depthStencil->getActualFormat(), mClientVersion) > 0) in clear()
2864 bool isSized = IsSizedInternalFormat(format, mClientVersion); in readPixels()
2865 …um sizedInternalFormat = (isSized ? format : GetSizedInternalFormat(format, type, mClientVersion)); in readPixels()
2866 …GLuint outputPitch = GetRowPitch(sizedInternalFormat, type, mClientVersion, width, mState.pack.ali… in readPixels()
3131 return mClientVersion; in getClientVersion()
[all …]
DContext.h500 int mClientVersion; variable