Home
last modified time | relevance | path

Searched refs:BufferNULL (Results 1 – 5 of 5) sorted by relevance

/external/angle/src/libANGLE/renderer/null/
DBufferNULL.cpp21 BufferNULL::BufferNULL(const gl::BufferState &state, AllocationTrackerNULL *allocationTracker) in BufferNULL() function in rx::BufferNULL
27 BufferNULL::~BufferNULL() in ~BufferNULL()
33 angle::Result BufferNULL::setDataWithUsageFlags(const gl::Context *context, in setDataWithUsageFlags()
52 angle::Result BufferNULL::setData(const gl::Context *context, in setData()
69 angle::Result BufferNULL::setSubData(const gl::Context *context, in setSubData()
82 angle::Result BufferNULL::copySubData(const gl::Context *context, in copySubData()
88 BufferNULL *sourceNULL = GetAs<BufferNULL>(source); in copySubData()
96 angle::Result BufferNULL::map(const gl::Context *context, GLenum access, void **mapPtr) in map()
102 angle::Result BufferNULL::mapRange(const gl::Context *context, in mapRange()
112 angle::Result BufferNULL::unmap(const gl::Context *context, GLboolean *result) in unmap()
[all …]
DBufferNULL.h20 class BufferNULL : public BufferImpl
23 BufferNULL(const gl::BufferState &state, AllocationTrackerNULL *allocationTracker);
24 ~BufferNULL() override;
DBUILD.gn12 "BufferNULL.cpp",
13 "BufferNULL.h",
DFramebufferNULL.cpp97 BufferNULL *packBufferGL = GetImplAs<BufferNULL>(packBuffer); in readPixels()
DContextNULL.cpp419 return new BufferNULL(state, mAllocationTracker); in createBuffer()