Searched refs:clientVersion (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dmain.h59 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess);
H A DTexture.h70 virtual bool isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const = 0;
126 virtual bool isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const;
169 virtual bool isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const;
204 virtual bool isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const;
234 virtual bool isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const;
H A DContext.cpp40 Context::Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess) argument
45 initCaps(clientVersion);
46 mState.initialize(mCaps, clientVersion);
48 mClientVersion = clientVersion;
2229 void Context::initCaps(GLuint clientVersion) argument
2235 if (clientVersion < 3)
2241 if (clientVersion > 2)
2264 if (formatCaps.texturable && formatInfo.textureSupport(clientVersion, mExtensions))
2267 formatCaps.renderable = formatInfo.renderSupport(clientVersion, mExtensions);
2268 formatCaps.filterable = formatInfo.filterSupport(clientVersion, mExtension
2293 glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess) argument
[all...]
H A DTexture.cpp289 bool Texture2D::isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const
337 if (formatInfo.depthBits > 0 && clientVersion > 2)
565 bool TextureCubeMap::isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const
764 bool Texture3D::isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const
922 bool Texture2DArray::isSamplerComplete(const SamplerState &samplerState, const TextureCapsMap &textureCaps, const Extensions &extensions, int clientVersion) const
H A Dformatutils.cpp215 static bool RequireESVersion(GLuint clientVersion, const Extensions &) argument
217 return clientVersion >= minCoreGLVersion;
232 static bool RequireESVersionOrExtension(GLuint clientVersion, const Extensions &extensions) argument
234 return clientVersion >= minCoreGLVersion || extensions.*bool1;
239 static bool RequireESVersionOrExtensions(GLuint clientVersion, const Extensions &extensions) argument
241 return clientVersion >= minCoreGLVersion || (extensions.*bool1 || extensions.*bool2);
H A DContext.h71 Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess);
264 void initCaps(GLuint clientVersion);
H A DFramebuffer.cpp392 GLuint clientVersion = mRenderer->getCurrentClientVersion(); local
446 if (clientVersion < 3)
H A DState.h35 void initialize(const Caps& caps, GLuint clientVersion);
H A DState.cpp32 void State::initialize(const Caps& caps, GLuint clientVersion) argument
121 if (clientVersion >= 3)
H A DvalidationES.cpp940 GLuint clientVersion = context->getClientVersion(); local
944 bool validReadFormat = (clientVersion < 3) ? ValidES2ReadFormatType(context, format, type) :
H A DlibGLESv2.cpp2123 int clientVersion = context->getClientVersion(); local
2134 if (clientVersion < 3 && !context->getExtensions().sRGB)
2149 if (clientVersion < 3)
2169 if (clientVersion < 3)
2195 if (clientVersion < 3)
2292 if (clientVersion < 3)
2301 if (clientVersion < 3)
/external/chromium_org/third_party/angle/tests/angle_tests/
H A DANGLETest.cpp110 void ANGLETest::setClientVersion(int clientVersion) argument
112 mEGLWindow->setClientVersion(clientVersion);
H A DANGLETest.h60 void setClientVersion(int clientVersion);
H A DDrawBuffersTest.cpp6 DrawBuffersTest(int clientVersion) argument
15 setClientVersion(clientVersion);
/external/chromium_org/third_party/angle/src/libEGL/
H A DDisplay.h48 EGLContext createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
H A DDisplay.cpp393 EGLContext Display::createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess) argument
407 if (clientVersion > 2 && mRenderer->getMajorShaderModel() < 4)
412 gl::Context *context = glCreateContext(clientVersion, shareContext, mRenderer, notifyResets, robustAccess);
/external/deqp/modules/egl/
H A DteglQueryContextTests.cpp63 EGLint clientVersion; member in struct:deqp::egl::ContextCaseInfo
225 info.clientVersion = apis[apiNdx].apiVersion;
405 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION); local
408 if (info.clientType == EGL_OPENGL_ES_API && ((info.clientVersion == 1 && clientVersion != 1) || clientVersion < info.clientVersion))
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/
H A DRenderer.h239 void setCurrentClientVersion(int clientVersion) { mCurrentClientVersion = clientVersion; } argument
/external/robolectric/lib/main/
H A Dh2-1.2.147.jarMETA-INF/MANIFEST.MF META-INF/services/java.sql.Driver org/h2/api/AggregateFunction ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/jarjar/lib/
H A Dapache-ant-1.9.4.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 1956 milliseconds