Home
last modified time | relevance | path

Searched refs:ApiType (Results 1 – 25 of 254) sorted by relevance

1234567891011

/external/deqp/external/openglcts/modules/runner/
DglcKhronosMustpassGl.hpp25 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
27 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
28 { glu::ApiType::core(4, 6), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
29 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
30 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
31 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
32 { glu::ApiType::core(4, 5), "master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
33 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
34 { glu::ApiType::core(4, 4), "master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
[all …]
DglcAospMustpassEs.hpp25 { glu::ApiType::es(2, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
26 { glu::ApiType::es(3, 0), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
28 { glu::ApiType::es(3, 0), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
31 { glu::ApiType::es(3, 0), "rotate-landscape", "rgba8888d24s8ms0", "90", -1, DE_NULL, 256, 256 },
34 …{ glu::ApiType::es(3, 0), "rotate-reverse-portrait", "rgba8888d24s8ms0", "180", -1, DE_NULL, 256, …
37 …{ glu::ApiType::es(3, 0), "rotate-reverse-landscape", "rgba8888d24s8ms0", "270", -1, DE_NULL, 256,…
39 …{ glu::ApiType::es(3, 0), "multisample", "rgba8888d24s8ms4", "unspecified", -1, DE_NULL, 256, 256 …
41 …{ glu::ApiType::es(3, 0), "565-no-depth-no-stencil", "rgb565d0s0ms0", "unspecified", -1, DE_NULL, …
43 { glu::ApiType::es(3, 1), "master", "rgba8888d24s8ms0", "unspecified", -1, DE_NULL, 256, 256 },
45 { glu::ApiType::es(3, 1), "rotate-portrait", "rgba8888d24s8ms0", "0", -1, DE_NULL, 256, 256 },
[all …]
DglcTestRunnerMain.cpp39 CommandLine(void) : runType(glu::ApiType::es(2, 0)), flags(0) in CommandLine()
43 glu::ApiType runType;
60 glu::ApiType runType; in parseCommandLine()
61 } runTypes[] = { { "es2", glu::ApiType::es(2, 0) }, { "es3", glu::ApiType::es(3, 0) }, in parseCommandLine()
62 { "es31", glu::ApiType::es(3, 1) }, { "es32", glu::ApiType::es(3, 2) }, in parseCommandLine()
63 { "gl30", glu::ApiType::core(3, 0) }, { "gl31", glu::ApiType::core(3, 1) }, in parseCommandLine()
64 { "gl32", glu::ApiType::core(3, 2) }, { "gl33", glu::ApiType::core(3, 3) }, in parseCommandLine()
65 { "gl40", glu::ApiType::core(4, 0) }, { "gl41", glu::ApiType::core(4, 1) }, in parseCommandLine()
66 { "gl42", glu::ApiType::core(4, 2) }, { "gl43", glu::ApiType::core(4, 3) }, in parseCommandLine()
67 { "gl44", glu::ApiType::core(4, 4) }, { "gl45", glu::ApiType::core(4, 5) }, in parseCommandLine()
[all …]
DglcKhronosMustpassEs.hpp25 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
27 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
28 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
29 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 2, DE_NULL, 113, 47 },
30 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", 64, -1 },
31 { glu::ApiType::es(3, 2), "khr-master", DE_NULL, "unspecified", 3, "rgba8888d24s8", -1, 64 },
35 { glu::ApiType::es(2, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
36 { glu::ApiType::es(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
37 { glu::ApiType::es(3, 1), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
[all …]
DglcTestRunner.cpp199 static const char* getApiName(glu::ApiType apiType) in getApiName()
201 if (apiType == glu::ApiType::es(2, 0)) in getApiName()
203 else if (apiType == glu::ApiType::es(3, 0)) in getApiName()
205 else if (apiType == glu::ApiType::es(3, 1)) in getApiName()
207 else if (apiType == glu::ApiType::es(3, 2)) in getApiName()
209 else if (apiType == glu::ApiType::core(3, 0)) in getApiName()
211 else if (apiType == glu::ApiType::core(3, 1)) in getApiName()
213 else if (apiType == glu::ApiType::core(3, 2)) in getApiName()
215 else if (apiType == glu::ApiType::core(3, 3)) in getApiName()
217 else if (apiType == glu::ApiType::core(4, 0)) in getApiName()
[all …]
DglcAndroidMain.cpp33 …eCTSActivity(ANativeActivity* activity, void* savedState, size_t savedStateSize, glu::ApiType type) in createCTSActivity()
51 createCTSActivity(activity, savedState, savedStateSize, glu::ApiType::es(2, 0)); in createES2CTSActivity()
56 createCTSActivity(activity, savedState, savedStateSize, glu::ApiType::es(3, 0)); in createES3CTSActivity()
61 createCTSActivity(activity, savedState, savedStateSize, glu::ApiType::es(3, 1)); in createES31CTSActivity()
66 createCTSActivity(activity, savedState, savedStateSize, glu::ApiType::es(3, 2)); in createES32CTSActivity()
71 createCTSActivity(activity, savedState, savedStateSize, glu::ApiType::core(4, 5)); in createGL45CTSActivity()
76 createCTSActivity(activity, savedState, savedStateSize, glu::ApiType::core(4, 6)); in createGL46CTSActivity()
DglcKhronosMustpassGlNocontext.hpp25 { glu::ApiType::core(3, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
26 { glu::ApiType::core(4, 0), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
27 { glu::ApiType::core(4, 3), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
28 { glu::ApiType::core(4, 5), "khr-master", DE_NULL, "unspecified", 1, DE_NULL, 64, 64 },
DglcTestRunner.hpp47 glu::ApiType apiType;
66 glu::ApiType runType;
77 runType = glu::ApiType(); in clear()
101 glu::ApiType type, deUint32 flags);
134 glu::ApiType m_type;
/external/deqp/framework/opengl/
DgluRenderContext.hpp75 class ApiType class
78 ApiType (void) : m_bits(pack(0, 0, PROFILE_LAST)) {} in ApiType() function in glu::ApiType
79 ApiType (int major, int minor, Profile profile) : m_bits(pack(major, minor, profile)) {} in ApiType() function in glu::ApiType
85 bool operator== (ApiType other) const { return m_bits == other.m_bits; } in operator ==()
86 bool operator!= (ApiType other) const { return m_bits != other.m_bits; } in operator !=()
91 static ApiType es (int major, int minor) { return ApiType(major, minor, PROFILE_ES); } in es()
92 static ApiType core (int major, int minor) { return ApiType(major, minor, PROFILE_CORE); } in core()
93 …static ApiType compatibility (int major, int minor) { return ApiType(major, minor, PROFILE_COMPAT… in compatibility()
96 ApiType (deUint32 bits) : m_bits(bits) {} in ApiType() function in glu::ApiType
97 static ApiType fromBits (deUint32 bits) { return ApiType(bits); } in fromBits()
[all …]
DgluRenderContext.cpp54 inline bool versionGreaterOrEqual (ApiType a, ApiType b) in versionGreaterOrEqual()
60 bool contextSupports (ContextType ctxType, ApiType requiredApiType) in contextSupports()
173 …ateDefaultRenderContext (tcu::Platform& platform, const tcu::CommandLine& cmdLine, ApiType apiType) in createDefaultRenderContext()
187 static std::vector<std::string> getExtensions (const glw::Functions& gl, ApiType apiType) in getExtensions()
235 bool hasExtension (const glw::Functions& gl, ApiType apiType, const std::string& extension) in hasExtension()
242 void initCoreFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initCoreFunctions()
246 ApiType apiType; in initCoreFunctions()
250 { ApiType::es(2,0), glw::initES20 }, in initCoreFunctions()
251 { ApiType::es(3,0), glw::initES30 }, in initCoreFunctions()
252 { ApiType::es(3,1), glw::initES31 }, in initCoreFunctions()
[all …]
DgluStateReset.cpp75 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
81 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
89 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
103 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
118 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
130 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
149 …nfo.isExtensionSupported("GL_EXT_texture_border_clamp") || contextSupports(type, ApiType::es(3,2)); in resetStateES()
165 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
179 if (contextSupports(type, ApiType::es(3,1))) in resetStateES()
198 if (contextSupports(type, ApiType::es(3,0))) in resetStateES()
[all …]
DgluShaderUtil.cpp101 static ApiType getMinAPIForGLSLVersion (GLSLVersion version) in getMinAPIForGLSLVersion()
103 static const ApiType s_minApi[] = in getMinAPIForGLSLVersion()
105 ApiType::es(2,0), in getMinAPIForGLSLVersion()
106 ApiType::es(3,0), in getMinAPIForGLSLVersion()
107 ApiType::es(3,1), in getMinAPIForGLSLVersion()
108 ApiType::es(3,2), in getMinAPIForGLSLVersion()
109 ApiType::core(3,0), in getMinAPIForGLSLVersion()
110 ApiType::core(3,1), in getMinAPIForGLSLVersion()
111 ApiType::core(3,2), in getMinAPIForGLSLVersion()
112 ApiType::core(3,3), in getMinAPIForGLSLVersion()
[all …]
/external/rust/crates/grpcio-sys/grpc/include/grpcpp/impl/codegen/
Drpc_service_method.h91 api_type_(ApiType::SYNC), in RpcServiceMethod()
94 enum class ApiType { enum
106 ApiType api_type() const { return api_type_; } in api_type()
108 void SetServerApiType(RpcServiceMethod::ApiType type) { in SetServerApiType()
109 if ((api_type_ == ApiType::SYNC) && in SetServerApiType()
110 (type == ApiType::ASYNC || type == ApiType::RAW)) { in SetServerApiType()
113 } else if (api_type_ != ApiType::SYNC) { in SetServerApiType()
129 ApiType api_type_;
132 const char* TypeToString(RpcServiceMethod::ApiType type) { in TypeToString()
134 case ApiType::SYNC: in TypeToString()
[all …]
/external/rust/crates/grpcio-sys/grpc/spm-cpp-include/grpcpp/impl/codegen/
Drpc_service_method.h91 api_type_(ApiType::SYNC), in RpcServiceMethod()
94 enum class ApiType { enum
106 ApiType api_type() const { return api_type_; } in api_type()
108 void SetServerApiType(RpcServiceMethod::ApiType type) { in SetServerApiType()
109 if ((api_type_ == ApiType::SYNC) && in SetServerApiType()
110 (type == ApiType::ASYNC || type == ApiType::RAW)) { in SetServerApiType()
113 } else if (api_type_ != ApiType::SYNC) { in SetServerApiType()
129 ApiType api_type_;
132 const char* TypeToString(RpcServiceMethod::ApiType type) { in TypeToString()
134 case ApiType::SYNC: in TypeToString()
[all …]
/external/deqp/external/openglcts/modules/common/
DglcConfigPackage.cpp88 …addChild(new ConfigListCase(m_testCtx, "es2", "OpenGL ES 2 Configurations", glu::ApiType::es(2, 0)… in init()
89 …addChild(new ConfigListCase(m_testCtx, "es3", "OpenGL ES 3 Configurations", glu::ApiType::es(3, 0)… in init()
90 …addChild(new ConfigListCase(m_testCtx, "es31", "OpenGL ES 3.1 Configurations", glu::ApiType::es(3,… in init()
91 …addChild(new ConfigListCase(m_testCtx, "es32", "OpenGL ES 3.2 Configurations", glu::ApiType::es(3,… in init()
92 …addChild(new ConfigListCase(m_testCtx, "gl30", "OpenGL 3.0 Configurations", glu::ApiType::core(3, … in init()
93 …addChild(new ConfigListCase(m_testCtx, "gl31", "OpenGL 3.1 Configurations", glu::ApiType::core(3, … in init()
94 …addChild(new ConfigListCase(m_testCtx, "gl32", "OpenGL 3.2 Configurations", glu::ApiType::core(3, … in init()
95 …addChild(new ConfigListCase(m_testCtx, "gl33", "OpenGL 3.3 Configurations", glu::ApiType::core(3, … in init()
96 …addChild(new ConfigListCase(m_testCtx, "gl40", "OpenGL 4.0 Configurations", glu::ApiType::core(4, … in init()
97 …addChild(new ConfigListCase(m_testCtx, "gl41", "OpenGL 4.1 Configurations", glu::ApiType::core(4, … in init()
[all …]
DglcNoDefaultContextPackage.cpp91 gl30Group->addChild(new glcts::NoErrorTests(getTestContext(), glu::ApiType::core(3, 0))); in init()
95 gl40Group->addChild(new glcts::MultipleContextsTests(getTestContext(), glu::ApiType::core(4, 0))); in init()
99 …gl43Group->addChild(new glcts::RobustBufferAccessBehaviorTests(getTestContext(), glu::ApiType::cor… in init()
100 gl43Group->addChild(new glcts::KHRDebugTests(getTestContext(), glu::ApiType::core(4, 3))); in init()
104 gl45Group->addChild(new glcts::RobustnessTests(getTestContext(), glu::ApiType::core(4, 5))); in init()
105 gl45Group->addChild(new glcts::ContextFlagsTests(getTestContext(), glu::ApiType::core(4, 5))); in init()
109 es2Group->addChild(new glcts::NoErrorTests(getTestContext(), glu::ApiType::es(2, 0))); in init()
113 es32Group->addChild(new glcts::RobustnessTests(getTestContext(), glu::ApiType::es(3, 2))); in init()
114 es32Group->addChild(new glcts::ContextFlagsTests(getTestContext(), glu::ApiType::es(3, 2))); in init()
115 …es32Group->addChild(new glcts::RobustBufferAccessBehaviorTests(getTestContext(), glu::ApiType::es(… in init()
DglcNoErrorTests.hpp45 NoErrorContextTest(tcu::TestContext& testCtx, glu::ApiType apiType);
55 glu::ApiType m_ApiType;
63 NoErrorTests(tcu::TestContext& testCtx, glu::ApiType apiType);
72 glu::ApiType m_ApiType;
DglcKHRDebugTests.hpp57 TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug);
77 glu::ApiType m_apiType;
146 …APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* n…
187 …LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const glw::GLchar* name…
309 ReceivingMessagesTest(tcu::TestContext& testCtx, glu::ApiType apiType);
390 GroupsTest(tcu::TestContext& testCtx, glu::ApiType apiType);
440 SynchronousCallsTest(tcu::TestContext& testCtx, glu::ApiType apiType);
461 KHRDebugTests(tcu::TestContext& testCtx, glu::ApiType apiType);
475 glu::ApiType m_apiType;
DglcRobustnessTests.cpp48 …RobustnessBase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType
53 glu::ApiType m_ApiType;
57 glu::ApiType apiType) in RobustnessBase()
68 !contextSupports(context.getRenderContext().getType(), glu::ApiType::es(3, 2))) in createRobustContext()
94 …ionCase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType) in NoResetNotificationCase()
140 …setCase(tcu::TestContext& testCtx, const char* name, const char* description, glu::ApiType apiType) in LoseContextOnResetCase()
177 static deqp::Context* createContext(tcu::TestContext& testCtx, glu::ApiType apiType) in createContext()
186 if (!(contextSupports(context->getRenderContext().getType(), glu::ApiType::es(3, 2)) || in createContext()
206 GetnUniformTest(tcu::TestContext& testCtx, glu::ApiType apiType);
221 glu::ApiType m_ApiType;
[all …]
DglcConfigListEGL.cpp59 static void getDefaultEglConfigList(tcu::Platform& eglPlatform, glu::ApiType type, ConfigList& conf… in getDefaultEglConfigList()
64 if (type == glu::ApiType::es(2, 0)) in getDefaultEglConfigList()
69 else if (type == glu::ApiType::es(3, 0)) in getDefaultEglConfigList()
74 else if (type == glu::ApiType::es(3, 1)) in getDefaultEglConfigList()
79 else if (type == glu::ApiType::es(3, 2)) in getDefaultEglConfigList()
158 void getConfigListEGL(tcu::Platform& platform, glu::ApiType type, ConfigList& configList) in getConfigListEGL()
/external/deqp/modules/gles31/functional/
Des31fIntegerStateQueryTests.cpp123 if (contextSupports(ctxType, glu::ApiType::es(3, 2)) || in init()
124 contextSupports(ctxType, glu::ApiType::core(4, 5))) in init()
179 …nst char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion);
186 const glu::ApiType m_minimumVersion;
194 , m_minimumVersion (glu::ApiType::es(3, 1)) in MinimumValueCase()
198 …onst char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion) in MinimumValueCase()
209 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
216 …const int value = contextSupports(m_context.getRenderContext().getType(), glu::ApiType::es(3, 2… in iterate()
234 …nst char* desc, glw::GLenum target, int minValue, QueryType verifierType, glu::ApiType minVersion);
241 const glu::ApiType m_minimumVersion;
[all …]
Des31fBooleanStateQueryTests.cpp61 …ame, const char* description, glw::GLenum targetName, bool initial, glu::ApiType minimumContextVer… in IsEnabledStateTestCase()
73 if (!contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))) in iterate()
100 const glu::ApiType m_minimumVersion;
141 glu::ApiType minimumContext; in init()
147 { "sample_mask", "SAMPLE_MASK", GL_SAMPLE_MASK, false, glu::ApiType::es(3, 1)}, in init()
148 … { "sample_shading", "SAMPLE_SHADING", GL_SAMPLE_SHADING, false, glu::ApiType::es(3, 2)}, in init()
149 …{ "debug_output", "DEBUG_OUTPUT", GL_DEBUG_OUTPUT, isDebugContext, glu::ApiType::es(3, 2)… in init()
150 …ronous", "DEBUG_OUTPUT_SYNCHRONOUS", GL_DEBUG_OUTPUT_SYNCHRONOUS, false, glu::ApiType::es(3, 2)}, in init()
/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp216 if (!glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(3, 1))) in iterate()
383 glu::ApiType* out_required_min_context_type_ptr, in getIterationData()
391 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1); in getIterationData()
410 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0); in getIterationData()
433 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1); in getIterationData()
458 *out_required_min_context_type_ptr = glu::ApiType::core(3, 1); in getIterationData()
483 *out_required_min_context_type_ptr = glu::ApiType::core(3, 2); in getIterationData()
506 *out_required_min_context_type_ptr = glu::ApiType::core(4, 0); in getIterationData()
532 *out_required_min_context_type_ptr = glu::ApiType::core(3, 2); in getIterationData()
561 *out_required_min_context_type_ptr = glu::ApiType::core(3, 2); in getIterationData()
[all …]
Dgl3cTextureSwizzleTests.cpp215 const glu::ApiType m_minimum_gl_context;
230 /* 0 */ { glu::ApiType::core(3, 0),
243 { glu::ApiType::core(3, 1),
256 { glu::ApiType::core(3, 0),
269 { glu::ApiType::core(3, 1),
282 { glu::ApiType::core(3, 0),
295 { glu::ApiType::core(3, 1),
308 { glu::ApiType::core(3, 0),
321 { glu::ApiType::core(3, 1),
334 /* 8 */ { glu::ApiType::core(4, 4),
[all …]
/external/deqp/modules/gles31/
Dtes31Context.hpp49 Context (tcu::TestContext& testCtx, glu::ApiType apiType = glu::ApiType::es(3,2));
67 glu::ApiType m_apiType;

1234567891011