HomeSort by relevance Sort by last modified time
    Searched refs:clientVersion (Results 1 - 25 of 39) sorted by null

1 2

  /external/swiftshader/src/OpenGL/libGLESv2/
utilities.h 45 bool IsCompressed(GLint intenalformat, GLint clientVersion);
48 GLsizei width, GLsizei height, GLenum format, GLenum type, Texture *texture, GLint clientVersion);
50 GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, Texture *texture, GLint clientVersion);
52 bool IsValidReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type, GLint clientVersion);
58 GLenum ValidateTextureFormatType(GLenum format, GLenum type, GLint internalformat, GLenum target, GLint clientVersion);
61 bool IsColorRenderable(GLint internalformat, GLint clientVersion);
62 bool IsDepthRenderable(GLint internalformat, GLint clientVersion);
63 bool IsStencilRenderable(GLint internalformat, GLint clientVersion);
64 bool IsMipmappable(GLint internalformat, GLint clientVersion);
libGLESv2.cpp 186 GLint clientVersion = egl::getClientVersion();
197 if(clientVersion >= 3)
204 if(clientVersion >= 3)
211 if(clientVersion >= 3)
218 if(clientVersion >= 3)
225 if(clientVersion >= 3)
232 if(clientVersion >= 3)
305 GLint clientVersion = context->getClientVersion();
319 if(clientVersion < 3)
401 GLint clientVersion = egl::getClientVersion()
    [all...]
utilities.cpp 326 bool IsCompressed(GLint internalformat, GLint clientVersion)
346 return (clientVersion >= 3);
375 return ASTC_SUPPORT && (clientVersion >= 3);
458 GLsizei width, GLsizei height, GLenum format, GLenum type, Texture *texture, GLint clientVersion)
476 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target, clientVersion);
502 GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type, Texture *texture, GLint clientVersion)
518 GLenum validationError = ValidateTextureFormatType(format, type, sizedInternalFormat, target, clientVersion);
627 bool IsValidReadPixelsFormatType(const Framebuffer *framebuffer, GLenum format, GLenum type, GLint clientVersion)
689 ASSERT(clientVersion >= 3);
698 ASSERT(clientVersion >= 3)
    [all...]
Shader.cpp 235 int clientVersion = es2::getContext()->getClientVersion();
237 if(shaderVersion >= 300 && clientVersion < 3)
Context.cpp 48 Context::Context(egl::Display *display, const Context *shareContext, EGLint clientVersion, const egl::Config *config)
49 : egl::Context(display), clientVersion(clientVersion), config(config)
319 return clientVersion;
    [all...]
Context.h 433 Context(egl::Display *display, const Context *shareContext, EGLint clientVersion, const egl::Config *config);
728 const EGLint clientVersion;
libGLESv2.hpp 246 egl::Context *(*es2CreateContext)(egl::Display *display, const egl::Context *shareContext, int clientVersion, const egl::Config *config);
entry_points.cpp     [all...]
  /external/conscrypt/testing/src/main/java/libcore/tlswire/handshake/
ClientHello.java 33 public TlsProtocolVersion clientVersion;
42 clientVersion = TlsProtocolVersion.read(in);
93 return "ClientHello{client version: " + clientVersion + ", random: "
  /libcore/support/src/test/java/libcore/tlswire/handshake/
ClientHello.java 34 public TlsProtocolVersion clientVersion;
45 clientVersion = TlsProtocolVersion.read(in);
100 return "ClientHello{client version: " + clientVersion
  /external/tpm2/
TcpServer.c 461 int clientVersion;
524 ok = ReadBytes(s, (char*)&clientVersion, 4);
527 if( clientVersion == 0 )
  /external/swiftshader/src/OpenGL/libEGL/
Display.h 64 EGLContext createContext(EGLConfig configHandle, const Context *shareContext, EGLint clientVersion);
Display.cpp 565 EGLContext Display::createContext(EGLConfig configHandle, const egl::Context *shareContext, EGLint clientVersion)
570 if(clientVersion == 1 && config->mRenderableType & EGL_OPENGL_ES_BIT)
577 else if((clientVersion == 2 && config->mRenderableType & EGL_OPENGL_ES2_BIT) ||
578 (clientVersion == 3 && config->mRenderableType & EGL_OPENGL_ES3_BIT))
582 context = libGLESv2->es2CreateContext(this, shareContext, clientVersion, config);
  /frameworks/av/packages/MediaComponents/src/com/android/support/mediarouter/media/
MediaRouteProviderService.java 436 int clientVersion) {
444 if (clientVersion >= route.getMinClientVersion()
445 && clientVersion <= route.getMaxClientVersion()) {
  /frameworks/support/mediarouter/src/main/java/androidx/mediarouter/media/
MediaRouteProviderService.java 429 int clientVersion) {
437 if (clientVersion >= route.getMinClientVersion()
438 && clientVersion <= route.getMaxClientVersion()) {
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 265 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION);
268 if (clientVersion < getMinClientMajorVersion(config.apiBits))
  /external/boringssl/src/ssl/test/runner/
key_agreement.go 36 clientVersion uint16
42 ka.clientVersion = clientHello.vers
129 if ka.clientVersion != vers {
130 return nil, fmt.Errorf("tls: invalid version in RSA premaster (got %04x, wanted %04x)", vers, ka.clientVersion)
handshake_server.go 205 if config.Bugs.RequireSameRenegoClientVersion && c.clientVersion != 0 {
206 if c.clientVersion != hs.clientHello.vers {
211 c.clientVersion = hs.clientHello.vers
267 clientProtocol, ok := wireToVersion(c.clientVersion, c.isDTLS)
    [all...]
conn.go 89 clientVersion uint16
    [all...]
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/
aws-java-sdk-cloudhsm-1.11.18.jar 
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jce.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jce.jar 
  /external/conscrypt/openjdk-integ-tests/src/test/java/org/conscrypt/javax/net/ssl/
SSLSocketTest.java     [all...]
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /prebuilts/misc/common/robolectric/3.5.1/lib/
bcprov-jdk15on-1.52.jar 

Completed in 381 milliseconds

1 2