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

1 2

  /external/swiftshader/src/OpenGL/libGLESv2/
main.h 49 GLint getClientVersion();
Framebuffer.cpp 331 if(!IsColorRenderable(colorbuffer->getFormat(), egl::getClientVersion(), false))
340 if(!IsColorRenderable(format, egl::getClientVersion(), true))
389 if(!es2::IsDepthRenderable(depthbuffer->getFormat(), egl::getClientVersion()))
439 if(!es2::IsStencilRenderable(stencilbuffer->getFormat(), egl::getClientVersion()))
475 if((egl::getClientVersion() >= 3) && depthbuffer && stencilbuffer && (depthbuffer != stencilbuffer))
662 GLenum defaultRenderbufferType = egl::getClientVersion() < 3 ? GL_RENDERBUFFER : GL_FRAMEBUFFER_DEFAULT;
libGLESv2.cpp 57 GLenum validationError = ValidateCompressedFormat(textureFormat, egl::getClientVersion(), false);
248 GLint clientVersion = egl::getClientVersion();
367 GLint clientVersion = context->getClientVersion();
460 GLint clientVersion = egl::getClientVersion();
580 GLint clientVersion = egl::getClientVersion();
805 GLenum validationError = ValidateCompressedFormat(internalformat, egl::getClientVersion(), true);
922 GLenum validationError = ValidateCompressedFormat(format, egl::getClientVersion(), true);
    [all...]
Shader.cpp 228 int clientVersion = es2::getContext()->getClientVersion();
Texture.cpp 439 if(IsCompressed(image->getFormat(), egl::getClientVersion()))
885 return IsCompressed(getFormat(target, level), egl::getClientVersion());
1250 return IsCompressed(getFormat(target, level), egl::getClientVersion());
    [all...]
main.cpp 90 if(context && (context->getClientVersion() == 2 ||
91 context->getClientVersion() == 3))
143 GLint getClientVersion()
147 return context ? context->getClientVersion() : 0;
    [all...]
libGLESv3.cpp 57 GLenum validationError = ValidateCompressedFormat(textureFormat, egl::getClientVersion(), false);
834 GLenum validationError = ValidateCompressedFormat(internalformat, egl::getClientVersion(), true);
888 GLenum validationError = ValidateCompressedFormat(format, egl::getClientVersion(), true);
    [all...]
Context.h 437 EGLint getClientVersion() const override;
Context.cpp 324 EGLint Context::getClientVersion() const
    [all...]
Program.cpp     [all...]
  /external/swiftshader/src/OpenGL/libEGL/
Context.hpp 38 virtual EGLint getClientVersion() const = 0;
libEGL.cpp 739 if(shareContext && shareContext->getClientVersion() != majorVersion)
897 *value = context->getClientVersion();
  /external/swiftshader/src/OpenGL/libGLES_CM/
Context.h 301 EGLint getClientVersion() const override;
Context.cpp 324 EGLint Context::getClientVersion() const
    [all...]
main.cpp 91 if(context && context->getClientVersion() == 1)
    [all...]
  /prebuilts/jdk/jdk8/darwin-x86/jre/lib/
jce.jar 
  /prebuilts/jdk/jdk8/linux-x86/jre/lib/
jce.jar 
  /prebuilts/tools/common/m2/repository/com/amazonaws/aws-java-sdk-cloudhsm/1.11.18/
aws-java-sdk-cloudhsm-1.11.18.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/offline-m2/org/bouncycastle/bcprov-jdk15on/1.48/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.50/
bcprov-jdk15on-1.50.jar 
  /prebuilts/tools/common/m2/repository/org/bouncycastle/bcprov-jdk15on/1.56/
bcprov-jdk15on-1.56.jar 
  /external/robolectric/v1/lib/main/
h2-1.2.147.jar 
  /external/guice/extensions/struts2/lib/
ant-1.6.5.jar 

Completed in 535 milliseconds

1 2