OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:IsTextureSupported
(Results
1 - 11
of
11
) sorted by null
/external/webrtc/webrtc/
video_renderer.h
26
virtual bool
IsTextureSupported
() const = 0;
/external/webrtc/webrtc/test/mac/
video_renderer_mac.h
31
bool
IsTextureSupported
() const override { return false; }
/external/webrtc/webrtc/test/
video_renderer.cc
22
bool
IsTextureSupported
() const override { return false; }
/external/webrtc/webrtc/test/linux/
glx_renderer.h
30
bool
IsTextureSupported
() const override { return false; }
/external/webrtc/webrtc/test/win/
d3d_renderer.h
31
bool
IsTextureSupported
() const override { return false; }
/external/webrtc/webrtc/call/
call_perf_tests.cc
181
bool
IsTextureSupported
() const override { return false; }
453
bool
IsTextureSupported
() const override { return false; }
/external/webrtc/webrtc/video/
replay.cc
185
bool
IsTextureSupported
() const override { return false; }
end_to_end_tests.cc
131
bool
IsTextureSupported
() const override { return false; }
198
bool
IsTextureSupported
() const override { return false; }
278
bool
IsTextureSupported
() const override { return false; }
331
bool
IsTextureSupported
() const override { return false; }
524
bool
IsTextureSupported
() const override { return false; }
834
bool
IsTextureSupported
() const override { return false; }
[
all
...]
video_quality_test.cc
217
bool
IsTextureSupported
() const override { return false; }
[
all
...]
/external/webrtc/talk/media/webrtc/
webrtcvideoengine2.h
413
bool
IsTextureSupported
() const override;
webrtcvideoengine2.cc
[
all
...]
Completed in 626 milliseconds