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

1 2

  /external/chromium_org/third_party/angle/src/libGLESv2/
main.h 59 gl::Context *glCreateContext(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess);
Texture.h 70 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;
Context.cpp 40 Context::Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess)
45 initCaps(clientVersion);
46 mState.initialize(mCaps, clientVersion);
48 mClientVersion = clientVersion;
    [all...]
Texture.cpp 289 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
formatutils.cpp 215 static bool RequireESVersion(GLuint clientVersion, const Extensions &)
217 return clientVersion >= minCoreGLVersion;
232 static bool RequireESVersionOrExtension(GLuint clientVersion, const Extensions &extensions)
234 return clientVersion >= minCoreGLVersion || extensions.*bool1;
239 static bool RequireESVersionOrExtensions(GLuint clientVersion, const Extensions &extensions)
241 return clientVersion >= minCoreGLVersion || (extensions.*bool1 || extensions.*bool2);
    [all...]
Context.h 71 Context(int clientVersion, const gl::Context *shareContext, rx::Renderer *renderer, bool notifyResets, bool robustAccess);
264 void initCaps(GLuint clientVersion);
Framebuffer.cpp 392 GLuint clientVersion = mRenderer->getCurrentClientVersion();
446 if (clientVersion < 3)
State.h 35 void initialize(const Caps& caps, GLuint clientVersion);
State.cpp 32 void State::initialize(const Caps& caps, GLuint clientVersion)
121 if (clientVersion >= 3)
    [all...]
validationES.cpp 940 GLuint clientVersion = context->getClientVersion();
944 bool validReadFormat = (clientVersion < 3) ? ValidES2ReadFormatType(context, format, type) :
    [all...]
libGLESv2.cpp     [all...]
  /external/chromium_org/third_party/angle/tests/angle_tests/
ANGLETest.h 60 void setClientVersion(int clientVersion);
ANGLETest.cpp 110 void ANGLETest::setClientVersion(int clientVersion)
112 mEGLWindow->setClientVersion(clientVersion);
DrawBuffersTest.cpp 6 DrawBuffersTest(int clientVersion)
15 setClientVersion(clientVersion);
  /external/chromium_org/third_party/angle/src/libEGL/
Display.h 48 EGLContext createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess);
Display.cpp 393 EGLContext Display::createContext(EGLConfig configHandle, EGLint clientVersion, const gl::Context *shareContext, bool notifyResets, bool robustAccess)
407 if (clientVersion > 2 && mRenderer->getMajorShaderModel() < 4)
412 gl::Context *context = glCreateContext(clientVersion, shareContext, mRenderer, notifyResets, robustAccess);
  /external/deqp/modules/egl/
teglQueryContextTests.cpp 63 EGLint clientVersion;
225 info.clientVersion = apis[apiNdx].apiVersion;
405 const EGLint clientVersion = getContextAttrib(display, context, EGL_CONTEXT_CLIENT_VERSION);
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/
Renderer.h 239 void setCurrentClientVersion(int clientVersion) { mCurrentClientVersion = clientVersion; }
  /external/robolectric/lib/main/
h2-1.2.147.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
ant.jar 
  /prebuilts/tools/common/ant/
ant.jar 
  /external/jarjar/lib/
apache-ant-1.9.4.jar 
  /external/owasp/sanitizer/tools/findbugs/lib/
ant.jar 
  /prebuilts/devtools/tools/lib/
bcprov-jdk15on-1.48.jar 
  /prebuilts/tools/common/m2/repository/org/apache/ant/ant/1.8.0/
ant-1.8.0.jar 

Completed in 6910 milliseconds

1 2