HomeSort by relevance Sort by last modified time
    Searched refs:PROFILE_CORE (Results 1 - 12 of 12) sorted by null

  /external/deqp/framework/opengl/
gluRenderContext.hpp 50 PROFILE_CORE, //!< OpenGL Core Profile
85 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); }
184 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; }
gluStrUtil.cpp 112 if (apiType.getProfile() == PROFILE_CORE)
gluRenderContext.cpp 62 return requiredApiType.getProfile() == PROFILE_CORE &&
68 return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_COMPATIBILITY) &&
gluTexture.cpp 720 if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExtensionSupported("GL_ARB_texture_buffer_range"))
729 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
  /external/deqp/framework/platform/osx/
tcuOSXPlatform.cpp 89 if (type.getAPI().getProfile() != glu::PROFILE_CORE)
  /external/deqp/modules/glshared/
glsMemoryStressCase.cpp 195 if (ctxType.getProfile() == glu::PROFILE_CORE)
357 if (ctxType.getProfile() == glu::PROFILE_CORE)
glsTextureBufferCase.cpp 793 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)))
958 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))
    [all...]
glsDrawTest.cpp     [all...]
glsVertexArrayTests.cpp     [all...]
  /external/deqp/framework/platform/win32/
tcuWGL.cpp 366 case glu::PROFILE_CORE:
  /external/deqp/framework/platform/X11/
tcuX11GlxPlatform.cpp 314 case glu::PROFILE_CORE:
  /external/deqp/modules/egl/
teglCreateContextExtTests.cpp 243 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE;
    [all...]

Completed in 689 milliseconds