Home
last modified time | relevance | path

Searched refs:getConfig (Results 1 – 25 of 44) sorted by relevance

12

/external/deqp/modules/egl/
DteglNegativeApiTests.cpp159 expectFalse(getConfig(&eglConfig, FilterList() << s_renderAPIFilters[ndx])); in init()
205 if (getConfig(&config, FilterList() << surfaceBits<EGL_PBUFFER_BIT>)) in init()
315 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
323 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
331 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
342 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENG… in init()
350 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init()
361 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init()
369 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init()
377 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init()
[all …]
DteglMultiContextTests.cpp94 eglw::EGLConfig getConfig (const eglw::Library& egl, eglw::EGLDisplay display) in getConfig() function
124 const eglw::EGLConfig config = getConfig(egl, *display); in iterate()
/external/deqp/modules/gles2/functional/
Des2fFboRenderTest.cpp325 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles2::Functional::FboIncompleteException
359 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles2::Functional::Framebuffer
544 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles2::Functional::FboRenderCase
668 Framebuffer fbo(context, getConfig(), width, height); in render()
697 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) in render()
773 Framebuffer fbo(ctx, getConfig(), width, height); in render()
795 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) in render()
875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight); in render()
885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight); in render()
957 Framebuffer fbo(context, getConfig(), width, height); in render()
[all …]
/external/r8/src/test/java/com/android/tools/r8/shaking/
DProguardConfigurationParserTest.java84 List<ProguardConfigurationRule> rules = parser.getConfig().getRules(); in parse()
93 List<ProguardConfigurationRule> rules = parser.getConfig().getRules(); in parseMultipleNamePatterns()
114 List<ProguardConfigurationRule> rules = parser.getConfig().getRules(); in parseAccessFlags()
152 List<ProguardConfigurationRule> rules = parser.getConfig().getRules(); in parseWhyAreYouKeeping()
165 List<ProguardConfigurationRule> assumeNoSideEffects = parser.getConfig().getRules(); in parseAssumeNoSideEffects()
177 List<ProguardConfigurationRule> assumeNoSideEffects = parser.getConfig().getRules(); in parseAssumeNoSideEffectsWithReturnValue()
217 List<ProguardConfigurationRule> assumeValues = parser.getConfig().getRules(); in parseAssumeValuesWithReturnValue()
295 assertEquals(4, parser.getConfig().getLibraryjars().size()); in parseLibraryJars()
302 ProguardConfiguration config = parser.getConfig(); in parseSeeds()
311 ProguardConfiguration config = parser.getConfig(); in parseSeeds2()
[all …]
/external/mockito/src/test/java/org/mockitousage/annotation/
DDeprecatedAnnotationEngineApiTest.java25 ConfigurationAccess.getConfig().overrideAnnotationEngine(null); in goBackToDefaultConfiguration()
46 ConfigurationAccess.getConfig().overrideAnnotationEngine(defaultEngine); in shouldInjectMocksIfThereIsNoUserDefinedEngine()
62 ConfigurationAccess.getConfig().overrideAnnotationEngine(customizedEngine); in shouldRespectUsersEngine()
/external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
DTransformationUtils.java62 result = Bitmap.createBitmap(width, height, toCrop.getConfig() == null in centerCrop()
63 ? Bitmap.Config.ARGB_8888 : toCrop.getConfig()); in centerCrop()
110 … Bitmap.Config config = toFit.getConfig() != null ? toFit.getConfig() : Bitmap.Config.ARGB_8888; in fitCenter()
271 Bitmap result = pool.get(newWidth, newHeight, toOrient.getConfig()); in rotateImageExif()
273 result = Bitmap.createBitmap(newWidth, newHeight, toOrient.getConfig()); in rotateImageExif()
DCenterCrop.java28 final Bitmap toReuse = pool.get(outWidth, outHeight, toTransform.getConfig() != null in transform()
29 ? toTransform.getConfig() : Bitmap.Config.ARGB_8888); in transform()
/external/markdown/markdown/extensions/
Drss.py70 for tag, text in (("title", self.ext.getConfig("TITLE")),
71 ("link", self.ext.getConfig("URL")),
84 link.text = self.ext.getConfig("URL")
Dfootnotes.py85 if child.text.find(self.getConfig("PLACE_MARKER")) > -1:
88 if child.tail.find(self.getConfig("PLACE_MARKER")) > -1:
102 if self.getConfig("UNIQUE_IDS"):
109 if self.getConfig("UNIQUE_IDS"):
/external/mockito/src/test/java/org/mockitoutil/
DTestBase.java36 ConfigurationAccess.getConfig().overrideCleansStackTrace(false); in cleanUpConfigInAnyCase()
37 ConfigurationAccess.getConfig().overrideDefaultAnswer(null); in cleanUpConfigInAnyCase()
52 ConfigurationAccess.getConfig().overrideCleansStackTrace(true); in makeStackTracesClean()
/external/mockito/src/test/java/org/mockito/exceptions/base/
DMockitoSerializationIssueTest.java20 ConfigurationAccess.getConfig().overrideCleansStackTrace(true); in should_filter_out_test_class_from_stacktrace_when_clean_flag_is_true()
33 ConfigurationAccess.getConfig().overrideCleansStackTrace(false); in should_keep_executing_class_in_stacktrace_when_clean_flag_is_false()
/external/mockito/src/test/java/org/mockito/internal/exceptions/stacktrace/
DConditionalStackTraceFilterTest.java21 ConfigurationAccess.getConfig().overrideCleansStackTrace(false); in shouldNotFilterWhenConfigurationSaysNo()
35 ConfigurationAccess.getConfig().overrideCleansStackTrace(true); in shouldFilterWhenConfigurationSaysYes()
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/
DBitmapPreFillRunner.java93 toAllocate.getConfig()); in allocate()
105 + toAllocate.getConfig() + " size: " + Util.getBitmapByteSize(bitmap)); in allocate()
125 toAllocate.getConfig()); in addToBitmapPool()
DPreFillType.java57 Bitmap.Config getConfig() { in getConfig() method in PreFillType
146 Bitmap.Config getConfig() { in getConfig() method in PreFillType.Builder
DBitmapPreFiller.java42 if (builder.getConfig() == null) { in preFill()
77 return Util.getBitmapByteSize(size.getWidth(), size.getHeight(), size.getConfig()); in getSizeInBytes()
/external/mockito/src/test/java/org/mockito/internal/configuration/
DGlobalConfigurationTest.java22 ConfigurationAccess.getConfig().overrideAnnotationEngine(new CustomAnnotationEngine()); in returns_mockito_configuration_annotation_engine_if_non_default()
49 ConfigurationAccess.getConfig().overrideAnnotationEngine(null); in reset_annotation_engine()
DConfigurationAccess.java11 public static MockitoConfiguration getConfig() { in getConfig() method in ConfigurationAccess
DClassPathLoaderTest.java16 ConfigurationAccess.getConfig().overrideDefaultAnswer(new Answer<Object>() { in shouldReadConfigurationClassFromClassPath()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp143 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles3::Functional::Framebuffer
589 if (fbo.getConfig().colorType == GL_TEXTURE_2D) in render()
720 if (fboA.getConfig().colorType == GL_TEXTURE_2D) in render()
731 …readPixels(context, dst, 0, 0, width, height, glu::mapGLInternalFormat(fboA.getConfig().colorForma… in render()
1156 if (fbo.getConfig().colorType == GL_TEXTURE_2D) in render()
1169 switch (fbo.getConfig().colorType) in render()
1173 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1178 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1187 switch (fbo.getConfig().depthStencilType) in render()
1191 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().depthStencilFormat, newWidth, newHeight); in render()
[all …]
/external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
DAttributeStrategy.java15 final Key key = keyPool.get(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig()); in put()
53 return getBitmapString(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig()); in getBitmapString()
/external/parameter-framework/upstream/test/functional-tests/
DHandle.cpp58 AllParamsPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } in AllParamsPF()
97 Config getConfig() in getConfig() function
548 MappingPF() : ParameterFramework{getConfig()} { REQUIRE_NOTHROW(start()); } in MappingPF()
575 Config getConfig() in getConfig() function
/external/robolectric/v1/src/test/java/com/xtremelabs/robolectric/shadows/
DBitmapTest.java41 assertEquals(bitmap.getConfig(), Config.ARGB_8888); in shouldCreateBitmapWithCorrectConfig()
137 assertEquals(shadowOf(bitmapCopy).getConfig(), Config.ARGB_8888); in shouldCopyBitmap()
/external/libese/esed/
DWeaver.h39 Return<void> getConfig(getConfig_cb _hidl_cb) override;
/external/clang/lib/CodeGen/
DCGCUDARuntime.cpp34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
/external/mockito/src/test/java/org/mockitousage/configuration/
DClassCacheVersusClassReloadingTest.java56 ConfigurationAccess.getConfig().overrideEnableClassCache(false);

12