HomeSort by relevance Sort by last modified time
    Searched refs:TextureRef (Results 1 - 25 of 28) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/service/
async_pixel_transfer_manager.h 21 struct hash<gpu::gles2::TextureRef*> {
22 size_t operator()(gpu::gles2::TextureRef* ptr) const {
82 gles2::TextureRef* ref,
86 gles2::TextureRef* ref);
88 void ClearPixelTransferDelegateForTest(gles2::TextureRef* ref);
90 bool AsyncTransferIsInProgress(gles2::TextureRef* ref);
92 // gles2::TextureRef::DestructionObserver implementation:
95 virtual void OnTextureRefDestroying(gles2::TextureRef* texture) OVERRIDE;
103 typedef base::hash_map<gles2::TextureRef*,
111 gles2::TextureRef* ref
    [all...]
texture_manager.h 36 class TextureRef;
40 // jointly owned by possibly multiple TextureRef.
172 friend class TextureRef;
176 void AddTextureRef(TextureRef* ref);
177 void RemoveTextureRef(TextureRef* ref, bool have_context);
336 typedef std::set<TextureRef*> RefSet;
339 // The single TextureRef that accounts for memory for this texture. Must be
341 TextureRef* memory_tracking_ref_;
402 // Multiple TextureRef can point to the same texture with cross-context sharing.
404 // Note: for stream textures, the TextureRef that created the stream texture i
    [all...]
async_pixel_transfer_manager.cc 29 gles2::TextureRef* ref,
40 gles2::TextureRef* ref) {
50 gles2::TextureRef* ref) {
57 gles2::TextureRef* ref) {
70 gles2::TextureRef* texture) {
context_state.h 39 scoped_refptr<TextureRef> bound_texture_2d;
43 scoped_refptr<TextureRef> bound_texture_cube_map;
47 scoped_refptr<TextureRef> bound_texture_external_oes;
51 scoped_refptr<TextureRef> bound_texture_rectangle_arb;
53 scoped_refptr<TextureRef> GetInfoForSamplerType(
72 void Unbind(TextureRef* texture) {
async_pixel_transfer_manager_mock.h 29 AsyncPixelTransferDelegate*(gles2::TextureRef* ref,
async_pixel_transfer_manager_stub.h 30 gles2::TextureRef* ref,
framebuffer_manager.h 23 class TextureRef;
41 virtual bool IsTexture(TextureRef* texture) const = 0;
77 GLenum attachment, TextureRef* texture_ref, GLenum target,
86 GLenum target, TextureRef* texture_ref);
134 void OnTextureRefDetached(TextureRef* texture);
195 virtual void OnTextureRefDetachedFromFramebuffer(TextureRef* texture) = 0;
248 void OnTextureRefDetached(TextureRef* texture);
async_pixel_transfer_manager_egl.h 47 gles2::TextureRef* ref,
async_pixel_transfer_manager_sync.h 39 gles2::TextureRef* ref,
texture_manager.cc 131 void Texture::AddTextureRef(TextureRef* ref) {
140 void Texture::RemoveTextureRef(TextureRef* ref, bool have_context) {
827 TextureRef::TextureRef(TextureManager* manager,
840 scoped_refptr<TextureRef> TextureRef::Create(TextureManager* manager,
843 return new TextureRef(manager, client_id, new Texture(service_id));
846 TextureRef::~TextureRef() {
906 scoped_refptr<TextureRef>
    [all...]
async_pixel_transfer_manager_idle.h 53 gles2::TextureRef* ref,
async_pixel_transfer_manager_share_group.h 49 gles2::TextureRef* ref,
test_helper.h 18 class TextureRef;
101 TextureManager* manager, TextureRef* texture_ref,
async_pixel_transfer_manager_stub.cc 83 gles2::TextureRef* ref,
framebuffer_manager.cc 74 TextureRef* /* texture */) const OVERRIDE {
122 TextureRef* texture_ref, GLenum target, GLint level, GLsizei samples)
173 virtual bool IsTexture(TextureRef* texture) const OVERRIDE {
183 TextureRef* texture() const {
222 scoped_refptr<TextureRef> texture_ref_;
505 GLenum target, TextureRef* texture_ref) {
552 GLenum attachment, TextureRef* texture_ref, GLenum target,
577 void Framebuffer::OnTextureRefDetached(TextureRef* texture) {
618 void FramebufferManager::OnTextureRefDetached(TextureRef* texture) {
texture_manager_unittest.cc 79 TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) {
112 scoped_refptr<TextureRef> texture = manager_->GetTexture(kClient1Id);
138 TextureRef* texture_ref = manager_->GetTexture(kClient1Id);
176 TextureRef* texture_ref = manager.GetTexture(kClient1Id);
196 TextureRef* texture = manager.GetTexture(kClient1Id);
392 TextureRef* texture_ref, GLenum pname, GLint value, GLenum error) {
404 scoped_refptr<TextureRef> texture_ref_;
803 TextureRef* texture_ref = manager.GetTexture(kClient1Id);
    [all...]
async_pixel_transfer_manager_sync.cc 133 gles2::TextureRef* ref,
framebuffer_manager_unittest.cc 432 scoped_refptr<TextureRef> texture1(
504 scoped_refptr<TextureRef> texture2(
631 scoped_refptr<TextureRef> texture1(
635 scoped_refptr<TextureRef> texture2(
674 scoped_refptr<TextureRef> texture2(
720 scoped_refptr<TextureRef> texture2(
    [all...]
gles2_cmd_decoder.cc 653 TextureRef* texture) OVERRIDE;
749 TextureRef* CreateTexture(
755 TextureRef* GetTexture(GLuint client_id) const {
877 TextureRef* texture_ref,
    [all...]
async_pixel_transfer_manager_idle.cc 331 gles2::TextureRef* ref,
gles2_cmd_decoder_unittest.cc     [all...]
async_pixel_transfer_manager_share_group.cc 573 gles2::TextureRef* ref,
  /external/chromium_org/content/common/gpu/
texture_image_transport_surface.h 83 scoped_refptr<gpu::gles2::TextureRef> backbuffer_;
84 scoped_refptr<gpu::gles2::TextureRef> frontbuffer_;
texture_image_transport_surface.cc 26 using gpu::gles2::TextureRef;
403 backbuffer_ = TextureRef::Create(texture_manager, 0, service_id);
  /external/chromium_org/content/common/gpu/media/
gpu_video_decode_accelerator.cc 239 gpu::gles2::TextureRef* texture_ref = texture_manager->GetTexture(

Completed in 479 milliseconds

1 2