/third_party/vk-gl-cts/framework/opengl/ |
D | gluStrUtil.cpp | 130 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 <<()
|
D | gluRenderContext.hpp | 83 …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()
|
D | gluRenderContext.cpp | 68 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/ |
D | glcConfigListWGL.cpp | 62 if (isOk && (type.getProfile() == glu::PROFILE_ES) && in getDefaultWglConfigList() 70 if (isOk && (type.getProfile() == glu::PROFILE_ES) && fmtInfo.sRGB) in getDefaultWglConfigList()
|
D | glcConfigListEGL.cpp | 84 else if (type.getProfile() == glu::PROFILE_CORE) in getDefaultEglConfigList()
|
/third_party/vk-gl-cts/framework/egl/ |
D | egluPlatform.cpp | 42 if (apiType.getProfile() == glu::PROFILE_ES) in createDefaultGLFunctionLibrary()
|
D | egluGLUtil.cpp | 59 switch (apiType.getProfile()) in apiRenderableType()
|
/third_party/vk-gl-cts/framework/platform/osx/ |
D | tcuOSXPlatform.cpp | 138 if (type.getAPI().getProfile() != glu::PROFILE_CORE) in getCGLProfile()
|
/third_party/node/deps/v8/tools/wasm/ |
D | wasm-import-profiler.js | 128 WebAssembly.getProfile = (instance) => { function
|
/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 | glsDrawTest.cpp | 2205 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()
|
D | glsShaderLibraryCase.cpp | 880 if (renderCtx.getType().getProfile() == PROFILE_ES) in isTessellationSupported()
|
D | glsVertexArrayTests.cpp | 1956 const bool useVao = m_renderCtx.getType().getProfile() == glu::PROFILE_CORE; in iterate()
|
/third_party/vk-gl-cts/framework/platform/ohos/context/ |
D | tcuOhosNativeContext.cpp | 171 switch (config.type.getProfile()) in OhosRendContext()
|
/third_party/vk-gl-cts/framework/opengl/simplereference/ |
D | sglrReferenceUtils.cpp | 50 …const bool useClampingNormalization = (ctxType.getProfile() == glu::PROFILE_ES && ctxType.getMajor… in mapGLFloatVertexAttributeType()
|
/third_party/glslang/glslang/MachineIndependent/ |
D | ShaderLang.cpp | 1463 …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()
|
D | localintermediate.h | 376 EProfile getProfile() const { return profile; } in getProfile() function
|
D | iomapper.cpp | 1510 profile = intermediate.getProfile(); in addStage()
|
/third_party/vk-gl-cts/framework/platform/surfaceless/ |
D | tcuSurfacelessPlatform.cpp | 386 switch (contextType.getProfile()) in EglRenderContext()
|
/third_party/vk-gl-cts/framework/platform/win32/ |
D | tcuWGL.cpp | 441 switch (ctxType.getProfile()) in Context()
|
/third_party/vk-gl-cts/framework/platform/lnx/X11/ |
D | tcuLnxX11GlxPlatform.cpp | 338 switch (apiType.getProfile()) in createContext()
|
/third_party/vk-gl-cts/external/openglcts/modules/runner/ |
D | glcTestRunner.cpp | 574 switch (type.getProfile()) in getTestRunParams()
|
/third_party/vk-gl-cts/modules/gles2/functional/ |
D | es2fNegativeShaderApiTests.cpp | 995 DE_ASSERT(m_context.getRenderContext().getType().getProfile() == glu::PROFILE_ES); in init()
|
/third_party/glslang/SPIRV/ |
D | GlslangToSpv.cpp | 1552 …ource(TranslateSourceLanguage(glslangIntermediate->getSource(), glslangIntermediate->getProfile()), in TGlslangToSpvTraverser()
|