• Home
  • Raw
  • Download

Lines Matching refs:Surface

240 	class [[clang::lto_visibility_public]] Surface  class
245 friend Surface;
280 Surface(int width, int height, int depth, Format format, void *pixels, int pitch, int slice);
281Surface(Resource *texture, int width, int height, int depth, int border, int samples, Format forma…
284 …static Surface *create(int width, int height, int depth, Format format, void *pixels, int pitch, i…
285 …static Surface *create(Resource *texture, int width, int height, int depth, int border, int sample…
287 virtual ~Surface() = 0;
344 void copyInternal(const Surface* src, int x, int y, float srcX, float srcY, bool filter);
345 …void copyInternal(const Surface* src, int x, int y, int z, float srcX, float srcY, float srcZ, boo…
348 void copyCubeEdge(Edge dstEdge, Surface *src, Edge srcEdge);
517 void *Surface::lock(int x, int y, int z, Lock lock, Accessor client, bool internal) in lock()
522 void Surface::unlock(bool internal) in unlock()
527 int Surface::getWidth() const in getWidth()
532 int Surface::getHeight() const in getHeight()
537 int Surface::getDepth() const in getDepth()
542 int Surface::getBorder() const in getBorder()
547 Format Surface::getFormat(bool internal) const in getFormat()
552 int Surface::getPitchB(bool internal) const in getPitchB()
557 int Surface::getPitchP(bool internal) const in getPitchP()
562 int Surface::getSliceB(bool internal) const in getSliceB()
567 int Surface::getSliceP(bool internal) const in getSliceP()
572 Format Surface::getExternalFormat() const in getExternalFormat()
577 int Surface::getExternalPitchB() const in getExternalPitchB()
582 int Surface::getExternalPitchP() const in getExternalPitchP()
587 int Surface::getExternalSliceB() const in getExternalSliceB()
592 int Surface::getExternalSliceP() const in getExternalSliceP()
597 Format Surface::getInternalFormat() const in getInternalFormat()
602 int Surface::getInternalPitchB() const in getInternalPitchB()
607 int Surface::getInternalPitchP() const in getInternalPitchP()
612 int Surface::getInternalSliceB() const in getInternalSliceB()
617 int Surface::getInternalSliceP() const in getInternalSliceP()
622 Format Surface::getStencilFormat() const in getStencilFormat()
627 int Surface::getStencilPitchB() const in getStencilPitchB()
632 int Surface::getStencilSliceB() const in getStencilSliceB()
637 int Surface::getSamples() const in getSamples()
642 int Surface::getMultiSampleCount() const in getMultiSampleCount()
647 int Surface::getSuperSampleCount() const in getSuperSampleCount()
652 bool Surface::isUnlocked() const in isUnlocked()
659 bool Surface::isExternalDirty() const in isExternalDirty()