Home
last modified time | relevance | path

Searched refs:getProfile (Results 1 – 24 of 24) sorted by relevance

/third_party/vk-gl-cts/framework/opengl/
DgluStrUtil.cpp130 if (apiType.getProfile() == PROFILE_ES) in operator <<()
135 if (apiType.getProfile() == PROFILE_CORE) in operator <<()
137 else if (apiType.getProfile() == PROFILE_COMPATIBILITY) in operator <<()
139 else if (apiType.getProfile() != PROFILE_ES) in operator <<()
DgluRenderContext.hpp83 …Profile getProfile (void) const { return Profile((m_bits>>PROFILE_SHIFT) & ((1u<<PROFILE_BITS)… in getProfile() function in glu::ApiType
157 using ApiType::getProfile;
193 inline bool isContextTypeES (ContextType type) { return type.getAPI().getProfile() == PROFILE_E… in isContextTypeES()
194 inline bool isContextTypeGLCore (ContextType type) { return type.getAPI().getProfile() == PROFIL… in isContextTypeGLCore()
195 inline bool isContextTypeGLCompatibility(ContextType type) { return type.getAPI().getProfile() == … in isContextTypeGLCompatibility()
DgluRenderContext.cpp68 return requiredApiType.getProfile() == PROFILE_ES && in contextSupports()
76 return requiredApiType.getProfile() == PROFILE_CORE && in contextSupports()
82 …return (requiredApiType.getProfile() == PROFILE_CORE || requiredApiType.getProfile() == PROFILE_CO… in contextSupports()
192 if (apiType.getProfile() == PROFILE_ES && apiType.getMajorVersion() == 2) in getExtensions()
306 if (apiType.getProfile() == PROFILE_ES) in initExtensionFunctions()
/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()
DglcConfigListEGL.cpp84 else if (type.getProfile() == glu::PROFILE_CORE) in getDefaultEglConfigList()
/third_party/vk-gl-cts/framework/egl/
DegluPlatform.cpp42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
DegluGLUtil.cpp59 switch (apiType.getProfile()) in apiRenderableType()
/third_party/vk-gl-cts/framework/platform/osx/
DtcuOSXPlatform.cpp138 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
/third_party/node/deps/v8/tools/wasm/
Dwasm-import-profiler.js128 WebAssembly.getProfile = (instance) => { function
/third_party/vk-gl-cts/modules/glshared/
DglsMemoryStressCase.cpp188 if (ctxType.getProfile() == glu::PROFILE_CORE) in TextureRenderer()
350 if (ctxType.getProfile() == glu::PROFILE_CORE) in BufferRenderer()
DglsDrawTest.cpp2205 if (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajorVersion() == 3) in valid()
2212 if (ctxType.getProfile() == glu::PROFILE_CORE) in valid()
2886 DE_ASSERT(apiType.getProfile() != glu::PROFILE_LAST); in valid()
2952 if (apiType.getProfile() == glu::PROFILE_CORE) in valid()
DglsShaderLibraryCase.cpp880 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
DglsVertexArrayTests.cpp1956 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
/third_party/vk-gl-cts/framework/platform/ohos/context/
DtcuOhosNativeContext.cpp171 switch (config.type.getProfile()) 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/glslang/glslang/MachineIndependent/
DShaderLang.cpp1463 …ompiler->compile(intermediate.getTreeRoot(), intermediate.getVersion(), intermediate.getProfile()); in ShCompile()
1970 if ((*it)->intermediate->getProfile() == EEsProfile) { in linkStage()
1995 firstIntermediate->getProfile()); in linkStage()
2054 firstIntermediate->getProfile()); in crossStageCheck()
Dlocalintermediate.h376 EProfile getProfile() const { return profile; } in getProfile() function
Diomapper.cpp1510 profile = intermediate.getProfile(); in addStage()
/third_party/vk-gl-cts/framework/platform/surfaceless/
DtcuSurfacelessPlatform.cpp386 switch (contextType.getProfile()) in EglRenderContext()
/third_party/vk-gl-cts/framework/platform/win32/
DtcuWGL.cpp441 switch (ctxType.getProfile()) in Context()
/third_party/vk-gl-cts/framework/platform/lnx/X11/
DtcuLnxX11GlxPlatform.cpp338 switch (apiType.getProfile()) in createContext()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.cpp574 switch (type.getProfile()) 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/glslang/SPIRV/
DGlslangToSpv.cpp1552 …ource(TranslateSourceLanguage(glslangIntermediate->getSource(), glslangIntermediate->getProfile()), in TGlslangToSpvTraverser()