Home
last modified time | relevance | path

Searched defs:ContextType (Results 1 – 22 of 22) sorted by relevance

/external/brotli/c/common/
Dcontext.h94 typedef enum ContextType { enum
99 } ContextType; typedef
/external/skia/modules/canvaskit/
Dgm_bindings.cpp267 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef
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
/external/deqp/framework/opengl/
DgluRenderContext.hpp143 class ContextType : private ApiType class
146 ContextType (void) {} in ContextType() function in glu::ContextType
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
/external/antlr/runtime/Cpp/include/
Dantlr3cyclicdfa.hpp58 typedef CtxType ContextType; typedef in CyclicDFA
/external/tensorflow/tensorflow/core/profiler/lib/
Dconnected_traceme.h28 enum class ContextType : int { enum
/external/llvm-project/clang-tools-extra/clang-include-fixer/find-all-symbols/
DSymbolInfo.h42 enum class ContextType { enum
DSymbolInfo.cpp18 using ContextType = clang::find_all_symbols::SymbolInfo::ContextType; typedef
/external/llvm-project/lldb/include/lldb/Core/
DValue.h52 enum ContextType // Type that describes Value::m_context enum
DEmulateInstruction.h99 enum ContextType { enum
/external/skqp/tools/flags/
DSkCommonFlagsConfig.h53 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef
/external/skia/tools/flags/
DCommonFlagsConfig.h51 typedef sk_gpu_test::GrContextFactory::ContextType ContextType; typedef
/external/skqp/tools/gpu/
DGrContextFactory.h33 enum ContextType { enum
/external/skia/tools/gpu/
DGrContextFactory.h33 enum ContextType { enum
/external/deqp/modules/egl/
DteglThreadCleanUpTests.cpp139 enum ContextType enum in deqp::egl::__anon715971500111::ThreadCleanUpTest
/external/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h54 enum ContextType { enum
/external/llvm-project/clang/include/clang/ASTMatchers/Dynamic/
DDiagnostics.h53 enum ContextType { enum
/external/skia/fuzz/
DFuzzDDLThreading.cpp32 using ContextType = sk_gpu_test::GrContextFactory::ContextType; typedef
/external/llvm-project/clang/lib/Sema/
DSemaCXXScopeSpec.cpp102 QualType ContextType in computeDeclContext() local
DSemaCodeComplete.cpp501 static QualType getPreferredTypeOfUnaryArg(Sema &S, QualType ContextType, in getPreferredTypeOfUnaryArg()
/external/clang/lib/Sema/
DSemaCXXScopeSpec.cpp104 QualType ContextType in computeDeclContext() local
/external/deqp/external/openglcts/modules/common/
DglcInternalformatTests.cpp1728 void InternalformatTests::getGLTestData(TestData& testData, glu::ContextType&) in getGLTestData()
DglcRobustBufferAccessBehaviorTests.cpp1547 std::string TexelFetchTest::getFragmentShader(const glu::ContextType&, bool is_case_valid, GLuint f… in getFragmentShader()