OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:impls
(Results
1 - 25
of
33
) sorted by null
1
2
/external/chromium_org/content/renderer/
sad_plugin.h
19
// is used by both the NPAPI and the PPAPI out-of-process plugin
impls
.
/external/chromium_org/ui/gl/
gl_implementation_ozone.cc
30
void GetAllowedGLImplementations(std::vector<GLImplementation>*
impls
) {
31
impls
->push_back(kGLImplementationEGLGLES2);
32
impls
->push_back(kGLImplementationOSMesaGL);
gl_implementation_mac.cc
23
void GetAllowedGLImplementations(std::vector<GLImplementation>*
impls
) {
24
impls
->push_back(kGLImplementationDesktopGL);
25
impls
->push_back(kGLImplementationAppleGL);
26
impls
->push_back(kGLImplementationOSMesaGL);
gl_implementation_x11.cc
35
void GetAllowedGLImplementations(std::vector<GLImplementation>*
impls
) {
36
impls
->push_back(kGLImplementationDesktopGL);
37
impls
->push_back(kGLImplementationEGLGLES2);
38
impls
->push_back(kGLImplementationOSMesaGL);
gl_implementation_android.cc
46
void GetAllowedGLImplementations(std::vector<GLImplementation>*
impls
) {
47
impls
->push_back(kGLImplementationEGLGLES2);
gl_implementation_win.cc
103
void GetAllowedGLImplementations(std::vector<GLImplementation>*
impls
) {
104
impls
->push_back(kGLImplementationEGLGLES2);
105
impls
->push_back(kGLImplementationDesktopGL);
106
impls
->push_back(kGLImplementationOSMesaGL);
gl_implementation.h
36
void GetAllowedGLImplementations(std::vector<GLImplementation>*
impls
);
/external/chromium_org/content/common/media/
video_capture_messages.h
24
// should shift to IPC_MESSAGE_ROUTED and use MessageRouter in the filter
impls
.
/external/chromium/third_party/libjingle/source/talk/p2p/base/
transport.cc
205
std::vector<TransportChannelImpl*>
impls
;
local
211
impls
.push_back(iter->second);
216
for (size_t i = 0; i <
impls
.size(); ++i)
217
DestroyTransportChannel(
impls
[i]);
/external/chromium_org/third_party/skia/include/ports/
SkFontConfigInterface.h
101
// New APIS, which have default
impls
for now (which do nothing)
/external/skia/include/ports/
SkFontConfigInterface.h
101
// New APIS, which have default
impls
for now (which do nothing)
/frameworks/base/core/tests/coretests/src/android/widget/focus/
VerticalFocusSearchTest.java
46
// helps test old and new
impls
when figuring out why something that used
/external/chromium_org/content/renderer/pepper/
renderer_ppapi_host_impl.h
41
// Factory functions to create in process or out-of-process host
impls
. The
/external/chromium_org/third_party/libjingle/source/talk/p2p/base/
transport.cc
304
std::vector<TransportChannelImpl*>
impls
;
local
312
impls
.push_back(iter->second.get());
318
for (size_t i = 0; i <
impls
.size(); ++i)
319
DestroyTransportChannel(
impls
[i]);
session.h
136
// Start the connection process for any channels, creating
impls
if needed.
138
// Hook up
impls
to the proxy channels. Doesn't change connect state.
/external/chromium_org/third_party/libjingle/source/talk/media/base/
hybridvideoengine.h
129
// The HybridVideoEngine class combines two unrelated VideoEngine
impls
/external/llvm/include/llvm/Support/
Format.h
66
// Other
impls
yield number of bytes needed, not including the final '\0'.
/external/llvm/lib/Target/PowerPC/
PPCHazardRecognizers.cpp
1
//===-- PPCHazardRecognizers.cpp - PowerPC Hazard Recognizer
Impls
--------===//
/external/openfst/src/include/fst/script/
fst-class.h
42
// in all
impls
, and passed through by all bases Below FstClassBase
/external/chromium_org/content/browser/renderer_host/
compositing_iosurface_transformer_mac_unittest.cc
305
CGLFlushDrawable(context_); // Account for some buggy driver
impls
.
347
CGLFlushDrawable(context_); // Account for some buggy driver
impls
.
/external/chromium_org/third_party/mesa/src/src/egl/drivers/glx/
egl_glx.c
439
/* some GLX
impls
do not like single-buffered window surface */
453
/* some
impls
set them to -1 (GLX_DONT_CARE) */
[
all
...]
/external/mesa3d/src/egl/drivers/glx/
egl_glx.c
439
/* some GLX
impls
do not like single-buffered window surface */
453
/* some
impls
set them to -1 (GLX_DONT_CARE) */
[
all
...]
/external/chromium_org/content/common/gpu/media/
android_video_encode_accelerator.cc
334
// grow a DismissBitstreamBuffer() call, and VEA::Client
impls
will have to be
/external/chromium/chrome/browser/
cookies_tree_model.cc
531
// TODO(michaeln): when all of the ui
impls
have been updated,
/external/chromium/chrome/browser/sync/glue/
sync_backend_host.h
625
//
impls
that are themselves thread-safe, such as UIModelWorker.
Completed in 624 milliseconds
1
2