Home
last modified time | relevance | path

Searched defs:getBasePtr (Results 1 – 25 of 61) sorted by relevance

123

/dports/games/scummvm/scummvm-2.5.1/engines/ultima/shared/gfx/
H A Dsprites.h86 byte *getBasePtr(int16 x, int16 y) { return (byte *)_surface.getBasePtr(x, y); } in getBasePtr() function
91 const byte *getBasePtr(int16 x, int16 y) const { return (const byte *)_surface.getBasePtr(x, y); } in getBasePtr() function
/dports/games/libretro-scummvm/scummvm-7b1e929/graphics/
H A Dsurface.libretro.h113 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
124 inline void *getBasePtr(int x, int y) { in getBasePtr() function
H A Dsurface.h119 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
130 inline void *getBasePtr(int x, int y) { in getBasePtr() function
H A Dmanaged_surface.h146 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
157 inline void *getBasePtr(int x, int y) { in getBasePtr() function
/dports/games/residualvm/residualvm-0.3.1/graphics/
H A Dsurface.h119 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
130 inline void *getBasePtr(int x, int y) { in getBasePtr() function
H A Dmanaged_surface.h146 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
157 inline void *getBasePtr(int x, int y) { in getBasePtr() function
/dports/games/scummvm/scummvm-2.5.1/graphics/
H A Dsurface.h125 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
137 inline void *getBasePtr(int x, int y) { in getBasePtr() function
H A Dmanaged_surface.h221 inline const void *getBasePtr(int x, int y) const { in getBasePtr() function
233 inline void *getBasePtr(int x, int y) { in getBasePtr() function
/dports/games/libretro-scummvm/scummvm-7b1e929/engines/mads/
H A Dmsurface.h109 byte *getBasePtr(int x, int y) { return (byte *)Graphics::ManagedSurface::getBasePtr(x, y); } in getBasePtr() function
114 …inline const byte *getBasePtr(int x, int y) const { return (const byte *)Graphics::ManagedSurface:… in getBasePtr() function
/dports/games/scummvm/scummvm-2.5.1/engines/mads/
H A Dmsurface.h109 byte *getBasePtr(int x, int y) { return (byte *)Graphics::ManagedSurface::getBasePtr(x, y); } in getBasePtr() function
114 …inline const byte *getBasePtr(int x, int y) const { return (const byte *)Graphics::ManagedSurface:… in getBasePtr() function
/dports/games/scummvm/scummvm-2.5.1/devtools/create_ultima/
H A Dfile.h160 byte *getBasePtr(int x, int y) { in getBasePtr() function
/dports/games/libretro-scummvm/scummvm-7b1e929/devtools/create_glk/
H A Dcreate_glk.cpp182 byte *getBasePtr(int x, int y) { in getBasePtr() function
/dports/games/scummvm/scummvm-2.5.1/devtools/create_glk/
H A Dcreate_glk.cpp176 byte *getBasePtr(int x, int y) { in getBasePtr() function
/dports/databases/mongodb36/mongodb-src-r3.6.23/src/mongo/bson/
H A Dbson_validate.cpp150 const char* getBasePtr() const { in getBasePtr() function in mongo::__anona801caa50111::Buffer
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/glshared/
H A DglsFragOpInteractionCase.cpp111 void* getBasePtr (void) { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr() function in deqp::gls::__anon8549087e0211::VertexDataStorage
112 const void* getBasePtr (void) const { return m_data.empty() ? DE_NULL : &m_data[0]; } in getBasePtr() function in deqp::gls::__anon8549087e0211::VertexDataStorage
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/llvm/llvm/include/llvm/IR/
H A DStatepoint.h282 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/llvm12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DStatepoint.h282 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/wasi-compiler-rt12/llvm-project-12.0.1.src/llvm/include/llvm/IR/
H A DStatepoint.h282 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/llvm-cheri/llvm-project-37c49ff00e3eadce5d8703fdc4497f28458c64a8/llvm/include/llvm/IR/
H A DStatepoint.h320 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/llvm11/llvm-11.0.1.src/include/llvm/IR/
H A DStatepoint.h320 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/llvm10/llvm-10.0.1.src/include/llvm/IR/
H A DStatepoint.h383 Value *getBasePtr() const { in getBasePtr() function
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/swiftshader/third_party/llvm-10.0/llvm/include/llvm/IR/
H A DStatepoint.h383 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/tinygo/tinygo-0.14.1/llvm-project/llvm/include/llvm/IR/
H A DStatepoint.h383 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/llvm90/llvm-9.0.1.src/include/llvm/IR/
H A DStatepoint.h383 Value *getBasePtr() const { in getBasePtr() function
/dports/devel/llvm80/llvm-8.0.1.src/include/llvm/IR/
H A DStatepoint.h397 Value *getBasePtr() const { in getBasePtr() function

123