StreamTexture     587 content/common/gpu/gpu_command_buffer_stub.cc   *stream_id = StreamTexture::Create(this, texture_id);
StreamTexture      26 content/common/gpu/stream_texture_android.cc int32 StreamTexture::Create(
StreamTexture      43 content/common/gpu/stream_texture_android.cc         new StreamTexture(owner_stub, route_id, texture->service_id()));
StreamTexture      65 content/common/gpu/stream_texture_android.cc StreamTexture::StreamTexture(GpuCommandBufferStub* owner_stub,
StreamTexture      80 content/common/gpu/stream_texture_android.cc       &StreamTexture::OnFrameAvailable, weak_factory_.GetWeakPtr()));
StreamTexture      83 content/common/gpu/stream_texture_android.cc StreamTexture::~StreamTexture() {
StreamTexture      90 content/common/gpu/stream_texture_android.cc void StreamTexture::OnWillDestroyStub() {
StreamTexture     100 content/common/gpu/stream_texture_android.cc void StreamTexture::Destroy() {
StreamTexture     104 content/common/gpu/stream_texture_android.cc void StreamTexture::WillUseTexImage() {
StreamTexture     158 content/common/gpu/stream_texture_android.cc void StreamTexture::OnFrameAvailable() {
StreamTexture     166 content/common/gpu/stream_texture_android.cc gfx::Size StreamTexture::GetSize() {
StreamTexture     170 content/common/gpu/stream_texture_android.cc bool StreamTexture::OnMessageReceived(const IPC::Message& message) {
StreamTexture     172 content/common/gpu/stream_texture_android.cc   IPC_BEGIN_MESSAGE_MAP(StreamTexture, message)
StreamTexture     183 content/common/gpu/stream_texture_android.cc void StreamTexture::OnStartListening() {
StreamTexture     188 content/common/gpu/stream_texture_android.cc void StreamTexture::OnEstablishPeer(int32 primary_id, int32 secondary_id) {
StreamTexture     198 content/common/gpu/stream_texture_android.cc bool StreamTexture::BindTexImage(unsigned target) {
StreamTexture     203 content/common/gpu/stream_texture_android.cc void StreamTexture::ReleaseTexImage(unsigned target) {
StreamTexture      21 content/common/gpu/stream_texture_android.h class StreamTexture : public gfx::GLImage,
StreamTexture      29 content/common/gpu/stream_texture_android.h   StreamTexture(GpuCommandBufferStub* owner_stub,
StreamTexture      32 content/common/gpu/stream_texture_android.h   virtual ~StreamTexture();
StreamTexture      76 content/common/gpu/stream_texture_android.h   base::WeakPtrFactory<StreamTexture> weak_factory_;
StreamTexture      77 content/common/gpu/stream_texture_android.h   DISALLOW_COPY_AND_ASSIGN(StreamTexture);