Home
last modified time | relevance | path

Searched refs:PROFILE_ES (Results 1 – 21 of 21) sorted by relevance

/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcConfigListWGL.cpp62 if (isOk && (type.getProfile() == glu::PROFILE_ES) && in getDefaultWglConfigList()
70 if (isOk && (type.getProfile() == glu::PROFILE_ES) && fmtInfo.sRGB) in getDefaultWglConfigList()
DglcShaderRenderCase.cpp557 if (m_renderCtx.getType().getAPI() == glu::ApiType(2, 0, glu::PROFILE_ES)) in setupDefaultInputs()
/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.hpp53 PROFILE_ES = 0, //!< OpenGL ES enumerator
91 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); } in es()
193 …bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_ES; } in isContextTypeES()
DgluStrUtil.cpp130 if (apiType.getProfile() == PROFILE_ES) in operator <<()
139 else if (apiType.getProfile() != PROFILE_ES) in operator <<()
DgluRenderContext.cpp68 return requiredApiType.getProfile() == PROFILE_ES && in contextSupports()
192 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions()
306 if (apiType.getProfile() == PROFILE_ES) in initExtensionFunctions()
DgluTexture.cpp860 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
869 && !(contextSupports(m_context.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) in init()
/third_party/vk-gl-cts/framework/egl/
DegluPlatform.cpp42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
DegluGLUtil.cpp64 case glu::PROFILE_ES: in apiRenderableType()
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.cpp173 case glu::PROFILE_ES: in OhosRendContext()
/third_party/vk-gl-cts/framework/opengl/simplereference/
DsglrReferenceUtils.cpp50 …const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajor… in mapGLFloatVertexAttributeType()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp402 case glu::PROFILE_ES: in EglRenderContext()
/third_party/vk-gl-cts/modules/egl/
DteglRobustnessTests.cpp1152 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate()
1206 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate()
1266 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate()
DteglCreateContextExtTests.cpp209 glu::Profile profile = api == EGL_OPENGL_ES_API ? glu::PROFILE_ES : glu::PROFILE_CORE; in attribListToContextType()
/third_party/vk-gl-cts/modules/glshared/
DglsTextureBufferCase.cpp813 …else if (glu::contextSupports(renderContext.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && inf… in logImplementationInfo()
970 …&& !(glu::contextSupports(m_renderCtx.getType(), glu::ApiType(3, 1, glu::PROFILE_ES)) && info->isE… in init()
DglsShaderLibraryCase.cpp857 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
DglsDrawTest.cpp2173 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp449 case glu::PROFILE_ES: in Context()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp340 case glu::PROFILE_ES: in createContext()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp579 case glu::PROFILE_ES: in getTestRunParams()
/third_party/vk-gl-cts/modules/gles2/functional/
Des2fNegativeShaderApiTests.cpp995 DE_ASSERT(m_context.getRenderContext().getType().getProfile() == glu::PROFILE_ES); in init()
/third_party/vk-gl-cts/external/openglcts/modules/gles31/
Des31cDrawIndirectTests.cpp4052 if (glu::contextSupports(type, glu::ApiType(3, 2, glu::PROFILE_ES))) in IsGeometryShaderSupported()
4057 else if ((glu::contextSupports(type, glu::ApiType(3, 1, glu::PROFILE_ES))) && in IsGeometryShaderSupported()