OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:MediaTexture
(Results
1 - 2
of
2
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/android/layers/
MediaTexture.cpp
17
#define LOG_TAG "
MediaTexture
"
21
#include "
MediaTexture
.h"
45
MediaTexture
::
MediaTexture
(jobject webViewRef, jobject webViewCoreRef) : android::LightRefBase<
MediaTexture
>()
56
MediaTexture
::~
MediaTexture
()
69
bool
MediaTexture
::isContentInverted()
74
void
MediaTexture
::invertContents(bool invertContent)
80
void
MediaTexture
::initNativeWindowIfNeeded(
[
all
...]
MediaTexture.h
40
class
MediaTexture
: public android::LightRefBase<
MediaTexture
> {
43
MediaTexture
(jobject webViewRef, jobject webViewCoreRef);
44
~
MediaTexture
();
Completed in 443 milliseconds