Searched refs:mClientVersion (Results 1 – 6 of 6) sorted by relevance
/external/chromium_org/third_party/angle/tests/angle_tests/ |
D | ANGLETest.cpp | 4 : mClientVersion(2), in ANGLETest() 151 mClientVersion = clientVersion; in setClientVersion() 201 return mClientVersion; in getClientVersion() 296 EGL_CONTEXT_CLIENT_VERSION, mClientVersion, in createEGLContext()
|
D | ANGLETest.h | 88 int mClientVersion; variable
|
/external/chromium_org/third_party/angle/samples/angle/sample_util/ |
D | SampleApplication.cpp | 20 mClientVersion(glesMajorVersion), in SampleApplication() 193 EGL_CONTEXT_CLIENT_VERSION, mClientVersion, in initializeGL()
|
D | SampleApplication.h | 60 GLuint mClientVersion; variable
|
/external/chromium_org/third_party/angle/src/libGLESv2/ |
D | Context.cpp | 58 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 …]
|
D | Context.h | 500 int mClientVersion; variable
|