/external/deqp/modules/egl/ |
D | teglNegativeApiTests.cpp | 295 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init() 303 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init() 311 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init() 322 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENG… in init() 330 …if (getConfig(&vgOnlyConfig, FilterList() << renderable<EGL_OPENVG_BIT> << notRenderable<EGL_OPENG… in init() 341 …if (getConfig(&glOnlyConfig, FilterList() << renderable<EGL_OPENGL_BIT> << notRenderable<EGL_OPENV… in init() 349 …if (getConfig(&es1OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES_BIT> << notRenderable<EGL_O… in init() 357 …if (getConfig(&es2OnlyConfig, FilterList() << renderable<EGL_OPENGL_ES2_BIT> << notRenderable<EGL_… in init() 372 if (getConfig(¬ES1Config, FilterList() << notRenderable<EGL_OPENGL_ES_BIT>)) in init() 387 if (getConfig(¬ES2Config, FilterList() << notRenderable<EGL_OPENGL_ES2_BIT>)) in init() [all …]
|
D | teglApiCase.hpp | 67 bool getConfig (eglw::EGLConfig* cfg, const eglu::FilterList& filters);
|
D | teglImageTests.cpp | 253 EGLConfig getConfig (void) const { return m_config; } in getConfig() function in deqp::egl::Image::Context 355 …log << TestLog::Message << "Using EGL config " << eglu::getConfigID(egl, dpy, context.getConfig())… in iterate() 413 …getConfigID(m_eglTestCtx.getLibrary(), context.getEglDisplay(), context.getConfig()) << TestLog::E… in iterate()
|
D | teglApiCase.cpp | 159 bool ApiCase::getConfig (EGLConfig* config, const eglu::FilterList& filters) in getConfig() function in deqp::egl::ApiCase
|
D | teglImageFormatTests.cpp | 869 EGLConfig getConfig (void); 885 EGLConfig ImageFormatCase::getConfig (void) in getConfig() function in deqp::egl::Image::ImageFormatCase 967 m_config = getConfig(); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fFboRenderTest.cpp | 325 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/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/ |
D | TransformationUtils.java | 62 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()
|
D | CenterCrop.java | 28 final Bitmap toReuse = pool.get(outWidth, outHeight, toTransform.getConfig() != null in transform() 29 ? toTransform.getConfig() : Bitmap.Config.ARGB_8888); in transform()
|
D | Downsampler.java | 193 Bitmap.Config config = getConfig(is, decodeFormat); in downsampleWithSize() 233 private static Bitmap.Config getConfig(InputStream is, DecodeFormat format) { in getConfig() method in Downsampler
|
/external/markdown/markdown/extensions/ |
D | rss.py | 70 for tag, text in (("title", self.ext.getConfig("TITLE")), 71 ("link", self.ext.getConfig("URL")), 84 link.text = self.ext.getConfig("URL")
|
D | footnotes.py | 85 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/glide/library/src/main/java/com/bumptech/glide/load/engine/prefill/ |
D | BitmapPreFillRunner.java | 93 toAllocate.getConfig()); in allocate() 105 + toAllocate.getConfig() + " size: " + Util.getBitmapByteSize(bitmap)); in allocate() 125 toAllocate.getConfig()); in addToBitmapPool()
|
D | PreFillType.java | 57 Bitmap.Config getConfig() { in getConfig() method in PreFillType 146 Bitmap.Config getConfig() { in getConfig() method in PreFillType.Builder
|
D | BitmapPreFiller.java | 42 if (builder.getConfig() == null) { in preFill() 77 return Util.getBitmapByteSize(size.getWidth(), size.getHeight(), size.getConfig()); in getSizeInBytes()
|
/external/jetty/src/java/org/eclipse/jetty/security/ |
D | HashLoginService.java | 77 public String getConfig() in getConfig() method in HashLoginService 83 public void getConfig(String config) in getConfig() method in HashLoginService
|
D | SpnegoLoginService.java | 79 public String getConfig() in getConfig() method in SpnegoLoginService
|
D | JDBCLoginService.java | 169 public String getConfig() in getConfig() method in JDBCLoginService
|
D | PropertyUserStore.java | 77 public String getConfig() in getConfig() method in PropertyUserStore
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboRenderTest.cpp | 143 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/ |
D | AttributeStrategy.java | 15 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/src/test/java/com/xtremelabs/robolectric/shadows/ |
D | BitmapTest.java | 41 assertEquals(bitmap.getConfig(), Config.ARGB_8888); in shouldCreateBitmapWithCorrectConfig() 137 assertEquals(shadowOf(bitmapCopy).getConfig(), Config.ARGB_8888); in shouldCopyBitmap()
|
/external/clang/lib/CodeGen/ |
D | CGCUDARuntime.cpp | 34 CGF.EmitBranchOnBoolExpr(E->getConfig(), ContBlock, ConfigOKBlock, in EmitCUDAKernelCallExpr()
|
/external/jmonkeyengine/engine/src/android/com/jme3/asset/ |
D | AndroidImageInfo.java | 67 switch (bitmap.getConfig()) { in loadBitmap()
|
/external/robolectric/src/main/java/com/xtremelabs/robolectric/shadows/ |
D | ShadowBitmap.java | 89 public final Bitmap.Config getConfig() { in getConfig() method in ShadowBitmap
|
/external/markdown/markdown/ |
D | __init__.py | 476 def getConfig(self, key): member in Extension
|