/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
D | gl3cTextureSizePromotion.cpp | 1253 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R8, STR(GL_R8), false, true, 8, 0, 0, 0, 0, 0, 1255 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R8_SNORM, STR(GL_R8_SNORM), false, true, 8, 0, 0, … 1257 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_R16, STR(GL_R16), false, true, 16, 0, 0, 0, 0, 0, 1259 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_R16_SNORM, STR(GL_R16_SNORM), false, true, 16, 0, … 1261 { glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG8, STR(GL_RG8), false, true, 8, 8, 0, 0, 0, 0, 1263 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG8_SNORM, STR(GL_RG8_SNORM), false, true, 8, 8, 0… 1265 …{ glu::ContextType(3, 0, glu::PROFILE_CORE), GL_RG16, STR(GL_RG16), false, true, 16, 16, 0, 0, 0, … 1267 …{ glu::ContextType(3, 1, glu::PROFILE_CORE), GL_RG16_SNORM, STR(GL_RG16_SNORM), false, true, 16, 1… 1269 …{ glu::ContextType(4, 4, glu::PROFILE_CORE), GL_R3_G3_B2, STR(GL_R3_G3_B2), false, true, 3, 3, 2, … 1271 { glu::ContextType(4, 4, glu::PROFILE_CORE), GL_RGB4, STR(GL_RGB4), false, true, 4, 4, 4, 0, 0, 0, [all …]
|
D | gl4cTestPackages.hpp | 38 glu::ContextType renderContextType = glu::ContextType(4, 0, glu::PROFILE_CORE)); 50 glu::ContextType renderContextType = glu::ContextType(4, 1, glu::PROFILE_CORE)); 62 glu::ContextType renderContextType = glu::ContextType(4, 2, glu::PROFILE_CORE)); 90 glu::ContextType renderContextType = glu::ContextType(4, 3, glu::PROFILE_CORE)); 102 glu::ContextType renderContextType = glu::ContextType(4, 4, glu::PROFILE_CORE)); 114 glu::ContextType renderContextType = glu::ContextType(4, 5, glu::PROFILE_CORE)); 126 glu::ContextType renderContextType = glu::ContextType(4, 6, glu::PROFILE_CORE));
|
D | gl3cTestPackages.hpp | 55 glu::ContextType renderContextType = glu::ContextType(3, 0, glu::PROFILE_CORE)); 71 glu::ContextType renderContextType = glu::ContextType(3, 1, glu::PROFILE_CORE)); 83 glu::ContextType renderContextType = glu::ContextType(3, 2, glu::PROFILE_CORE)); 94 glu::ContextType renderContextType = glu::ContextType(3, 3, glu::PROFILE_CORE));
|
D | gl3cTransformFeedbackOverflowQueryTests.cpp | 85 …u::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 0, glu::PROFILE_CORE))); in supportsTransformFeedback2() 92 …u::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 0, glu::PROFILE_CORE))); in supportsTransformFeedback3() 99 …u::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 0, glu::PROFILE_CORE))); in supportsGpuShader5() 106 …u::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 5, glu::PROFILE_CORE))); in supportsConditionalRenderInverted() 113 …u::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(4, 4, glu::PROFILE_CORE))); in supportsQueryBufferObject()
|
D | gl3cCommonBugsTests.cpp | 1910 …t_min_context_type_ptr = (is_cull_distance_iteration) ? glu::ContextType(4, 5, glu::PROFILE_CORE) : in getTestIterationProperties() 1911 glu::ContextType(4, 1, glu::PROFILE_CORE); in getTestIterationProperties() 2050 …t_min_context_type_ptr = (is_cull_distance_iteration) ? glu::ContextType(4, 5, glu::PROFILE_CORE) : in getTestIterationProperties() 2051 glu::ContextType(4, 0, glu::PROFILE_CORE); in getTestIterationProperties() 2199 …t_min_context_type_ptr = (is_cull_distance_iteration) ? glu::ContextType(4, 5, glu::PROFILE_CORE) : in getTestIterationProperties() 2200 glu::ContextType(4, 1, glu::PROFILE_CORE); in getTestIterationProperties() 2235 *out_min_context_type_ptr = glu::ContextType(4, 1, glu::PROFILE_CORE); in getTestIterationProperties() 2329 *out_min_context_type_ptr = glu::ContextType(4, 1, glu::PROFILE_CORE); in getTestIterationProperties()
|
D | gl3cClipDistance.cpp | 91 …lu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(3, 0, glu::PROFILE_CORE))) in iterate() 150 …glu::ApiType(3, 1, glu::PROFILE_CORE))) /* OpenGL 3.1 Specification minimum value, see bug #4803 */ in MaxClipDistancesValueTest() 1037 …lu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType(3, 1, glu::PROFILE_CORE))) in testClipVertexBuildingErrors()
|
/third_party/vk-gl-cts/framework/opengl/ |
D | gluRenderContext.hpp | 54 PROFILE_CORE, //!< OpenGL Core Profile enumerator 92 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); } in core() 194 … isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFILE_CORE; } in isContextTypeGLCore()
|
D | gluRenderContext.cpp | 76 return requiredApiType.getProfile() == PROFILE_CORE && in contextSupports() 82 …return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_CO… in contextSupports()
|
D | gluStrUtil.cpp | 135 if (apiType.getProfile() == PROFILE_CORE) in operator <<()
|
D | gluTexture.cpp | 859 …if (!(contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) && info->isExten… in init() 868 if (!contextSupports(m_context.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
|
/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 138 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
|
/third_party/vk-gl-cts/external/openglcts/modules/common/ |
D | glcConfigListEGL.cpp | 84 else if (type.getProfile() == glu::PROFILE_CORE) in getDefaultEglConfigList()
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.cpp | 176 case glu::PROFILE_CORE: in OhosRendContext()
|
/third_party/vk-gl-cts/modules/glshared/ |
D | glsMemoryStressCase.cpp | 188 if (ctxType.getProfile() == glu::PROFILE_CORE) in TextureRenderer() 350 if (ctxType.getProfile() == glu::PROFILE_CORE) in BufferRenderer()
|
D | glsTextureBufferCase.cpp | 804 if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE))) in logImplementationInfo() 969 if (!glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 3, glu::PROFILE_CORE)) in init()
|
D | glsDrawTest.cpp | 2180 if (ctxType.getProfile() == glu::PROFILE_CORE) in valid() 2920 if (apiType.getProfile() == glu::PROFILE_CORE) in valid()
|
D | glsVertexArrayTests.cpp | 1956 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluGLUtil.cpp | 61 case glu::PROFILE_CORE: in apiRenderableType()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 405 case glu::PROFILE_CORE: in EglRenderContext()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 443 case glu::PROFILE_CORE: in Context()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 344 case glu::PROFILE_CORE: in createContext()
|
/third_party/vk-gl-cts/modules/egl/ |
D | teglCreateContextExtTests.cpp | 209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 576 case glu::PROFILE_CORE: in getTestRunParams()
|