Home
last modified time | relevance | path

Searched defs:apiType (Results 1 – 25 of 30) sorted by relevance

12

/third_party/vk-gl-cts/framework/opengl/
DgluRenderContext.cpp173 …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() member
289 …id initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initExtensionFunctions()
304 …onFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExten… in initExtensionFunctions()
312 void initFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initFunctions()
DgluStrUtil.cpp126 std::ostream& operator<< (std::ostream& str, ApiType apiType) in operator <<()
DgluRenderContext.hpp151 void setAPI (const ApiType& apiType) { m_bits = apiType.getPacked(); } in setAPI()
176 inline ContextType::ContextType (ApiType apiType, ContextFlags flags) in ContextType()
/third_party/vk-gl-cts/external/openglcts/modules/common/
DglcRobustnessTests.cpp57 glu::ApiType apiType) in RobustnessBase()
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()
228 GetnUniformTest::GetnUniformTest(tcu::TestContext& testCtx, glu::ApiType apiType) in GetnUniformTest()
415 ReadnPixelsTest::ReadnPixelsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in ReadnPixelsTest()
633 RobustnessTests::RobustnessTests(tcu::TestContext& testCtx, glu::ApiType apiType) in RobustnessTests()
DglcNoErrorTests.cpp50 NoErrorContextTest::NoErrorContextTest(tcu::TestContext& testCtx, glu::ApiType apiType) in NoErrorContextTest()
123 NoErrorTests::NoErrorTests(tcu::TestContext& testCtx, glu::ApiType apiType) in NoErrorTests()
DglcContextFlagsTests.cpp46 const char* name, const char* description, glu::ApiType apiType) in ContextFlagsCase()
111 ContextFlagsTests::ContextFlagsTests(tcu::TestContext& testCtx, glu::ApiType apiType) in ContextFlagsTests()
DglcKHRDebugTests.cpp149 TestBase::TestBase(tcu::TestContext& testContext, glu::ApiType apiType, bool is_debug) in TestBase()
234 APIErrorsTest::APIErrorsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const … in APIErrorsTest()
663 LabelsTest::LabelsTest(tcu::TestContext& testCtx, glu::ApiType apiType, bool is_debug, const GLchar… in LabelsTest()
1259 ReceivingMessagesTest::ReceivingMessagesTest(tcu::TestContext& testCtx, glu::ApiType apiType) in ReceivingMessagesTest()
1904 GroupsTest::GroupsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in GroupsTest()
2253 SynchronousCallsTest::SynchronousCallsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in SynchronousCallsTest()
2418 KHRDebugTests::KHRDebugTests(tcu::TestContext& testCtx, glu::ApiType apiType) in KHRDebugTests()
DglcMultipleContextsTests.cpp163 UniformPreservationTest::UniformPreservationTest(tcu::TestContext& testCtx, glu::ApiType apiType) in UniformPreservationTest()
860 MultipleContextsTests::MultipleContextsTests(tcu::TestContext& testCtx, glu::ApiType apiType) in MultipleContextsTests()
DglcRobustBufferAccessBehaviorTests.cpp1004 glu::ApiType apiType) in RobustnessBase()
1055 VertexBufferObjectsTest::VertexBufferObjectsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in VertexBufferObjectsTest()
1308 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, glu::ApiType apiType) in TexelFetchTest()
1323 glu::ApiType apiType) in TexelFetchTest()
2362 ImageLoadStoreTest::ImageLoadStoreTest(tcu::TestContext& testCtx, glu::ApiType apiType) in ImageLoadStoreTest()
3193 StorageBufferTest::StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) in StorageBufferTest()
3460 UniformBufferTest::UniformBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) in UniformBufferTest()
3640 …cessBehaviorTests::RobustBufferAccessBehaviorTests(tcu::TestContext& testCtx, glu::ApiType apiType) in RobustBufferAccessBehaviorTests()
/third_party/vk-gl-cts/framework/egl/
DegluPlatform.cpp39 tcu::FunctionLibrary* Platform::createDefaultGLFunctionLibrary (glu::ApiType apiType, const tcu::Co… in createDefaultGLFunctionLibrary()
DegluGLFunctionLoader.cpp60 const tcu::FunctionLibrary* GLLibraryCache::getLibrary (glu::ApiType apiType) in getLibrary()
DegluGLUtil.cpp57 EGLint apiRenderableType (glu::ApiType apiType) in apiRenderableType()
/third_party/vk-gl-cts/modules/gles3/
Dtes3Context.cpp37 Context::Context (tcu::TestContext& testCtx, glu::ApiType apiType) in Context()
/third_party/skia/third_party/externals/angle2/src/tests/deqp_support/
Dtes31Context_override.cpp25 Context::Context (tcu::TestContext& testCtx, glu::ApiType apiType) in Context()
/third_party/vk-gl-cts/modules/gles31/
Dtes31Context.cpp36 Context::Context (tcu::TestContext& testCtx, glu::ApiType apiType) in Context()
/third_party/vk-gl-cts/modules/glshared/
DglsInteractionTestUtil.cpp54 void computeRandomRenderState (de::Random& rnd, RenderState& state, glu::ApiType apiType, int targe… in computeRandomRenderState()
254 void computeRandomRenderCommands (de::Random& rnd, glu::ApiType apiType, int numCommands, int targe… in computeRandomRenderCommands()
DglsDrawTest.hpp223 glu::ApiType apiType; //!< needed in spec validation member
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DLiveEffectEngine.java34 static native boolean setAPI(int apiType); in setAPI()
/third_party/vk-gl-cts/modules/egl/
DteglGetProcAddressTests.cpp227 …Case (EglTestContext& eglTestCtx, const char* name, const char* description, const ApiType apiType) in GetProcAddressCoreFunctionsCase()
275 FunctionNames getCoreFunctionNames (EGLint apiType) in getCoreFunctionNames()
DteglTestCase.cpp67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions,… in initGLFunctions()
DteglRobustnessTests.cpp523 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType) in initGLFunctions()
1152 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local
1206 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local
1266 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local
1351 const glu::ApiType apiType = paramsToApiType(m_params); in iterate() local
/third_party/skia/third_party/externals/oboe/samples/LiveEffect/src/main/cpp/
Djni_bridge.cpp87 jint apiType) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI()
/third_party/vk-gl-cts/external/openglcts/modules/runner/
DglcTestRunner.hpp47 glu::ApiType apiType; member
DglcTestRunner.cpp199 static const char* getApiName(glu::ApiType apiType) in getApiName()
318 …stRunsForAOSPES(vector<TestRunParams>& runs, const ConfigList& configs, const glu::ApiType apiType) in getTestRunsForAOSPES()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp4776 glu::ApiType apiType = context_type.getAPI(); in getReservedNames() local
4892 glu::ApiType apiType = context_type.getAPI(); in getShaderBody() local

12