• Home
  • Raw
  • Download

Lines Matching refs:Surface

74 	class Surface  class
79 friend Surface;
114 Surface(int width, int height, int depth, VkFormat format, void *pixels, int pitch, int slice);
115Surface(Resource *texture, int width, int height, int depth, int border, int samples, VkFormat for…
118 …static Surface *create(int width, int height, int depth, VkFormat format, void *pixels, int pitch,…
119 …static Surface *create(Resource *texture, int width, int height, int depth, int border, int sample…
121 virtual ~Surface() = 0;
178 void copyInternal(const Surface* src, int x, int y, float srcX, float srcY, bool filter);
179 …void copyInternal(const Surface* src, int x, int y, int z, float srcX, float srcY, float srcZ, boo…
182 void copyCubeEdge(Edge dstEdge, Surface *src, Edge srcEdge);
336 void *Surface::lock(int x, int y, int z, Lock lock, Accessor client, bool internal) in lock()
341 void Surface::unlock(bool internal) in unlock()
346 int Surface::getWidth() const in getWidth()
351 int Surface::getHeight() const in getHeight()
356 int Surface::getDepth() const in getDepth()
361 int Surface::getBorder() const in getBorder()
366 VkFormat Surface::getFormat(bool internal) const in getFormat()
371 int Surface::getPitchB(bool internal) const in getPitchB()
376 int Surface::getPitchP(bool internal) const in getPitchP()
381 int Surface::getSliceB(bool internal) const in getSliceB()
386 int Surface::getSliceP(bool internal) const in getSliceP()
391 VkFormat Surface::getExternalFormat() const in getExternalFormat()
396 int Surface::getExternalPitchB() const in getExternalPitchB()
401 int Surface::getExternalPitchP() const in getExternalPitchP()
406 int Surface::getExternalSliceB() const in getExternalSliceB()
411 int Surface::getExternalSliceP() const in getExternalSliceP()
416 VkFormat Surface::getInternalFormat() const in getInternalFormat()
421 int Surface::getInternalPitchB() const in getInternalPitchB()
426 int Surface::getInternalPitchP() const in getInternalPitchP()
431 int Surface::getInternalSliceB() const in getInternalSliceB()
436 int Surface::getInternalSliceP() const in getInternalSliceP()
441 VkFormat Surface::getStencilFormat() const in getStencilFormat()
446 int Surface::getStencilPitchB() const in getStencilPitchB()
451 int Surface::getStencilSliceB() const in getStencilSliceB()
456 int Surface::getSamples() const in getSamples()
461 int Surface::getMultiSampleCount() const in getMultiSampleCount()
466 int Surface::getSuperSampleCount() const in getSuperSampleCount()
471 bool Surface::isUnlocked() const in isUnlocked()
478 bool Surface::isExternalDirty() const in isExternalDirty()