Searched defs:ContextInfo (Results 1 - 5 of 5) sorted by relevance

/external/deqp/framework/opengl/
H A DgluContextInfo.hpp75 class ContextInfo class in namespace:glu
78 virtual ~ContextInfo (void);
95 static ContextInfo* create (const RenderContext& context);
98 ContextInfo (const RenderContext& context);
103 ContextInfo (const ContextInfo& other);
104 ContextInfo& operator= (const ContextInfo& other);
H A DgluContextInfo.cpp66 class ES2ContextInfo : public ContextInfo
140 : glu::ContextInfo (context)
183 // ContextInfo
185 ContextInfo::ContextInfo (const RenderContext& context) function in class:glu::ContextInfo
211 ContextInfo::~ContextInfo (void)
215 int ContextInfo::getInt (int param) const
223 bool ContextInfo::getBool (int param) const
231 const char* ContextInfo
[all...]
/external/skia/tools/gpu/
H A DGrContextFactory.h20 class ContextInfo;
135 ContextInfo getContextInfo(ContextType type,
143 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
172 class ContextInfo { class in namespace:sk_gpu_test
174 ContextInfo() = default;
175 ContextInfo& operator=(const ContextInfo&) = default;
192 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, function in class:sk_gpu_test::ContextInfo
/external/skqp/tools/gpu/
H A DGrContextFactory.h20 class ContextInfo;
135 ContextInfo getContextInfo(ContextType type,
143 ContextInfo getSharedContextInfo(GrContext* shareContext, uint32_t shareIndex = 0);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
172 class ContextInfo { class in namespace:sk_gpu_test
174 ContextInfo() = default;
175 ContextInfo& operator=(const ContextInfo&) = default;
192 ContextInfo(GrContextFactory::ContextType type, TestContext* testContext, GrContext* grContext, function in class:sk_gpu_test::ContextInfo
/external/tensorflow/tensorflow/core/graph/
H A Dmkl_layout_pass.cc413 } ContextInfo; typedef in class:tensorflow::MklLayoutRewritePass
425 std::function<bool(const Node*, const ContextInfo* c)> rewrite_rule;
426 // ContextInfo, if any, to be used for rewrite
427 ContextInfo* context;
502 static std::vector<ContextInfo*> cinfo_;
508 static ContextInfo biasaddgrad_matmul_context_;
509 static ContextInfo biasaddgrad_conv2dwithbias_context_;
597 static bool AlwaysRewrite(const Node* n, const ContextInfo* c = nullptr) {
606 const ContextInfo* c) {
628 static bool AddNRewrite(const Node* n, const ContextInfo*
[all...]

Completed in 138 milliseconds