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

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

Completed in 197 milliseconds