OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:TextureMapperLayerClient
(Results
1 - 5
of
5
) sorted by null
/external/webkit/Source/WebCore/platform/graphics/texmap/
TextureMapperPlatformLayer.h
33
class
TextureMapperLayerClient
{
35
virtual ~
TextureMapperLayerClient
() {}
63
virtual void setPlatformLayerClient(
TextureMapperLayerClient
*) = 0;
TextureMapperNode.h
117
virtual void setPlatformLayerClient(
TextureMapperLayerClient
*);
201
TextureMapperLayerClient
* m_platformClient;
TextureMapperNode.cpp
170
void TextureMapperNode::setPlatformLayerClient(
TextureMapperLayerClient
* client)
/external/webkit/Source/WebCore/platform/graphics/qt/
MediaPlayerPrivateQt.cpp
617
virtual void setPlatformLayerClient(
TextureMapperLayerClient
* client)
639
TextureMapperLayerClient
* m_client;
/external/webkit/Source/WebKit/qt/WebCoreSupport/
PageClientQt.cpp
40
class PlatformLayerProxyQt : public QObject, public virtual
TextureMapperLayerClient
{
Completed in 2619 milliseconds