Searched defs:BufferData (Results 1 - 23 of 23) sorted by relevance

/external/chromium_org/ui/ozone/platform/dri/
H A Dbuffer_data.cc20 BufferData::BufferData(DriWrapper* dri, gbm_bo* buffer) function in class:ui::BufferData
26 // then there's no point in having BufferData associated with it.
38 BufferData::~BufferData() {
44 BufferData* BufferData::CreateData(DriWrapper* dri,
46 BufferData* data = new BufferData(dri, buffer);
55 gbm_bo_set_user_data(buffer, data, BufferData
[all...]
H A Dbuffer_data.h18 class BufferData { class in namespace:ui
20 // When we create the BufferData we need to register the buffer. Once
23 // creation we will also associate the BufferData with the buffer.
24 static BufferData* CreateData(DriWrapper* dri, gbm_bo* buffer);
26 // Callback used by GBM to destroy the BufferData associated with a buffer.
29 // Returns the BufferData associated with |buffer|. NULL if no data is
31 static BufferData* GetData(gbm_bo* buffer);
37 BufferData(DriWrapper* dri, gbm_bo* buffer);
38 ~BufferData();
48 DISALLOW_COPY_AND_ASSIGN(BufferData);
[all...]
/external/chromium_org/chrome/common/
H A Dpartial_circular_buffer.h18 // circular. The very first part is the header (see the BufferData struct
47 struct BufferData { struct in class:PartialCircularBuffer
58 BufferData* buffer_data_;
/external/chromium_org/content/renderer/media/
H A Drtc_video_decoder.h91 struct BufferData { struct in class:content::RTCVideoDecoder
92 BufferData(int32 bitstream_buffer_id,
97 BufferData();
98 ~BufferData();
128 const BufferData& buffer_data);
133 const BufferData& buffer_data);
177 void RecordBufferData(const BufferData& buffer_data);
214 std::list<BufferData> input_buffer_data_;
255 std::deque<std::pair<webrtc::EncodedImage, BufferData> > pending_buffers_;
259 std::deque<std::pair<SHMBuffer*, BufferData> > decode_buffers
[all...]
H A Drtc_video_decoder.cc62 RTCVideoDecoder::BufferData::BufferData(int32 bitstream_buffer_id, function in class:content::RTCVideoDecoder::BufferData
73 RTCVideoDecoder::BufferData::BufferData() {} function in class:content::RTCVideoDecoder::BufferData
75 RTCVideoDecoder::BufferData::~BufferData() {}
104 for (std::deque<std::pair<webrtc::EncodedImage, BufferData> >::iterator it =
228 BufferData buffer_data(next_bitstream_buffer_id_,
517 BufferData buffer_data;
568 const BufferData
[all...]
/external/chromium_org/media/filters/
H A Dgpu_video_decoder.cc55 GpuVideoDecoder::BufferData::BufferData( function in class:media::GpuVideoDecoder::BufferData
61 GpuVideoDecoder::BufferData::~BufferData() {}
287 input_buffer_data_.push_front(BufferData(bitstream_buffer.id(),
304 for (std::list<BufferData>::const_iterator it =
H A Dgpu_video_decoder.h170 struct BufferData { struct in class:media::GpuVideoDecoder
171 BufferData(int32 bbid, base::TimeDelta ts, const gfx::Rect& visible_rect,
173 ~BufferData();
179 std::list<BufferData> input_buffer_data_;
/external/chromium_org/mojo/apps/js/bindings/gl/
H A Dcontext.cc43 void Context::BufferData(GLenum target, const gin::ArrayBufferView& buffer, function in class:mojo::js::gl::Context
128 .SetMethod("bufferData", BufferData)
/external/chromium_org/third_party/WebKit/Source/core/fetch/
H A DResourceLoaderOptions.h45 BufferData, enumerator in enum:WebCore::DataBufferingPolicy
95 , dataBufferingPolicy(BufferData)
/external/chromium_org/cc/test/
H A Dtest_gles2_interface.cc319 void TestGLES2Interface::BufferData(GLenum target, function in class:cc::TestGLES2Interface
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Ddd.h549 GLboolean (*BufferData)( struct gl_context *ctx, GLenum target, GLsizeiptrARB size, member in struct:dd_function_table
/external/mesa3d/src/mesa/main/
H A Ddd.h549 GLboolean (*BufferData)( struct gl_context *ctx, GLenum target, GLsizeiptrARB size, member in struct:dd_function_table
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_interface_stub_impl_autogen.h52 void GLES2InterfaceStub::BufferData(GLenum /* target */, function in class:GLES2InterfaceStub
H A Dgles2_cmd_helper_autogen.h107 void BufferData(GLenum target, function
112 gles2::cmds::BufferData* c = GetCmdSpace<gles2::cmds::BufferData>();
H A Dgles2_implementation.cc1419 // If there is no data just send BufferData
1421 helper_->BufferData(target, size, 0, 0, usage);
1433 helper_->BufferData(
1442 // Make the buffer with BufferData then send via BufferSubData
1443 helper_->BufferData(target, size, 0, 0, usage);
1448 void GLES2Implementation::BufferData( function in class:gpu::gles2::GLES2Implementation
H A Dgles2_trace_implementation_impl_autogen.h86 void GLES2TraceImplementation::BufferData(GLenum target, function in class:GLES2TraceImplementation
90 TRACE_EVENT_BINARY_EFFICIENT0("gpu", "GLES2Trace::BufferData");
91 gl_->BufferData(target, size, data, usage);
/external/chromium_org/mojo/examples/pepper_container_app/
H A Dppb_opengles2_thunk.cc125 void BufferData(PP_Resource context_id, function in namespace:mojo::examples::__anon8194
1385 &BufferData, &BufferSubData,
/external/chromium_org/ppapi/c/
H A Dppb_opengles2.h75 void (*BufferData)(PP_Resource context, member in struct:PPB_OpenGLES2
/external/chromium_org/ppapi/shared_impl/
H A Dppb_opengles2_shared.cc131 void BufferData(PP_Resource context_id, function in namespace:ppapi::__anon9546
138 ToGles2Impl(&enter)->BufferData(target, size, data, usage);
1585 &BufferData, &BufferSubData,
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp1239 class BufferData : public Operation class in namespace:deqp::egl::GLES2ThreadTest
1242 BufferData (SharedPtr<Buffer> buffer, GLenum target, GLsizeiptr size, GLenum usage, bool useSync, bool serverSync);
1252 BufferData::BufferData (SharedPtr<Buffer> buffer, GLenum target, GLsizeiptr size, GLenum usage, bool useSync, bool serverSync) function in class:deqp::egl::GLES2ThreadTest::BufferData
1253 : Operation ("BufferData", useSync, serverSync)
1264 void BufferData::exec (tcu::ThreadUtil::Thread& thread)
2618 m_threads[threadNdx]->addOperation(new GLES2ThreadTest::BufferData(buffer, GL_ARRAY_BUFFER, 1024, GL_DYNAMIC_DRAW, m_config.useFenceSync, m_config.serverSync));
3159 m_threads[0]->addOperation(new GLES2ThreadTest::BufferData(buffer, GL_ARRAY_BUFFER, 1024, GL_DYNAMIC_DRAW, m_config.useFenceSync, m_config.serverSync));
3161 m_threads[1]->addOperation(new GLES2ThreadTest::BufferData(buffer, GL_ARRAY_BUFFER, 1024, GL_DYNAMIC_DRAW, m_config.useFenceSync, m_config.serverSync));
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h475 struct BufferData { struct
476 typedef BufferData ValueType;
519 COMPILE_ASSERT(sizeof(BufferData) == 24, Sizeof_BufferData_is_not_24);
520 COMPILE_ASSERT(offsetof(BufferData, header) == 0,
522 COMPILE_ASSERT(offsetof(BufferData, target) == 4,
524 COMPILE_ASSERT(offsetof(BufferData, size) == 8, OffsetOf_BufferData_size_not_8);
525 COMPILE_ASSERT(offsetof(BufferData, data_shm_id) == 12,
527 COMPILE_ASSERT(offsetof(BufferData, data_shm_offset) == 16,
529 COMPILE_ASSERT(offsetof(BufferData, usage) == 20,
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/glapi/
H A Dglapitemp.h3958 KEYWORD1 void KEYWORD2 NAME(BufferData)(GLenum target, GLsizeiptr size, const GLvoid * data, GLenum usage) function
9403 TABLE_ENTRY(BufferData),
/external/chromium_org/third_party/mesa/src/chromium_gensrc/mesa/
H A Dglapi_mapi_tmp.h665 GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage);
5824 GLAPI void APIENTRY GLAPI_PREFIX(BufferData)(GLenum target, GLsizeiptr size, const GLvoid *data, GLenum usage) function
12298 ".globl "GLAPI_PREFIX_STR(BufferData)"\n"
12299 ".set "GLAPI_PREFIX_STR(BufferData)", "GLAPI_PREFIX_STR(BufferDataARB)"\n"

Completed in 3413 milliseconds