/external/deqp/external/openglcts/modules/gl/ |
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)); 74 glu::ContextType renderContextType = glu::ContextType(4, 3, glu::PROFILE_CORE)); 86 glu::ContextType renderContextType = glu::ContextType(4, 4, glu::PROFILE_CORE)); 98 glu::ContextType renderContextType = glu::ContextType(4, 5, glu::PROFILE_CORE)); 110 glu::ContextType renderContextType = glu::ContextType(4, 6, glu::PROFILE_CORE));
|
D | gl3cTestPackages.hpp | 40 glu::ContextType renderContextType = glu::ContextType(3, 0, glu::PROFILE_CORE)); 56 glu::ContextType renderContextType = glu::ContextType(3, 1, glu::PROFILE_CORE)); 68 glu::ContextType renderContextType = glu::ContextType(3, 2, glu::PROFILE_CORE)); 79 glu::ContextType renderContextType = glu::ContextType(3, 3, glu::PROFILE_CORE));
|
D | gl3cTextureSizePromotion.cpp | 74 glu::ContextType context_type = m_context.getRenderContext().getType(); in iterate() 247 glu::ContextType context_type = m_context.getRenderContext().getType(); in prepareSourceTexture() 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… [all …]
|
D | gl4cTestPackages.cpp | 110 glu::ContextType renderContextType) in GL40TestPackage() 150 glu::ContextType renderContextType) in GL41TestPackage() 195 glu::ContextType renderContextType) in GL42TestPackage() 230 glu::ContextType renderContextType) in GL43TestPackage() 291 glu::ContextType renderContextType) in GL44TestPackage() 354 glu::ContextType renderContextType) in GL45TestPackage() 404 glu::ContextType renderContextType) in GL46TestPackage()
|
/external/deqp/framework/opengl/ |
D | gluRenderContext.hpp | 47 class ContextType; 143 class ContextType : private ApiType class 146 ContextType (void) {} in ContextType() function in glu::ContextType 147 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0)); 148 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0)); 170 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags) in ContextType() function in glu::ContextType 176 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType() function in glu::ContextType 182 inline deUint32 ContextType::pack (deUint32 apiBits, ContextFlags flags) in pack() 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() [all …]
|
D | gluDummyRenderContext.hpp | 50 explicit DummyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {} in DummyRenderContext() 52 virtual ContextType getType (void) const { return m_ctxType; } in getType() 58 const ContextType m_ctxType;
|
/external/skqp/tools/gpu/ |
D | GrContextFactory.h | 33 enum ContextType { enum 63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() 73 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() 86 static const char* ContextTypeName(ContextType contextType) { in ContextTypeName() 129 ContextInfo getContextInfo(ContextType type, 142 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone); 146 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides, 150 ContextType fType; 171 GrContextFactory::ContextType type() const { return fType; } in type() 186 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, in ContextInfo() [all …]
|
/external/skia/tools/gpu/ |
D | GrContextFactory.h | 33 enum ContextType { enum 63 static bool IsRenderingContext(ContextType type) { in IsRenderingContext() 72 static GrBackendApi ContextTypeBackend(ContextType type) { in ContextTypeBackend() 89 static const char* ContextTypeName(ContextType contextType) { in ContextTypeName() 133 ContextInfo getContextInfo(ContextType type, ContextOverrides = ContextOverrides::kNone); 145 GrDirectContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone); 149 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides, 153 ContextType fType; 174 GrContextFactory::ContextType type() const { return fType; } in type() 190 ContextInfo(GrContextFactory::ContextType type, in ContextInfo() [all …]
|
/external/skia/dm/ |
D | DMGpuTestProcs.cpp | 18 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() 21 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsVulkanContextType() 24 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMetalContextType() 27 bool IsDirect3DContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsDirect3DContextType() 30 bool IsDawnContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsDawnContextType() 33 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsRenderingGLContextType() 36 bool IsMockContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMockContextType() 49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
|
/external/llvm-project/clang-tools-extra/unittests/clang-include-fixer/ |
D | IncludeFixerTest.cpp | 58 {{SymbolInfo::ContextType::Namespace, "std"}}), in runIncludeFixer() 61 {{SymbolInfo::ContextType::Namespace, "std"}}), in runIncludeFixer() 65 {{SymbolInfo::ContextType::Namespace, "b"}, in runIncludeFixer() 66 {SymbolInfo::ContextType::Namespace, "a"}}), in runIncludeFixer() 69 {{SymbolInfo::ContextType::Namespace, "b"}, in runIncludeFixer() 70 {SymbolInfo::ContextType::Namespace, "a"}}), in runIncludeFixer() 73 {{SymbolInfo::ContextType::Namespace, "c"}, in runIncludeFixer() 74 {SymbolInfo::ContextType::Namespace, "a"}}), in runIncludeFixer() 77 {{SymbolInfo::ContextType::EnumDecl, "Color"}, in runIncludeFixer() 78 {SymbolInfo::ContextType::Namespace, "b"}, in runIncludeFixer() [all …]
|
/external/skqp/tests/ |
D | GrContextFactoryTest.cpp | 24 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST() 40 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType)i; in DEF_GPUTEST() 53 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i; in DEF_GPUTEST() 78 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST() 128 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
|
/external/skqp/dm/ |
D | DMGpuTestProcs.cpp | 16 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsGLContextType() 19 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsVulkanContextType() 22 bool IsMetalContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsMetalContextType() 25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsRenderingGLContextType() 28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) { in IsNullGLContextType() 41 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt; in RunWithGPUTestContexts()
|
/external/angle/src/libANGLE/ |
D | RefCountObject.h | 31 using ContextType = ContextT; 36 virtual void onDestroy(const ContextType *context) {} in onDestroy() 40 ANGLE_INLINE void release(const ContextType *context) in release() 62 using ContextType = ContextT; 96 void set(const ContextType *context, ObjectType *newObject) in set() 101 reinterpret_cast<RefCountObject<ContextType, ErrorType> *>(newObject)->addRef(); in set() 110 reinterpret_cast<RefCountObject<ContextType, ErrorType> *>(oldObject)->release(context); in set() 162 using ContextType = typename angle::BindingPointer<ObjectType, Context>::ContextType; 182 using ContextType = typename BindingPointer<ObjectType>::ContextType; 187 void set(const ContextType *context, ObjectType *newObject, GLintptr offset, GLsizeiptr size) in set()
|
/external/skia/modules/canvaskit/ |
D | gm_bindings.cpp | 267 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef 270 bool IsGLContextType(ContextType ct) { in IsGLContextType() 273 bool IsRenderingGLContextType(ContextType ct) { in IsRenderingGLContextType() 276 bool IsMockContextType(ContextType ct) { in IsMockContextType() 277 return ct == ContextType::kMock_ContextType; in IsMockContextType() 280 bool IsVulkanContextType(ContextType) {return false;} in IsVulkanContextType() argument 281 bool IsMetalContextType(ContextType) {return false;} in IsMetalContextType() argument 282 bool IsDirect3DContextType(ContextType) {return false;} in IsDirect3DContextType() argument 283 bool IsDawnContextType(ContextType) {return false;} in IsDawnContextType() argument 287 for (auto contextType : {ContextType::kGLES_ContextType, ContextType::kMock_ContextType}) { in RunWithGPUTestContexts()
|
/external/tensorflow/tensorflow/core/profiler/lib/ |
D | connected_traceme.h | 28 enum class ContextType : int { enum 87 ContextType context_type = ContextType::kGeneric, 108 TraceMeConsumer(NameT name, ContextType context_type, uint64 context_id, 118 : TraceMeConsumer(name, ContextType::kGeneric, context_id, level) {} in TraceMeConsumer()
|
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/ |
D | SymbolInfo.cpp | 18 using ContextType = clang::find_all_symbols::SymbolInfo::ContextType; typedef 39 template <> struct ScalarEnumerationTraits<ContextType> { 40 static void enumeration(IO &io, ContextType &value) { in enumeration() 41 io.enumCase(value, "Record", ContextType::Record); in enumeration() 42 io.enumCase(value, "Namespace", ContextType::Namespace); in enumeration() 43 io.enumCase(value, "EnumDecl", ContextType::EnumDecl); in enumeration() 91 if (Context.first == ContextType::EnumDecl) in getQualifiedName()
|
/external/skia/tests/ |
D | GrContextFactoryTest.cpp | 22 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i; in DEF_GPUTEST() 47 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST() 93 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i); in DEF_GPUTEST()
|
/external/deqp/external/openglcts/modules/common/ |
D | glcContext.hpp | 49 Context(tcu::TestContext& testCtx, glu::ContextType contextType = glu::ContextType()); 78 …void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::Context… 84 glu::ContextType m_contextType;
|
D | glcTestPackage.hpp | 45 PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType); 66 glu::ContextType renderContextType, const char* resourcesPath); 93 glu::ContextType m_renderContextType;
|
D | glcContext.cpp | 37 Context::Context(tcu::TestContext& testCtx, glu::ContextType contextType) in Context() 48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags) in createRenderContext() 54 …glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFla… in createRenderContext()
|
/external/skqp/tools/flags/ |
D | SkCommonFlagsConfig.h | 53 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef 57 ContextType contextType, bool useNVPR, bool useDIText, int samples, 63 ContextType getContextType() const { return fContextType; } in getContextType() 80 ContextType fContextType;
|
/external/skia/tools/flags/ |
D | CommonFlagsConfig.h | 51 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef 56 ContextType contextType, 73 ContextType getContextType() const { return fContextType; } in getContextType() 89 ContextType fContextType;
|
/external/llvm-project/lldb/include/lldb/Core/ |
D | Value.h | 52 enum ContextType // Type that describes Value::m_context enum 82 ContextType GetContextType() const { return m_context_type; } in GetContextType() 91 void SetContext(ContextType context_type, void *p) { in SetContext() 134 static const char *GetContextTypeAsCString(ContextType context_type); 148 ContextType m_context_type;
|
/external/llvm-project/clang-tools-extra/test/clang-include-fixer/ |
D | merge.test | 7 - ContextType: Namespace 17 - ContextType: Namespace 27 - ContextType: Namespace
|
/external/tensorflow/tensorflow/core/util/ |
D | example_proto_helper.h | 164 template <typename ContextType> 165 Status Init(ContextType* ctx, int op_version = 1) { 208 template <typename ContextType> 209 Status Init(ContextType* ctx) { in Init() 245 template <typename ContextType> 246 Status Init(ContextType* ctx, int op_version = 1) { 328 template <typename ContextType> 329 Status Init(ContextType* ctx) { in Init()
|