Home
last modified time | relevance | path

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

123

/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 …]
/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()
719 if(getConfig().colorbufferFormat == GL_RGB5_A1) in render()
783 Framebuffer fbo(ctx, getConfig(), width, height); in render()
805 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D) in render()
885 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight); in render()
895 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight); in render()
[all …]
/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/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/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.java49 ConfigurationAccess.getConfig().overrideCleansStackTrace(false);
50 ConfigurationAccess.getConfig().overrideDefaultAnswer(null);
65 ConfigurationAccess.getConfig().overrideCleansStackTrace(true);
/external/robolectric-shadows/resources/src/main/java/org/robolectric/res/
DXmlContext.java20 public ResTable_config getConfig() { in getConfig() method in XmlContext
21 return qualifiers.getConfig(); in getConfig()
DTypedResource.java24 public ResTable_config getConfig() { in getConfig() method in TypedResource
25 return xmlContext.getConfig(); in getConfig()
DResBundle.java36 ResTable_config candidateConfig = candidate.getConfig(); in pick()
38 … if (bestMatchSoFar == null || candidateConfig.isBetterThan(bestMatchSoFar.getConfig(), toMatch)) { in pick()
/external/swiftshader/tests/GLESUnitTests/
Dunittests.cpp320 EGLConfig getConfig() const { return config; } in getConfig() function in SwiftShaderTest
1563 … eglCreatePbufferFromClientBuffer(getDisplay(), EGL_IOSURFACE_ANGLE, buffer, getConfig(), attribs); in createIOSurfacePbuffer()
1821 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1841 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1858 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1875 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1893 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1910 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1928 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
1945 …er(getDisplay(), EGL_IOSURFACE_ANGLE, clientBufferWrapper.getClientBuffer(), getConfig(), attribs); in TEST_F()
[all …]
/external/robolectric-shadows/robolectric/src/test/java/org/robolectric/shadows/
DShadowBitmapRegionDecoderTest.java65 assertThat(bitmapRegionDecoder.decodeRegion(new Rect(0, 0, 1, 1), options).getConfig()) in testDecodeRegionReturnsExpectedConfig()
68 assertThat(bitmapRegionDecoder.decodeRegion(new Rect(0, 0, 1, 1), options).getConfig()) in testDecodeRegionReturnsExpectedConfig()
71 assertThat(bitmapRegionDecoder.decodeRegion(new Rect(0, 0, 1, 1), options).getConfig()) in testDecodeRegionReturnsExpectedConfig()
/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/opencensus-java/contrib/agent/src/main/java/io/opencensus/contrib/agent/
DSettings.java54 return config.getConfig(CONFIG_ROOT); in readConfig()
72 return config.getConfig(featurePath).getBoolean("enabled"); in isEnabled()
/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()
/external/catch2/include/internal/
Dcatch_console_colour.cpp108 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
163 getCurrentContext().getConfig()->stream() in setColour()
182 IConfigPtr config = getCurrentContext().getConfig(); in platformColourInstance()
Dcatch_generators_specific.hpp28 m_rand(getCurrentContext().getConfig()->rngSeed()), in RandomFloatingGenerator()
50 m_rand(getCurrentContext().getConfig()->rngSeed()), in RandomIntegerGenerator()
/external/deqp/modules/gles3/functional/
Des3fFboRenderTest.cpp143 const FboConfig& getConfig (void) const { return m_config; } in getConfig() function in deqp::gles3::Functional::Framebuffer
591 if (fbo.getConfig().colorType == GL_TEXTURE_2D) in render()
722 if (fboA.getConfig().colorType == GL_TEXTURE_2D) in render()
733 …readPixels(context, dst, 0, 0, width, height, glu::mapGLInternalFormat(fboA.getConfig().colorForma… in render()
1158 if (fbo.getConfig().colorType == GL_TEXTURE_2D) in render()
1171 switch (fbo.getConfig().colorType) in render()
1175 context.texImage2D(GL_TEXTURE_2D, 0, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1180 context.renderbufferStorage(GL_RENDERBUFFER, fbo.getConfig().colorFormat, newWidth, newHeight); in render()
1189 switch (fbo.getConfig().depthStencilType) in render()
1193 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/robolectric-shadows/robolectric/src/test/java/org/robolectric/res/
DResBundleTest.java171 when(xmlContext.getConfig()).thenReturn(new ResTable_config()); in shouldNotOverwriteValuesWithMatchingQualifiers()
199 when(mockXmlContext.getConfig()).thenReturn(qualifiers.getConfig()); in createStringTypedResource()

123