HomeSort by relevance Sort by last modified time
    Searched refs:ContextType (Results 1 - 25 of 214) sorted by null

1 2 3 4 5 6 7 8 9

  /external/deqp/framework/opengl/
gluDummyRenderContext.hpp 50 explicit DummyRenderContext (ContextType ctxType = ContextType()) : m_ctxType(ctxType) {}
52 virtual ContextType getType (void) const { return m_ctxType; }
58 const ContextType m_ctxType;
gluRenderContext.hpp 47 class ContextType;
134 * ContextType differs from API type by adding context flags. They are
143 class ContextType : private ApiType
146 ContextType (void) {}
147 ContextType (int major, int minor, Profile profile, ContextFlags flags = ContextFlags(0));
148 explicit ContextType (ApiType apiType, ContextFlags flags = ContextFlags(0));
168 inline ContextType::ContextType (int major, int minor, Profile profile, ContextFlags flags)
174 inline ContextType::ContextType (ApiType apiType, ContextFlags flags
    [all...]
gluRenderConfig.hpp 75 ContextType type;
94 RenderConfig (ContextType type_ = ContextType())
  /external/deqp/external/openglcts/modules/gl/
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))
    [all...]
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));
  /external/brotli/c/dec/
context.h 104 enum ContextType {
  /external/brotli/c/enc/
context.h 157 typedef enum ContextType {
162 } ContextType;
164 static BROTLI_INLINE uint8_t Context(uint8_t p1, uint8_t p2, ContextType mode) {
  /external/deqp/external/openglcts/modules/common/
glcContext.hpp 49 Context(tcu::TestContext& testCtx, glu::ContextType contextType = glu::ContextType());
82 void createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags = (glu::ContextFlags)0);
88 glu::ContextType m_contextType;
glcTestPackage.hpp 39 PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType);
60 glu::ContextType renderContextType, const char* resourcesPath);
84 glu::ContextType m_renderContextType;
glcTestPackage.cpp 30 PackageContext::PackageContext(tcu::TestContext& testCtx, glu::ContextType renderContextType)
40 glu::ContextType renderContextType, const char* resourcesPath)
glcContext.cpp 37 Context::Context(tcu::TestContext& testCtx, glu::ContextType contextType)
40 createRenderContext(contextType);
48 void Context::createRenderContext(glu::ContextType& contextType, glu::ContextFlags ctxFlags)
54 glu::RenderConfig renderCfg(glu::ContextType(contextType.getAPI(), contextType.getFlags() | ctxFlags));
  /external/skia/tools/gpu/
GrContextFactory.h 33 enum ContextType {
66 static bool IsRenderingContext(ContextType type) {
77 static GrBackend ContextTypeBackend(ContextType type) {
90 static const char* ContextTypeName(ContextType contextType) {
91 switch (contextType) {
135 ContextInfo getContextInfo(ContextType type,
148 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
156 ContextType fType
    [all...]
  /external/skqp/tools/gpu/
GrContextFactory.h 33 enum ContextType {
66 static bool IsRenderingContext(ContextType type) {
77 static GrBackend ContextTypeBackend(ContextType type) {
90 static const char* ContextTypeName(ContextType contextType) {
91 switch (contextType) {
135 ContextInfo getContextInfo(ContextType type,
148 GrContext* get(ContextType type, ContextOverrides overrides = ContextOverrides::kNone);
152 ContextInfo getContextInfoInternal(ContextType type, ContextOverrides overrides,
156 ContextType fType
    [all...]
  /external/skia/dm/
DMGpuTestProcs.cpp 19 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
22 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
52 if (contextType == GrContextFactory::kGL_ContextType ||
53 contextType == GrContextFactory::kGLES_ContextType) {
54 if (contextType != kNativeGLType)
    [all...]
DMGpuSupport.h 33 sk_gpu_test::GrContextFactory::ContextType type,
69 typedef int ContextType;
71 static const ContextType kANGLE_ContextType = 0,
97 sk_gpu_test::GrContextFactory::ContextType,
  /external/skqp/dm/
DMGpuTestProcs.cpp 19 bool IsGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
22 bool IsVulkanContextType(sk_gpu_test::GrContextFactory::ContextType type) {
25 bool IsRenderingGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
28 bool IsNullGLContextType(sk_gpu_test::GrContextFactory::ContextType type) {
49 GrContextFactory::ContextType contextType = (GrContextFactory::ContextType) typeInt;
52 if (contextType == GrContextFactory::kGL_ContextType ||
53 contextType == GrContextFactory::kGLES_ContextType) {
54 if (contextType != kNativeGLType)
    [all...]
DMGpuSupport.h 33 sk_gpu_test::GrContextFactory::ContextType type,
69 typedef int ContextType;
71 static const ContextType kANGLE_ContextType = 0,
97 sk_gpu_test::GrContextFactory::ContextType,
  /external/deqp/framework/platform/null/
tcuNullRenderContext.hpp 59 virtual glu::ContextType getType (void) const { return m_ctxType; }
69 const glu::ContextType m_ctxType;
  /external/skia/tests/
GrContextAbandonTest.cpp 21 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i;
GrContextFactoryTest.cpp 26 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
43 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType)i;
61 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i);
79 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i;
104 GrContextFactory::ContextType ctxType = static_cast<GrContextFactory::ContextType>(i)
    [all...]
  /external/skqp/tests/
GrContextAbandonTest.cpp 21 GrContextFactory::ContextType ctxType = (GrContextFactory::ContextType) i;
  /hardware/interfaces/renderscript/1.0/
IDevice.hal 34 contextCreate(uint32_t sdkVersion, ContextType ct,
  /external/skia/tools/flags/
SkCommonFlagsConfig.h 56 typedef sk_gpu_test::GrContextFactory::ContextType ContextType;
59 ContextType contextType, bool useNVPR, bool useDIText,
64 ContextType getContextType() const { return fContextType; }
79 ContextType fContextType;
  /external/skqp/tools/flags/
SkCommonFlagsConfig.h 54 typedef sk_gpu_test::GrContextFactory::ContextType ContextType;
57 ContextType contextType, bool useNVPR, bool useDIText,
62 ContextType getContextType() const { return fContextType; }
77 ContextType fContextType;
  /hardware/interfaces/renderscript/1.0/default/
Device.h 16 using ::android::hardware::renderscript::V1_0::ContextType;
28 Return<sp<IContext>> contextCreate(uint32_t sdkVersion, ContextType ct, int32_t flags) override;

Completed in 2910 milliseconds

1 2 3 4 5 6 7 8 9