OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:StreamTexture
(Results
1 - 2
of
2
) sorted by null
/external/chromium_org/content/common/gpu/
stream_texture_android.cc
26
bool
StreamTexture
::Create(
41
new
StreamTexture
(owner_stub, stream_id, texture->service_id()));
63
StreamTexture
::
StreamTexture
(GpuCommandBufferStub* owner_stub,
78
&
StreamTexture
::OnFrameAvailable, weak_factory_.GetWeakPtr()));
81
StreamTexture
::~
StreamTexture
() {
88
void
StreamTexture
::OnWillDestroyStub() {
98
void
StreamTexture
::Destroy(bool have_context) {
102
void
StreamTexture
::WillUseTexImage()
[
all
...]
stream_texture_android.h
21
class
StreamTexture
: public gfx::GLImage,
30
StreamTexture
(GpuCommandBufferStub* owner_stub,
33
virtual ~
StreamTexture
();
83
base::WeakPtrFactory<
StreamTexture
> weak_factory_;
84
DISALLOW_COPY_AND_ASSIGN(
StreamTexture
);
Completed in 114 milliseconds