HomeSort by relevance Sort by last modified time
    Searched full:getconfig (Results 1 - 25 of 333) sorted by null

1 2 3 4 5 6 7 8 91011>>

  /external/glide/library/src/main/java/com/bumptech/glide/load/
DecodeFormat.java 7 * Options for setting the value of {@link Bitmap#getConfig()} for {@link Bitmap}s returned by a {@link BitmapDecoder}.
18 * {@link Bitmap#getConfig()}.
24 * return {@link Bitmap.Config#ARGB_8888} for {@link Bitmap#getConfig()}. Bitmaps decoded from formats that don't
25 * support or use alpha should return {@link Bitmap.Config#RGB_565} for {@link Bitmap#getConfig()}.
  /external/chromium_org/ppapi/thunk/
ppb_image_capture_private_thunk.cc 59 int32_t GetConfig(PP_Resource image_capture,
62 VLOG(4) << "PPB_ImageCapture_Private::GetConfig()";
66 return enter.SetResult(enter.object()->GetConfig(config, enter.callback()));
102 &GetConfig,
  /external/chromium_org/third_party/libjingle/source/talk/media/webrtc/
webrtcvideoengine2_unittest.cc 77 webrtc::VideoSendStream::Config FakeVideoSendStream::GetConfig() {
133 webrtc::VideoReceiveStream::Config FakeVideoReceiveStream::GetConfig() {
685 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size());
686 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id);
687 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name);
693 ->GetConfig()
701 EXPECT_TRUE(send_stream->GetConfig().rtp.extensions.empty());
707 ASSERT_EQ(1u, send_stream->GetConfig().rtp.extensions.size());
708 EXPECT_EQ(id, send_stream->GetConfig().rtp.extensions[0].id);
709 EXPECT_EQ(webrtc_ext, send_stream->GetConfig().rtp.extensions[0].name)
    [all...]
  /external/chromium_org/gpu/command_buffer/service/
gl_surface_mock.h 32 MOCK_METHOD0(GetConfig, void*());
  /external/chromium_org/third_party/angle/samples/angle/sample_util/
SampleApplication.h 39 EGLConfig getConfig() const;
SampleApplication.cpp 61 EGLConfig SampleApplication::getConfig() const
63 return mEGLWindow->getConfig();
  /packages/apps/QuickSearchBox/src/com/android/quicksearchbox/
QsbApplication.java 155 public synchronized Config getConfig() {
175 return new SearchSettingsImpl(getContext(), getConfig());
220 int priority = getConfig().getQueryThreadPriority();
241 return new SuggestionsProviderImpl(getConfig(),
277 getIconLoaderExecutor(), getConfig());
308 return new EventLogLogger(getContext(), getConfig());
343 getConfig().getUserAgent());
362 return new Help(getContext(), getConfig());
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglDisplay.h 47 EglConfig* getConfig(EGLConfig conf);
48 EglConfig* getConfig(EGLint id );
EglSurface.h 43 EglConfig* getConfig(){return m_config;};
  /external/deqp/modules/gles2/functional/
es2fFboRenderTest.cpp 325 const FboConfig& getConfig (void) const { return m_config; }
359 const FboConfig& getConfig (void) const { return m_config; }
544 const FboConfig& getConfig (void) const { return m_config; }
668 Framebuffer fbo(context, getConfig(), width, height);
697 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D)
773 Framebuffer fbo(ctx, getConfig(), width, height);
795 if (fbo.getConfig().colorbufferType == GL_TEXTURE_2D)
875 Framebuffer fboA(context, getConfig(), m_fboAWidth, m_fboAHeight);
885 Framebuffer fboB(context, getConfig(), m_fboBWidth, m_fboBHeight);
957 Framebuffer fbo(context, getConfig(), width, height)
    [all...]
  /external/deqp/modules/egl/
teglNegativeApiTests.cpp 264 if (getConfig(&es1OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
272 if (getConfig(&es2OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES2_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
280 if (getConfig(&vgOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENVG_BIT) << (ConfigRenderableType() ^ EGL_OPENGL_BIT)))
291 if (getConfig(&glOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_BIT) << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
299 if (getConfig(&vgOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENVG_BIT) << (ConfigRenderableType() ^ (EGL_OPENGL_ES_BIT|EGL_OPENGL_ES2_BIT))))
310 if (getConfig(&glOnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
318 if (getConfig(&es1OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
326 if (getConfig(&es2OnlyConfig, FilterList() << (ConfigRenderableType() & EGL_OPENGL_ES2_BIT) << (ConfigRenderableType() ^ EGL_OPENVG_BIT)))
341 if (getConfig(&notES1Config, FilterList() << (ConfigRenderableType() ^ EGL_OPENGL_ES_BIT)))
356 if (getConfig(&notES2Config, FilterList() << (ConfigRenderableType() ^ EGL_OPENGL_ES2_BIT))
    [all...]
  /external/chromium_org/chrome/browser/extensions/
extension_apitest.h 129 // will be available to javascript tests using chrome.test.getConfig().
134 // chrome.test.getConfig().
139 // chrome.test.getConfig().
144 // chrome.test.getConfig().
164 // javascript using chrome.test.getConfig().
  /external/chromium_org/ui/gl/
gl_surface_egl.h 63 virtual EGLConfig GetConfig() OVERRIDE;
102 virtual EGLConfig GetConfig() OVERRIDE;
130 virtual EGLConfig GetConfig() OVERRIDE;
gl_surface_glx.h 42 virtual void* GetConfig() = 0;
66 virtual void* GetConfig() OVERRIDE;
107 virtual void* GetConfig() OVERRIDE;
  /external/markdown/markdown/extensions/
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")
  /frameworks/base/graphics/tests/graphicstests/src/android/graphics/
BitmapTest.java 55 assertTrue("getConfig", bm1.getConfig() == Bitmap.Config.ARGB_8888);
56 assertTrue("getConfig", bm2.getConfig() == Bitmap.Config.RGB_565);
57 assertTrue("getConfig", bm3.getConfig() == Bitmap.Config.ARGB_4444);
  /external/chromium_org/extensions/browser/api/test/
test_api.h 81 DECLARE_EXTENSION_FUNCTION("test.getConfig", UNKNOWN)
83 // Set the dictionary returned by chrome.test.getConfig().
  /external/glide/library/src/main/java/com/bumptech/glide/load/engine/bitmap_recycle/
AttributeStrategy.java 14 final Key key = keyPool.get(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
52 return getBitmapString(bitmap.getWidth(), bitmap.getHeight(), bitmap.getConfig());
  /cts/tests/tests/drm/src/android/drm/cts/
ConfigFactory.java 33 public static Config getConfig(String plugInName) {
  /external/chromium_org/net/dns/
dns_client.h 30 virtual const DnsConfig* GetConfig() const = 0;
  /external/chromium_org/remoting/host/setup/
daemon_controller_delegate_linux.h 20 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
daemon_controller_delegate_mac.h 21 virtual scoped_ptr<base::DictionaryValue> GetConfig() OVERRIDE;
  /external/glide/library/src/main/java/com/bumptech/glide/load/resource/bitmap/
CenterCrop.java 28 final Bitmap toReuse = pool.get(outWidth, outHeight, resource.get().getConfig());
  /hardware/intel/common/libmix/videoencoder/
VideoEncoderInterface.h 32 virtual Encode_Status getConfig(VideoParamConfigSet *videoEncConfig) = 0;
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderContext.h 32 int getConfig() const { return m_config; }

Completed in 1566 milliseconds

1 2 3 4 5 6 7 8 91011>>