Searched refs:NativeImageBufferEGL (Results 1 - 1 of 1) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dtexture_definition.cc99 class NativeImageBufferEGL : public NativeImageBuffer { class in namespace:gpu::gles2::__anon8856
101 static scoped_refptr<NativeImageBufferEGL> Create(GLuint texture_id);
104 explicit NativeImageBufferEGL(EGLDisplay display, EGLImageKHR image);
105 virtual ~NativeImageBufferEGL();
111 DISALLOW_COPY_AND_ASSIGN(NativeImageBufferEGL);
114 scoped_refptr<NativeImageBufferEGL> NativeImageBufferEGL::Create(
139 return new NativeImageBufferEGL(egl_display, egl_image);
142 NativeImageBufferEGL::NativeImageBufferEGL(EGLDispla function in class:gpu::gles2::__anon8856::NativeImageBufferEGL
[all...]

Completed in 151 milliseconds