Home
last modified time | relevance | path

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

12

/external/deqp/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
279 …id initExtensionFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType) in initExtensionFunctions()
294 …onFunctions (glw::Functions* dst, const glw::FunctionLoader* loader, ApiType apiType, int numExten… in initExtensionFunctions()
302 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()
/external/libtextclassifier/java/src/com/android/textclassifier/common/statsd/
DTextClassifierApiUsageLogger.java79 public Session createSession( in createSession()
86 @ApiType private final int apiType; field in TextClassifierApiUsageLogger.Session
90 private Session(@ApiType int apiType, @Nullable TextClassificationSessionId sessionId) { in Session()
/external/deqp/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.cpp1008 glu::ApiType apiType) in RobustnessBase()
1059 VertexBufferObjectsTest::VertexBufferObjectsTest(tcu::TestContext& testCtx, glu::ApiType apiType) in VertexBufferObjectsTest()
1312 TexelFetchTest::TexelFetchTest(tcu::TestContext& testCtx, glu::ApiType apiType) in TexelFetchTest()
1327 glu::ApiType apiType) in TexelFetchTest()
2367 ImageLoadStoreTest::ImageLoadStoreTest(tcu::TestContext& testCtx, glu::ApiType apiType) in ImageLoadStoreTest()
3198 StorageBufferTest::StorageBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) in StorageBufferTest()
3465 UniformBufferTest::UniformBufferTest(tcu::TestContext& testCtx, glu::ApiType apiType) in UniformBufferTest()
3645 …cessBehaviorTests::RobustBufferAccessBehaviorTests(tcu::TestContext& testCtx, glu::ApiType apiType) in RobustBufferAccessBehaviorTests()
/external/deqp/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()
/external/angle/src/tests/deqp_support/
Dtes31Context_override.cpp25 Context::Context (tcu::TestContext& testCtx, glu::ApiType apiType) in Context()
/external/deqp/modules/gles31/
Dtes31Context.cpp36 Context::Context (tcu::TestContext& testCtx, glu::ApiType apiType) in Context()
/external/deqp/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
/external/oboe/samples/LiveEffect/src/main/java/com/google/oboe/samples/liveEffect/
DLiveEffectEngine.java34 static native boolean setAPI(int apiType); in setAPI()
/external/deqp/modules/egl/
DteglGetProcAddressTests.cpp227 …Case (EglTestContext& eglTestCtx, const char* name, const char* description, const ApiType apiType) in GetProcAddressCoreFunctionsCase()
279 FunctionNames getCoreFunctionNames (EGLint apiType) in getCoreFunctionNames()
DteglTestCase.cpp67 void EglTestContext::initGLFunctions (glw::Functions* dst, glu::ApiType apiType, int numExtensions,… in initGLFunctions()
DteglRobustnessTests.cpp540 void RenderingContext::initGLFunctions (glw::Functions *gl, const glu::ApiType apiType) in initGLFunctions()
1439 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local
1493 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local
1553 const glu::ApiType apiType(3, 0, glu::PROFILE_ES); in iterate() local
1641 const glu::ApiType apiType = paramsToApiType(m_params); in iterate() local
/external/oboe/samples/LiveEffect/src/main/cpp/
Djni_bridge.cpp90 jint apiType) { in Java_com_google_oboe_samples_liveEffect_LiveEffectEngine_setAPI()
/external/deqp/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()
/external/deqp/external/openglcts/modules/gl/
Dgl3cCommonBugsTests.cpp4777 glu::ApiType apiType = context_type.getAPI(); in getReservedNames() local
4893 glu::ApiType apiType = context_type.getAPI(); in getShaderBody() local

12