SYMBOL INDEX (4242 symbols across 295 files) FILE: core/aabbtree.cpp type FaceSorter (line 59) | struct FaceSorter method FaceSorter (line 61) | FaceSorter(const Vec3* positions, const uint32_t* indices, uint32_t n,... method GetCentroid (line 80) | inline float GetCentroid(uint32_t face) const function LongestAxis (line 95) | inline uint32_t LongestAxis(const Vector3& v) type StackEntry (line 370) | struct StackEntry FILE: core/aabbtree.h function class (line 35) | class AABBTree FILE: core/cloth.h function class (line 39) | class ClothMesh function Contains (line 68) | bool Contains(int index) const function Replace (line 73) | void Replace(int oldIndex, int newIndex) function RemoveTri (line 83) | void RemoveTri(int index) function AddTri (line 93) | bool AddTri(int index) function operator (line 115) | bool operator < (const Edge& rhs) const function Contains (line 124) | struct Triangle function ReplaceEdge (line 154) | void ReplaceEdge(int oldIndex, int newIndex) function ReplaceVertex (line 168) | int ReplaceVertex(int oldIndex, int newIndex) function GetOppositeVertex (line 183) | int GetOppositeVertex(int v0, int v1) const type std (line 217) | typedef std::set EdgeSet; function IsSingularVertex (line 333) | int IsSingularVertex(int vertex) const type TriangleUpdate (line 412) | struct TriangleUpdate type VertexCopy (line 418) | struct VertexCopy function SeparateVertex (line 424) | int SeparateVertex(int singularVertex, std::vector& repl... function SplitVertex (line 559) | int SplitVertex(const Vec4* vertices, int index, Vec3 splitPlane, std::v... FILE: core/convex.h type ConvexMeshBuilder (line 36) | struct ConvexMeshBuilder function det (line 51) | float det(Vec4 v0, Vec4 v1, Vec4 v2, Vec4 v3) function Vec3 (line 64) | Vec3 intersect(Vec4 p0, Vec4 p1, Vec4 p2) type HalfedgeMesh (line 81) | struct HalfedgeMesh function connect (line 110) | void connect(uint16_t h0, uint16_t h1) function addTriangle (line 116) | void addTriangle(uint16_t v0, uint16_t v1, uint16_t v2) function removeTriangle (line 168) | uint16_t removeTriangle(uint16_t f) function visible (line 210) | bool visible(uint16_t v, uint16_t f) FILE: core/core.h function IsPowerOfTwo (line 84) | inline bool IsPowerOfTwo(int n) function Align (line 101) | inline uint32_t Align(uint32_t val, uint32_t alignment) function IsAligned (line 108) | inline bool IsAligned(void* p, uint32_t alignment) FILE: core/extrude.cpp function Extrude (line 32) | void Extrude(const Vec3* points, int numPoints, std::vector& verti... FILE: core/mat22.h type Matrix22 (line 32) | struct Matrix22 function CUDA_CALLABLE (line 47) | CUDA_CALLABLE float operator()(int i, int j) const { return static_cast<... function CUDA_CALLABLE (line 48) | CUDA_CALLABLE float& operator()(int i, int j) { return static_cast& a) function CUDA_CALLABLE (line 157) | CUDA_CALLABLE void SetTranslation(const Point3& p) function CUDA_CALLABLE (line 165) | CUDA_CALLABLE const Vec3& GetAxis(int i) const { return *reinterpret_cas... function CUDA_CALLABLE (line 166) | CUDA_CALLABLE const Vec4& GetCol(int i) const { return *reinterpret_cast... function CUDA_CALLABLE (line 169) | CUDA_CALLABLE Vec4 GetRow(int i) const { return Vec4(columns[0][i], colu... function CUDA_CALLABLE (line 272) | CUDA_CALLABLE inline XMatrix44 Outer(const Vec4& a, const Vec4& b) type XMatrix44 (line 278) | typedef XMatrix44 Mat44; type XMatrix44 (line 279) | typedef XMatrix44 Matrix44; FILE: core/maths.cpp function RandInit (line 33) | void RandInit() FILE: core/maths.h function CUDA_CALLABLE (line 51) | CUDA_CALLABLE inline float DegToRad(float t) function CUDA_CALLABLE (line 56) | CUDA_CALLABLE inline float RadToDeg(float t) function CUDA_CALLABLE (line 61) | CUDA_CALLABLE inline float Sin(float theta) function CUDA_CALLABLE (line 66) | CUDA_CALLABLE inline float Cos(float theta) function CUDA_CALLABLE (line 71) | CUDA_CALLABLE inline void SinCos(float theta, float& s, float& c) function CUDA_CALLABLE (line 78) | CUDA_CALLABLE inline float Tan(float theta) function CUDA_CALLABLE (line 83) | CUDA_CALLABLE inline float Sqrt(float x) function CUDA_CALLABLE (line 88) | CUDA_CALLABLE inline double Sqrt(double x) function CUDA_CALLABLE (line 93) | CUDA_CALLABLE inline float ASin(float theta) function CUDA_CALLABLE (line 98) | CUDA_CALLABLE inline float ACos(float theta) function CUDA_CALLABLE (line 103) | CUDA_CALLABLE inline float ATan(float theta) function CUDA_CALLABLE (line 108) | CUDA_CALLABLE inline float ATan2(float x, float y) function CUDA_CALLABLE (line 113) | CUDA_CALLABLE inline float Abs(float x) function CUDA_CALLABLE (line 118) | CUDA_CALLABLE inline float Pow(float b, float e) function CUDA_CALLABLE (line 123) | CUDA_CALLABLE inline float Sgn(float x) function CUDA_CALLABLE (line 128) | CUDA_CALLABLE inline float Sign(float x) function CUDA_CALLABLE (line 133) | CUDA_CALLABLE inline double Sign(double x) function CUDA_CALLABLE (line 138) | CUDA_CALLABLE inline float Mod(float x, float y) function CUDA_CALLABLE (line 178) | CUDA_CALLABLE inline float InvSqrt(float x) function CUDA_CALLABLE (line 184) | CUDA_CALLABLE inline int Round(float f) function class (line 249) | class Plane : public Vec4 function Mat44 (line 497) | inline Mat44 ViewMatrix(const Point3& pos) function Mat44 (line 509) | inline Mat44 LookAtMatrix(const Point3& viewer, const Point3& target) function Mat44 (line 526) | inline Mat44 RotationMatrix(float angle, const Vec3& axis) function Mat44 (line 557) | inline Mat44 RotationMatrix(Quat q) function Mat44 (line 570) | inline Mat44 TranslationMatrix(const Point3& t) function Mat44 (line 577) | inline Mat44 OrthographicMatrix(float left, float right, float bottom, f... function Mat44 (line 590) | inline Mat44 ProjectionMatrix(float fov, float aspect, float znear, floa... function class (line 606) | class Rotation function Rotation (line 616) | Rotation operator + (const Rotation& rhs) const { Rotation lhs(*this); l... function Rotation (line 617) | Rotation operator - (const Rotation& rhs) const { Rotation lhs(*this); l... function Mat44 (line 625) | inline Mat44 ScaleMatrix(const Vector3& s) function Mat44 (line 636) | inline Mat44 TransformMatrix(const Rotation& r, const Point3& p) function class (line 660) | class Transform function Rotation (line 715) | inline Rotation AlignToVector(const Vec3& vector) function Vec2 (line 722) | inline Vec2 AngleToVector(float a) function VectorToAngle (line 727) | inline float VectorToAngle(const Vec2& v) function CUDA_CALLABLE (line 732) | CUDA_CALLABLE inline float SmoothStep(float a, float b, float t) function Log (line 779) | inline float Log(float base, float x) function Log2 (line 785) | inline int Log2(int x) function class (line 806) | class Colour function operator (line 831) | operator const float*() const { return &r; } function operator (line 832) | operator float*() { return &r; } function Colour (line 834) | Colour operator * (float scale) const { Colour r(*this); r *= scale; ret... function Colour (line 835) | Colour operator / (float scale) const { Colour r(*this); r /= scale; ret... function Colour (line 836) | Colour operator + (const Colour& v) const { Colour r(*this); r += v; ret... function Colour (line 837) | Colour operator - (const Colour& v) const { Colour r(*this); r -= v; ret... function Colour (line 838) | Colour operator * (const Colour& scale) const { Colour r(*this); r *= sc... function operator (line 850) | inline bool operator == (const Colour& lhs, const Colour& rhs) function operator (line 855) | inline bool operator != (const Colour& lhs, const Colour& rhs) function Colour (line 860) | inline Colour ToneMap(const Colour& s) function Colour (line 868) | inline Colour operator * (float lhs, const Colour& rhs) function Colour (line 875) | inline Colour YxyToXYZ(float Y, float x, float y) function Colour (line 883) | inline Colour HSVToRGB( float h, float s, float v ) function Colour (line 938) | inline Colour XYZToLinear(float x, float y, float z) function ColourToRGBA8 (line 949) | inline uint32_t ColourToRGBA8(const Colour& c) function Colour (line 966) | inline Colour LinearToSrgb(const Colour& c) function Colour (line 972) | inline Colour SrgbToLinear(const Colour& c) function SolveQuadratic (line 1021) | bool SolveQuadratic(T a, T b, T c, T& minT, T& maxT) function IntersectRayPlane (line 1072) | inline bool IntersectRayPlane(const Point3& p, const Vector3& dir, const... function IntersectLineSegmentPlane (line 1088) | inline bool IntersectLineSegmentPlane(const Vec3& start, const Vec3& end... function IntersectRayTriTwoSided (line 1104) | inline bool IntersectRayTriTwoSided(const Vec3& p, const Vec3& dir, cons... function IntersectRayTri (line 1137) | inline bool IntersectRayTri(const Point3& p, const Vec3& dir, const Poin... function CUDA_CALLABLE (line 1181) | CUDA_CALLABLE inline bool IntersectSegmentTri(const Vec3& p, const Vec3&... function CUDA_CALLABLE (line 1229) | CUDA_CALLABLE inline float ScalarTriple(const Vec3& a, const Vec3& b, co... function CUDA_CALLABLE (line 1232) | CUDA_CALLABLE inline bool IntersectLineTri(const Vec3& p, const Vec3& q,... function CUDA_CALLABLE (line 1252) | CUDA_CALLABLE inline Vec3 ClosestPointToAABB(const Vec3& p, const Vec3& ... function CUDA_CALLABLE (line 1269) | CUDA_CALLABLE inline Vec3 ClosestPointOnTriangle(const Vec3& a, const V... function CUDA_CALLABLE (line 1335) | CUDA_CALLABLE inline float SqDistPointSegment(Vec3 a, Vec3 b, Vec3 c) function CUDA_CALLABLE (line 1350) | CUDA_CALLABLE inline bool PointInTriangle(Vec3 a, Vec3 b, Vec3 c, Vec3 p) function CUDA_CALLABLE (line 1386) | CUDA_CALLABLE inline void ClosestPointBetweenLineSegments(const Vec3& p,... function CUDA_CALLABLE (line 1421) | CUDA_CALLABLE inline float minf(const float a, const float b) { return a... function CUDA_CALLABLE (line 1422) | CUDA_CALLABLE inline float maxf(const float a, const float b) { return a... function CUDA_CALLABLE (line 1424) | CUDA_CALLABLE inline bool IntersectRayAABBOmpf(const Vec3& pos, const Ve... function CUDA_CALLABLE (line 1451) | CUDA_CALLABLE inline bool IntersectRayAABB(const Vec3& start, const Vect... function CUDA_CALLABLE (line 1549) | CUDA_CALLABLE inline Vec4 PlaneFromPoints(const Vec3& p, const Vec3& q, ... function CUDA_CALLABLE (line 1559) | CUDA_CALLABLE inline bool IntersectPlaneAABB(const Vec4& plane, const Ve... function class (line 1568) | class Rect function Expand (line 1584) | void Expand(uint32_t x) function Contains (line 1597) | bool Contains(uint32_t x, uint32_t y) const function CUDA_CALLABLE (line 1626) | CUDA_CALLABLE inline Quat QuatFromAxisAngle(const Vec3& axis, float angle) function CUDA_CALLABLE (line 1641) | CUDA_CALLABLE inline Vec3 rotate(const Vec3& q, float w, const Vec3& x) function CUDA_CALLABLE (line 1647) | CUDA_CALLABLE inline Vec3 rotateInv(const Vec3& q, float w, const Vec3& x) function CUDA_CALLABLE (line 1652) | CUDA_CALLABLE inline void TransformBounds(const Quat& q, Vec3 extents, V... function CUDA_CALLABLE (line 1667) | CUDA_CALLABLE inline void TransformBounds(const Vec3& localLower, const ... function PoissonSample3D (line 1688) | inline int PoissonSample3D(float radius, float separation, Vec3* points,... function TightPack3D (line 1730) | inline int TightPack3D(float radius, float separation, Vec3* points, int... type Bounds (line 1765) | struct Bounds function CUDA_CALLABLE (line 1775) | CUDA_CALLABLE inline void Expand(float r) function CUDA_CALLABLE (line 1781) | CUDA_CALLABLE inline void Expand(const Vec3& r) function CUDA_CALLABLE (line 1789) | CUDA_CALLABLE inline bool Overlaps(const Vec3& p) const function CUDA_CALLABLE (line 1806) | CUDA_CALLABLE inline bool Overlaps(const Bounds& b) const function CUDA_CALLABLE (line 1827) | CUDA_CALLABLE inline Bounds Union(const Bounds& a, const Vec3& b) function CUDA_CALLABLE (line 1832) | CUDA_CALLABLE inline Bounds Union(const Bounds& a, const Bounds& b) function CUDA_CALLABLE (line 1837) | CUDA_CALLABLE inline Bounds Intersection(const Bounds& a, const Bounds& b) FILE: core/matnn.h function n (line 204) | n, T> LU(const XMatrix& m, XMatrix& L) function n (line 293) | n, T> Inverse(const XMatrix& A, T& det) FILE: core/mesh.cpp type PlyFormat (line 97) | enum PlyFormat function T (line 104) | T PlyRead(ifstream& s, PlyFormat format) function Mesh (line 133) | Mesh* ImportMesh(const char* path) function Mesh (line 148) | Mesh* ImportMeshFromBin(const char* path) function ExportMeshToBin (line 186) | void ExportMeshToBin(const char* path, const Mesh* m) function Mesh (line 207) | Mesh* ImportMeshFromPly(const char* path) type VertexKey (line 370) | struct VertexKey method VertexKey (line 372) | VertexKey() : v(0), vt(0), vn(0) {} function Mesh (line 392) | Mesh* ImportMeshFromObj(const char* path) function ExportToObj (line 597) | void ExportToObj(const char* path, const Mesh& m) function Mesh (line 682) | Mesh* CreateTriMesh(float size, float y) function Mesh (line 704) | Mesh* CreateCubeMesh() function Mesh (line 787) | Mesh* CreateQuadMesh(float size, float y) function Mesh (line 811) | Mesh* CreateDiscMesh(float radius, uint32_t segments) function Mesh (line 839) | Mesh* CreateTetrahedron(float ground, float height) function Mesh (line 870) | Mesh* CreateSphere(int slices, int segments, float radius) function Mesh (line 916) | Mesh* CreateCapsule(int slices, int segments, float radius, float halfHe... FILE: core/mesh.h type Mesh (line 35) | struct Mesh FILE: core/perlin.cpp type Perlin (line 32) | namespace Perlin function Floor2Int (line 48) | inline int32_t Floor2Int(real64 val) function real64 (line 61) | inline real64 Lerp(real64 t, real64 v1, real64 v2) function real64 (line 68) | inline real64 PerlinFade( real64 val ) { function real64 (line 120) | static inline real64 Grad1d(int32_t x, real64 dx) function real64 (line 128) | static inline real64 Grad2d(int32_t x, int32_t y, real64 dx, real64 dy) function real64 (line 135) | static inline real64 Grad3d(int32_t x, int32_t y, int32_t z, real64 dx... function real64 (line 170) | static real64 PerlinNoise3DFunctionPeriodic(real64 x, real64 y, real64... function real64 (line 207) | static real64 PerlinNoise3DFunction(real64 x, real64 y, real64 z) function real64 (line 240) | static real64 PerlinNoise2DFunction(real64 x, real64 y) function real64 (line 262) | static real64 PerlinNoise1DFunction(real64 x) function Perlin1D (line 282) | float Perlin1D(float x, int octaves, float persistence) function Perlin2D (line 303) | float Perlin2D(float x, float y, int octaves, float persistence) function Perlin3D (line 325) | float Perlin3D(float x, float y, float z, int octaves, float persistence) function Perlin3DPeriodic (line 347) | float Perlin3DPeriodic(float x, float y, float z, int px, int py, int pz... FILE: core/pfm.cpp type FilePointer (line 44) | struct FilePointer method FilePointer (line 46) | FilePointer(FILE* ptr) : p(ptr) {} function PfmLoad (line 55) | bool PfmLoad(const char* filename, PfmImage& image) function PfmSave (line 101) | void PfmSave(const char* filename, const PfmImage& image) FILE: core/pfm.h type PfmImage (line 30) | struct PfmImage FILE: core/platform.cpp function GetSeconds (line 48) | double GetSeconds() function Sleep (line 78) | void Sleep(double seconds) function GetSeconds (line 171) | double GetSeconds() function string (line 222) | string LoadFileToString(const char* filename) function SaveStringToFile (line 242) | bool SaveStringToFile(const char* filename, const char* s) function string (line 260) | string StripFilename(const char* path) function string (line 282) | string GetExtension(const char* path) function string (line 295) | string StripExtension(const char* path) function string (line 308) | string NormalizePath(const char* path) function string (line 318) | string StripPath(const char* path) FILE: core/platform.h function std (line 51) | inline std::string GetFilePathByPlatform(const char* path) function std (line 73) | inline std::string GetFilePathByPlatform(const char* path) function std (line 168) | inline std::string ExpandPath(const char* p) function std (line 184) | inline std::string GetTempDirectory() function std (line 192) | inline std::string DataPath(const char* p) function std (line 199) | inline std::string ExpandPath(const char* p) function std (line 204) | inline std::string DataPath(const char* p) FILE: core/png.cpp function PngLoad (line 9) | bool PngLoad(const char* filename, PngImage& image) function PngFree (line 35) | void PngFree(PngImage& image) function HdrLoad (line 40) | bool HdrLoad(const char* filename, HdrImage& image) function HdrFree (line 66) | void HdrFree(HdrImage& image) FILE: core/png.h type PngImage (line 5) | struct PngImage type HdrImage (line 17) | struct HdrImage FILE: core/point3.h function class (line 34) | class Point3 function operator (line 48) | operator float* () { return &x; } function Set (line 52) | void Set(float x_, float y_, float z_) { Validate(); x = x_; y = y_; z =... function Point3 (line 54) | Point3 operator * (float scale) const { Point3 r(*this); r *= scale; Val... function Point3 (line 55) | Point3 operator / (float scale) const { Point3 r(*this); r /= scale; Val... function Point3 (line 56) | Point3 operator + (const Vec3& v) const { Point3 r(*this); r += v; Valid... function Point3 (line 57) | Point3 operator - (const Vec3& v) const { Point3 r(*this); r -= v; Valid... function operator (line 64) | bool operator != (const Point3& v) const { return (x != v.x || y != v.y ... function Validate (line 71) | void Validate() const function Point3 (line 105) | inline Point3 Max(const Point3& a, const Point3& b) function Point3 (line 110) | inline Point3 Min(const Point3& a, const Point3& b) FILE: core/quat.h type Matrix33 (line 32) | struct Matrix33 function CUDA_CALLABLE (line 52) | CUDA_CALLABLE XQuat operator * (T scale) const { XQuat r(*this); r... function CUDA_CALLABLE (line 53) | CUDA_CALLABLE XQuat operator / (T scale) const { XQuat r(*this); r... function CUDA_CALLABLE (line 54) | CUDA_CALLABLE XQuat operator + (const XQuat& v) const { XQuat r... function CUDA_CALLABLE (line 55) | CUDA_CALLABLE XQuat operator - (const XQuat& v) const { XQuat r... function CUDA_CALLABLE (line 56) | CUDA_CALLABLE XQuat operator * (XQuat q) const function CUDA_CALLABLE (line 109) | CUDA_CALLABLE inline Vec3 Rotate(const Quat& q, const Vec3& x) function CUDA_CALLABLE (line 115) | CUDA_CALLABLE inline Vec3 RotateInv(const Quat& q, const Vec3& x) function CUDA_CALLABLE (line 120) | CUDA_CALLABLE inline Quat Inverse(const Quat& q) function CUDA_CALLABLE (line 125) | CUDA_CALLABLE inline Quat Normalize(const Quat& q) FILE: core/sdf.cpp function Sqr (line 38) | inline float Sqr(float x) { return x*x; } function Clamp (line 39) | inline int Clamp(int x, int lower, int upper) { return min(max(lower, x)... function Sample (line 41) | uint32_t Sample(const uint32_t* image, uint32_t w, uint32_t h, int x, in... function Sample (line 46) | uint32_t Sample(const uint32_t* image, uint32_t w, uint32_t h, uint32_t ... function EdgeDetect (line 52) | bool EdgeDetect(const uint32_t* img, uint32_t w, uint32_t h, int x, int y) function EdgeDetect (line 72) | bool EdgeDetect(const uint32_t* img, uint32_t w, uint32_t h, uint32_t d,... type Coord2D (line 105) | struct Coord2D function MakeSDF (line 116) | void MakeSDF(const uint32_t* img, uint32_t w, uint32_t h, float* output) type Coord3D (line 191) | struct Coord3D function MakeSDF (line 202) | void MakeSDF(const uint32_t* img, uint32_t w, uint32_t h, uint32_t d, fl... FILE: core/tga.cpp type TgaHeader (line 37) | struct TgaHeader function memwrite (line 60) | void memwrite(void* src, uint32_t size, unsigned char*& buffer) function TgaSave (line 69) | bool TgaSave(const char* filename, const TgaImage& image, bool rle) function TgaSave (line 83) | bool TgaSave(FILE* f, const TgaImage& image, bool rle) function TgaLoad (line 146) | bool TgaLoad(const char* filename, TgaImage& image) function TgaFree (line 260) | void TgaFree(const TgaImage& image) FILE: core/tga.h type TgaImage (line 36) | struct TgaImage FILE: core/vec2.h function CUDA_CALLABLE (line 66) | CUDA_CALLABLE XVector2() : x(0.0f), y(0.0f) { VEC2_VALIDATE(); } type XVector2 (line 106) | typedef XVector2 Vec2; type XVector2 (line 107) | typedef XVector2 Vector2; FILE: core/vec3.h function CUDA_CALLABLE (line 65) | CUDA_CALLABLE inline XVector3 operator * (T scale) const { XVector3 operator / (T scale) const { XVector3 operator + (const XVector3& v) const... function CUDA_CALLABLE (line 68) | CUDA_CALLABLE inline XVector3 operator - (const XVector3& v) const... function CUDA_CALLABLE (line 69) | CUDA_CALLABLE inline XVector3 operator /(const XVector3& v) const ... function CUDA_CALLABLE (line 70) | CUDA_CALLABLE inline XVector3 operator *(const XVector3& v) const ... type XVector3 (line 93) | typedef XVector3 Vector3; function CUDA_CALLABLE (line 116) | CUDA_CALLABLE inline float Dot3(const float* v1, const float * v2) function CUDA_CALLABLE (line 128) | CUDA_CALLABLE inline Vec3 Cross(const Vec3& b, const Vec3& c) FILE: core/vec4.h function CUDA_CALLABLE (line 68) | CUDA_CALLABLE XVector4 operator * (T scale) const { XVector4 r(*th... function CUDA_CALLABLE (line 69) | CUDA_CALLABLE XVector4 operator / (T scale) const { XVector4 r(*th... function CUDA_CALLABLE (line 70) | CUDA_CALLABLE XVector4 operator + (const XVector4& v) const { XVec... function CUDA_CALLABLE (line 71) | CUDA_CALLABLE XVector4 operator - (const XVector4& v) const { XVec... function CUDA_CALLABLE (line 72) | CUDA_CALLABLE XVector4 operator * (XVector4 scale) const { XVector... type XVector4 (line 89) | typedef XVector4 Vec4; FILE: core/voxelize.cpp function Voxelize (line 31) | void Voxelize(const Vec3* vertices, int numVertices, const int* indices,... FILE: core/voxelize.h type Mesh (line 30) | struct Mesh FILE: demo/benchmark.h type GpuTimers (line 49) | struct GpuTimers type TimerTotals (line 64) | struct TimerTotals function WriteSceneResults (line 241) | void WriteSceneResults(TimerTotals& totals) function GoToNextScene (line 355) | int GoToNextScene() function BenchmarkUpdate (line 378) | int BenchmarkUpdate() function BenchmarkInit (line 418) | int BenchmarkInit() function BenchmarkUpdateGraph (line 425) | void BenchmarkUpdateGraph() FILE: demo/d3d/appGraphCtx.h type SDL_Window (line 19) | struct SDL_Window type AppGraphCtx (line 21) | struct AppGraphCtx type AppGraphColor (line 23) | struct AppGraphColor FILE: demo/d3d/appGraphCtxLoader.cpp type AppCtxFunctionSet (line 36) | struct AppCtxFunctionSet function loadAppGraphCtx (line 54) | void loadAppGraphCtx(AppGraphCtxType type) function unloadAppGraphCtx (line 66) | void unloadAppGraphCtx() FILE: demo/d3d/imguiGraph.cpp function imguifree (line 36) | void imguifree(void* ptr, void* /*userptr*/) function RGBA (line 55) | inline unsigned int RGBA(unsigned char r, unsigned char g, unsigned char... function drawPolygon (line 60) | static void drawPolygon(const float* coords, unsigned numCoords, float r... function drawRect (line 128) | static void drawRect(float x, float y, float w, float h, float fth, unsi... function drawRoundedRect (line 157) | static void drawRoundedRect(float x, float y, float w, float h, float r,... function drawLine (line 193) | static void drawLine(float x0, float y0, float x1, float y1, float r, fl... function imguiGraphInit (line 230) | bool imguiGraphInit(const char* fontpath, float defaultFontHeight, const... function imguiGraphUpdate (line 281) | void imguiGraphUpdate(const ImguiGraphDesc* desc) function imguiGraphDestroy (line 286) | void imguiGraphDestroy() function getBakedQuad (line 293) | static void getBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int ... function getTextLength (line 315) | static float getTextLength(stbtt_bakedchar *chardata, const char* text) function drawText (line 345) | static void drawText(float x, float y, const char *text, int align, unsi... function imguiGraphDraw (line 401) | void imguiGraphDraw() FILE: demo/d3d/imguiGraph.h type ImguiGraphDesc (line 17) | struct ImguiGraphDesc FILE: demo/d3d/imguiGraphLoader.cpp type AppGraphCtx (line 22) | struct AppGraphCtx type ImguiFunctionSet (line 46) | struct ImguiFunctionSet function loadImgui (line 64) | void loadImgui(AppGraphCtxType type) function unloadImgui (line 76) | void unloadImgui() FILE: demo/d3d/loader.cpp function loadModules (line 17) | void loadModules(AppGraphCtxType type) function unloadModules (line 23) | void unloadModules() FILE: demo/d3d/loader.h type AppGraphCtxType (line 11) | enum AppGraphCtxType FILE: demo/d3d/renderParamsD3D.cpp function Matrix44 (line 33) | Matrix44 RenderParamsUtilD3D::convertGLToD3DProjection(const Matrix44& p... FILE: demo/d3d/renderParamsD3D.h type ShadowMapD3D (line 20) | struct ShadowMapD3D type DirectX (line 22) | typedef DirectX::XMFLOAT3 float3; type DirectX (line 23) | typedef DirectX::XMFLOAT4 float4; type DirectX (line 24) | typedef DirectX::XMFLOAT4X4 float4x4; type DiffuseDrawParamsD3D (line 26) | struct DiffuseDrawParamsD3D type FluidRenderMode (line 50) | enum FluidRenderMode type FluidCullMode (line 57) | enum FluidCullMode type FluidDrawStage (line 65) | enum FluidDrawStage type FluidDrawParamsD3D (line 73) | struct FluidDrawParamsD3D type MeshRenderMode (line 116) | enum MeshRenderMode type MeshCullMode (line 123) | enum MeshCullMode type MeshDrawStage (line 131) | enum MeshDrawStage type MeshDrawParamsD3D (line 139) | struct MeshDrawParamsD3D type PointRenderMode (line 173) | enum PointRenderMode type PointCullMode (line 180) | enum PointCullMode type PointDrawStage (line 188) | enum PointDrawStage type PointDrawParamsD3D (line 196) | struct PointDrawParamsD3D type ShadowParamsD3D (line 223) | struct ShadowParamsD3D type RenderParamsUtilD3D (line 232) | struct RenderParamsUtilD3D FILE: demo/d3d/shaderCommonD3D.h type ShadowMap (line 6) | struct ShadowMap function namespace (line 8) | namespace Hlsl { FILE: demo/d3d/shaders/shaderCommon.h type MeshShaderConst (line 1) | struct MeshShaderConst type DebugRenderConst (line 31) | struct DebugRenderConst type MeshVertexIn (line 39) | struct MeshVertexIn type MeshVertexOut (line 47) | struct MeshVertexOut type PointShaderConst (line 65) | struct PointShaderConst type PointVertexIn (line 89) | struct PointVertexIn type PointVertexOut (line 96) | struct PointVertexOut type PointGeoOut (line 104) | struct PointGeoOut type FluidShaderConst (line 118) | struct FluidShaderConst type FluidVertexIn (line 157) | struct FluidVertexIn type FluidVertexOut (line 165) | struct FluidVertexOut type FluidGeoOut (line 176) | struct FluidGeoOut type PassthroughVertexOut (line 185) | struct PassthroughVertexOut type DiffuseShaderConst (line 193) | struct DiffuseShaderConst type DiffuseVertexIn (line 222) | struct DiffuseVertexIn type DiffuseVertexOut (line 228) | struct DiffuseVertexOut type DiffuseGeometryOut (line 238) | struct DiffuseGeometryOut FILE: demo/d3d11/appD3D11Ctx.cpp function COMRelease (line 32) | void inline COMRelease(T& t) function COMRelease (line 39) | void inline COMRelease(T& t, UINT arraySize) function AppGraphCtx (line 75) | AppGraphCtx* AppGraphCtxCreateD3D11(int deviceID) function AppGraphCtxUpdateSizeD3D11 (line 167) | bool AppGraphCtxUpdateSizeD3D11(AppGraphCtx* contextIn, SDL_Window* wind... function AppGraphCtxInitRenderTargetD3D11 (line 224) | void AppGraphCtxInitRenderTargetD3D11(AppGraphCtx* contextIn, SDL_Window... function AppGraphCtxReleaseRenderTargetD3D11 (line 369) | void AppGraphCtxReleaseRenderTargetD3D11(AppGraphCtx* contextIn) function AppGraphCtxReleaseD3D11 (line 394) | void AppGraphCtxReleaseD3D11(AppGraphCtx* context) function AppGraphCtxFrameStartD3D11 (line 401) | void AppGraphCtxFrameStartD3D11(AppGraphCtx* contextIn, AppGraphColor cl... function AppGraphCtxFramePresentD3D11 (line 418) | void AppGraphCtxFramePresentD3D11(AppGraphCtx* contextIn, bool fullsync) function AppGraphCtxWaitForFramesD3D11 (line 427) | void AppGraphCtxWaitForFramesD3D11(AppGraphCtx* context, unsigned int ma... function AppGraphCtxProfileEnableD3D11 (line 432) | void AppGraphCtxProfileEnableD3D11(AppGraphCtx* contextIn, bool enabled) function AppGraphCtxProfileBeginD3D11 (line 438) | void AppGraphCtxProfileBeginD3D11(AppGraphCtx* contextIn, const char* la... function AppGraphCtxProfileEndD3D11 (line 444) | void AppGraphCtxProfileEndD3D11(AppGraphCtx* contextIn, const char* label) function AppGraphCtxProfileGetD3D11 (line 450) | bool AppGraphCtxProfileGetD3D11(AppGraphCtx* contextIn, const char** pla... type TimerCPU (line 460) | struct TimerCPU method TimerCPU (line 465) | TimerCPU() method getDeltaTime (line 471) | double getDeltaTime() type TimerGPU (line 480) | struct TimerGPU method TimerGPU (line 485) | TimerGPU() {} type Timer (line 493) | struct Timer method Timer (line 502) | Timer() {} type TimerValue (line 506) | struct TimerValue type Stat (line 512) | struct Stat method Stat (line 522) | Stat() {} method push (line 523) | void push(float time) method pull (line 543) | float pull(float frameTime) method push (line 561) | void push(float cpuTime, float gpuTime) method pull (line 567) | void pull(float frameTime) type AppGraphProfilerD3D11 (line 575) | struct AppGraphProfilerD3D11 function AppGraphProfilerD3D11 (line 607) | AppGraphProfilerD3D11* appGraphCreateProfilerD3D11(AppGraphCtx* ctx) function appGraphReleaseProfiler (line 612) | void appGraphReleaseProfiler(AppGraphProfilerD3D11* profiler) function appGraphProfilerD3D11FrameBegin (line 617) | void appGraphProfilerD3D11FrameBegin(AppGraphProfilerD3D11* p) function appGraphProfilerD3D11FrameEnd (line 642) | void appGraphProfilerD3D11FrameEnd(AppGraphProfilerD3D11* p) function appGraphProfilerD3D11Enable (line 654) | void appGraphProfilerD3D11Enable(AppGraphProfilerD3D11* p, bool enabled) function appGraphProfilerD3D11Begin (line 659) | void appGraphProfilerD3D11Begin(AppGraphProfilerD3D11* p, const char* la... function appGraphProfilerD3D11End (line 683) | void appGraphProfilerD3D11End(AppGraphProfilerD3D11* p, const char* label) function appGraphProfilerD3D11Flush (line 707) | bool appGraphProfilerD3D11Flush(AppGraphProfilerD3D11* p) function appGraphProfilerD3D11Get (line 766) | bool appGraphProfilerD3D11Get(AppGraphProfilerD3D11* p, const char** pla... function AppGraphCtxDedicatedVideoMemoryD3D11 (line 786) | size_t AppGraphCtxDedicatedVideoMemoryD3D11(AppGraphCtx* contextIn) FILE: demo/d3d11/appD3D11Ctx.h type AppGraphProfilerD3D11 (line 18) | struct AppGraphProfilerD3D11 type AppGraphCtxD3D11 (line 20) | struct AppGraphCtxD3D11 function AppGraphCtxD3D11 (line 49) | inline AppGraphCtxD3D11* cast_to_AppGraphCtxD3D11(AppGraphCtx* appctx) function AppGraphCtx (line 54) | inline AppGraphCtx* cast_from_AppGraphCtxD3D11(AppGraphCtxD3D11* appctx) FILE: demo/d3d11/debugLineRenderD3D11.h type DebugLineRenderD3D11 (line 9) | struct DebugLineRenderD3D11 FILE: demo/d3d11/demoContextD3D11.cpp function COMRelease (line 34) | void inline COMRelease(T& t) function COMRelease (line 41) | void inline COMRelease(T& t, UINT arraySize) function DemoContext (line 54) | DemoContext* CreateDemoContextD3D11() function Matrix44 (line 94) | Matrix44 ConvertToD3DProjection(const Matrix44& proj) function __checkDxErrors (line 107) | inline void __checkDxErrors(HRESULT err, const char *file, const int line) function FluidRenderer (line 418) | FluidRenderer* DemoContextD3D11::createFluidRenderer(uint32_t width, uin... function FluidRenderBuffers (line 432) | FluidRenderBuffers* DemoContextD3D11::createFluidRenderBuffers(int numPa... function ShadowMap (line 566) | ShadowMap* DemoContextD3D11::shadowCreate() function GpuMesh (line 837) | GpuMesh* DemoContextD3D11::createGpuMesh(const Mesh* m) function DiffuseRenderBuffers (line 1050) | DiffuseRenderBuffers* DemoContextD3D11::createDiffuseRenderBuffers(int n... FILE: demo/d3d11/demoContextD3D11.h function DemoContext (line 14) | struct DemoContextD3D11 : public DemoContext FILE: demo/d3d11/diffuseRenderD3D11.h type DiffuseRenderBuffersD3D11 (line 24) | struct DiffuseRenderBuffersD3D11 type DiffuseRendererD3D11 (line 51) | struct DiffuseRendererD3D11 FILE: demo/d3d11/fluidRenderD3D11.cpp type PassthroughVertex (line 47) | struct PassthroughVertex FILE: demo/d3d11/fluidRenderD3D11.h type FluidRenderBuffersD3D11 (line 24) | struct FluidRenderBuffersD3D11 type FluidRendererD3D11 (line 64) | struct FluidRendererD3D11 FILE: demo/d3d11/imguiGraphD3D11.cpp function COMRelease (line 22) | void inline COMRelease(T& t) type Vertex (line 38) | struct Vertex type Scissor (line 55) | struct Scissor type Params (line 72) | struct Params function imguiGraphContextDestroyD3D11 (line 80) | void imguiGraphContextDestroyD3D11() function imguiGraphContextInitD3D11 (line 92) | void imguiGraphContextInitD3D11(const ImguiGraphDesc* descIn) function imguiGraphContextUpdateD3D11 (line 207) | void imguiGraphContextUpdateD3D11(const ImguiGraphDesc* descIn) function imguiGraphRecordBeginD3D11 (line 217) | void imguiGraphRecordBeginD3D11() function imguiGraphFlush (line 289) | static void imguiGraphFlush() function imguiGraphRecordEndD3D11 (line 326) | void imguiGraphRecordEndD3D11() function imguiGraphEnableScissorD3D11 (line 348) | void imguiGraphEnableScissorD3D11(int x, int y, int width, int height) function imguiGraphDisableScissorD3D11 (line 363) | void imguiGraphDisableScissorD3D11() function imguiGraphVertex2fD3D11 (line 380) | void imguiGraphVertex2fD3D11(float x, float y) function imguiGraphVertex2fvD3D11 (line 386) | void imguiGraphVertex2fvD3D11(const float* v) function imguiGraphTexCoord2fD3D11 (line 401) | void imguiGraphTexCoord2fD3D11(float u, float v) function imguiGraphColor4ubD3D11 (line 407) | void imguiGraphColor4ubD3D11(uint8_t red, uint8_t green, uint8_t blue, u... function imguiGraphColor4ubvD3D11 (line 415) | void imguiGraphColor4ubvD3D11(const uint8_t* v) function imguiGraphFontTextureEnableD3D11 (line 423) | void imguiGraphFontTextureEnableD3D11() function imguiGraphFontTextureDisableD3D11 (line 428) | void imguiGraphFontTextureDisableD3D11() function imguiGraphFontTextureInitD3D11 (line 434) | void imguiGraphFontTextureInitD3D11(unsigned char* data) function imguiGraphFontTextureReleaseD3D11 (line 473) | void imguiGraphFontTextureReleaseD3D11() FILE: demo/d3d11/imguiGraphD3D11.h type ID3D11Device (line 18) | struct ID3D11Device type ID3D11DeviceContext (line 19) | struct ID3D11DeviceContext type ImguiGraphDescD3D11 (line 21) | struct ImguiGraphDescD3D11 function ImguiGraphDescD3D11 (line 33) | inline const ImguiGraphDescD3D11* cast_to_imguiGraphDescD3D11(const Imgu... function ImguiGraphDesc (line 38) | inline ImguiGraphDesc* cast_from_imguiGraphDescD3D11(ImguiGraphDescD3D11... FILE: demo/d3d11/imguiInteropD3D11.cpp function imguiInteropGraphInitD3D11 (line 26) | bool imguiInteropGraphInitD3D11(imguiGraphInit_t func, const char* fontp... function imguiInteropGraphUpdateD3D11 (line 40) | void imguiInteropGraphUpdateD3D11(imguiGraphUpdate_t func, AppGraphCtx* ... FILE: demo/d3d11/meshRenderD3D11.cpp type AsyncComputeBench (line 35) | namespace AsyncComputeBench FILE: demo/d3d11/meshRenderD3D11.h type GpuMeshD3D11 (line 24) | struct GpuMeshD3D11 type MeshRendererD3D11 (line 52) | struct MeshRendererD3D11 FILE: demo/d3d11/pointRenderD3D11.h type PointRendererD3D11 (line 20) | struct PointRendererD3D11 FILE: demo/d3d11/renderTargetD3D11.cpp function D3D11_TEXTURE2D_DESC (line 17) | static D3D11_TEXTURE2D_DESC _getTextureDesc(DXGI_FORMAT format, UINT wid... function D3D11_DEPTH_STENCIL_VIEW_DESC (line 38) | static D3D11_DEPTH_STENCIL_VIEW_DESC _getDsvDesc(DXGI_FORMAT format, D3D... function D3D11_SHADER_RESOURCE_VIEW_DESC (line 48) | static D3D11_SHADER_RESOURCE_VIEW_DESC _getSrvDesc(DXGI_FORMAT format) function HRESULT (line 59) | HRESULT RenderTargetD3D11::init(ID3D11Device* device, int width, int hei... FILE: demo/d3d11/renderTargetD3D11.h type RenderTargetD3D11 (line 23) | struct RenderTargetD3D11 FILE: demo/d3d11/shadowMapD3D11.cpp function D3D11_TEXTURE2D_DESC (line 17) | static D3D11_TEXTURE2D_DESC _getTextureDesc(DXGI_FORMAT format, UINT wid... function D3D11_DEPTH_STENCIL_VIEW_DESC (line 38) | static D3D11_DEPTH_STENCIL_VIEW_DESC _getDsvDesc(DXGI_FORMAT format, D3D... function D3D11_SHADER_RESOURCE_VIEW_DESC (line 48) | static D3D11_SHADER_RESOURCE_VIEW_DESC _getSrvDesc(DXGI_FORMAT format) function HRESULT (line 59) | HRESULT ShadowMapD3D11::init(ID3D11Device* device, int resolution) FILE: demo/d3d11/shadowMapD3D11.h type ShadowMapD3D11 (line 23) | struct ShadowMapD3D11 FILE: demo/d3d12/NvCoDx12CircularResourceHeap.cpp type nvidia (line 10) | namespace nvidia { type Common (line 11) | namespace Common { FILE: demo/d3d12/NvCoDx12CircularResourceHeap.h function namespace (line 26) | namespace nvidia { function Cursor (line 174) | inline Cursor allocateConstantBuffer(size_t size) { return allocate(size... function Cursor (line 176) | inline Cursor allocateVertexBuffer(size_t size) { return allocate(size, ... function Cursor (line 179) | inline Cursor newConstantBuffer(const void* data, size_t size) { Cursor ... function Cursor (line 182) | Cursor newConstantBuffer(const T& in) { return newConstantBuffer(&in, si... function D3D12_GPU_VIRTUAL_ADDRESS (line 191) | D3D12_GPU_VIRTUAL_ADDRESS getGpuHandle(const Cursor& cursor) const { re... type Block (line 200) | struct Block type PendingEntry (line 206) | struct PendingEntry FILE: demo/d3d12/NvCoDx12CounterFence.cpp type nvidia (line 10) | namespace nvidia { type Common (line 11) | namespace Common { FILE: demo/d3d12/NvCoDx12CounterFence.h function namespace (line 26) | namespace nvidia { FILE: demo/d3d12/NvCoDx12DescriptorHeap.cpp type nvidia (line 10) | namespace nvidia { type Common (line 11) | namespace Common { FILE: demo/d3d12/NvCoDx12DescriptorHeap.h function namespace (line 21) | namespace nvidia { FILE: demo/d3d12/NvCoDx12Handle.h function namespace (line 20) | namespace nvidia { FILE: demo/d3d12/NvCoDx12HelperUtil.cpp type nvidia (line 13) | namespace nvidia { type Common (line 14) | namespace Common { FILE: demo/d3d12/NvCoDx12HelperUtil.h function namespace (line 26) | namespace nvidia { FILE: demo/d3d12/NvCoDx12RenderTarget.cpp type nvidia (line 7) | namespace nvidia { type Common (line 8) | namespace Common { function DXGI_FORMAT (line 238) | DXGI_FORMAT Dx12RenderTarget::getSrvFormat(BufferType type) const function DXGI_FORMAT (line 243) | DXGI_FORMAT Dx12RenderTarget::getTargetFormat(BufferType type) const function D3D12_SHADER_RESOURCE_VIEW_DESC (line 248) | D3D12_SHADER_RESOURCE_VIEW_DESC Dx12RenderTarget::calcDefaultSrvDesc... FILE: demo/d3d12/NvCoDx12RenderTarget.h function namespace (line 10) | namespace nvidia { FILE: demo/d3d12/NvCoDx12Resource.cpp type nvidia (line 16) | namespace nvidia { type Common (line 17) | namespace Common { function D3D12_RESOURCE_BARRIER (line 32) | D3D12_RESOURCE_BARRIER& Dx12BarrierSubmitter::_expandOne() function DXGI_FORMAT (line 81) | DXGI_FORMAT Dx12ResourceBase::calcFormat(DxFormatUtil::UsageType usa... function ID3D12Resource (line 145) | ID3D12Resource* Dx12Resource::detach() FILE: demo/d3d12/NvCoDx12Resource.h function namespace (line 14) | namespace nvidia { type Dx12ResourceBase (line 47) | struct Dx12ResourceBase function restore (line 65) | inline void restore(Dx12BarrierSubmitter& submitter) { transition(m_prev... function restore (line 67) | inline void restore(Dx12BarrierSubmitter& submitter) { (void)submitter; } function Dx12ResourceBase (line 89) | struct Dx12Resource: public Dx12ResourceBase function D3D12_SHADER_BYTECODE (line 128) | struct Dx12Blob : public D3D12_SHADER_BYTECODE FILE: demo/d3d12/NvCoDx12ResourceScopeManager.cpp type nvidia (line 12) | namespace nvidia { type Common (line 13) | namespace Common { function ID3D12Resource (line 60) | ID3D12Resource* Dx12ResourceScopeManager::newUploadResource(const D3... FILE: demo/d3d12/NvCoDx12ResourceScopeManager.h function namespace (line 24) | namespace nvidia { FILE: demo/d3d12/NvCoDxDebugUtil.cpp type nvidia (line 10) | namespace nvidia { type Common (line 11) | namespace Common { FILE: demo/d3d12/NvCoDxDebugUtil.h function namespace (line 23) | namespace nvidia { FILE: demo/d3d12/NvCoDxFormatUtil.cpp type nvidia (line 12) | namespace nvidia { type Common (line 13) | namespace Common { function DXGI_FORMAT (line 15) | DXGI_FORMAT DxFormatUtil::calcResourceFormat(UsageType usage, int us... function DXGI_FORMAT (line 32) | DXGI_FORMAT DxFormatUtil::calcFormat(UsageType usage, DXGI_FORMAT fo... FILE: demo/d3d12/NvCoDxFormatUtil.h function namespace (line 7) | namespace nvidia { FILE: demo/d3d12/NvCoFreeList.cpp type nvidia (line 15) | namespace nvidia { type Common (line 16) | namespace Common { FILE: demo/d3d12/NvCoFreeList.h function namespace (line 18) | namespace nvidia { FILE: demo/d3d12/NvResult.h type NvResult (line 47) | typedef int NvResult; function namespace (line 130) | namespace nvidia { FILE: demo/d3d12/appD3D12Ctx.cpp function COMRelease (line 32) | void inline COMRelease(T& t) function COMRelease (line 39) | void inline COMRelease(T& t, UINT arraySize) function AppGraphCtx (line 90) | AppGraphCtx* AppGraphCtxCreateD3D12(int deviceID) function AppGraphCtxInitRenderTargetD3D12 (line 260) | void AppGraphCtxInitRenderTargetD3D12(AppGraphCtx* contextIn, SDL_Window... function AppGraphCtxUpdateSizeD3D12 (line 474) | bool AppGraphCtxUpdateSizeD3D12(AppGraphCtx* contextIn, SDL_Window* wind... function AppGraphCtxReleaseRenderTargetD3D12 (line 534) | void AppGraphCtxReleaseRenderTargetD3D12(AppGraphCtx* contextIn) function AppGraphCtxReleaseD3D12 (line 573) | void AppGraphCtxReleaseD3D12(AppGraphCtx* context) function AppGraphCtxFrameStartD3D12 (line 580) | void AppGraphCtxFrameStartD3D12(AppGraphCtx* contextIn, AppGraphColor cl... function AppGraphCtxFramePresentD3D12 (line 631) | void AppGraphCtxFramePresentD3D12(AppGraphCtx* contextIn, bool fullsync) function AppGraphCtxWaitForFramesD3D12 (line 670) | void AppGraphCtxWaitForFramesD3D12(AppGraphCtx* contextIn, unsigned int ... function AppGraphCtxProfileEnableD3D12 (line 725) | void AppGraphCtxProfileEnableD3D12(AppGraphCtx* contextIn, bool enabled) function AppGraphCtxProfileBeginD3D12 (line 731) | void AppGraphCtxProfileBeginD3D12(AppGraphCtx* contextIn, const char* la... function AppGraphCtxProfileEndD3D12 (line 737) | void AppGraphCtxProfileEndD3D12(AppGraphCtx* contextIn, const char* label) function AppGraphCtxProfileGetD3D12 (line 743) | bool AppGraphCtxProfileGetD3D12(AppGraphCtx* contextIn, const char** pla... function AppDescriptorReserveHandleD3D12 (line 774) | AppDescriptorReserveHandleD3D12 AppDynamicDescriptorHeapD3D12::reserveDe... type TimerCPU (line 804) | struct TimerCPU method TimerCPU (line 809) | TimerCPU() method getDeltaTime (line 815) | double getDeltaTime() type TimerGPU (line 824) | struct TimerGPU method TimerGPU (line 831) | TimerGPU() {} type Timer (line 839) | struct Timer method Timer (line 848) | Timer() {} type TimerValue (line 852) | struct TimerValue type Stat (line 858) | struct Stat method Stat (line 868) | Stat() {} method push (line 869) | void push(float time) method pull (line 889) | float pull(float frameTime) method push (line 907) | void push(float cpuTime, float gpuTime) method pull (line 913) | void pull(float frameTime) type HeapPropsReadback (line 920) | struct HeapPropsReadback : public D3D12_HEAP_PROPERTIES method HeapPropsReadback (line 922) | HeapPropsReadback() type ResourceDescBuffer (line 931) | struct ResourceDescBuffer : public D3D12_RESOURCE_DESC method ResourceDescBuffer (line 933) | ResourceDescBuffer(UINT64 size) type AppGraphProfilerD3D12 (line 950) | struct AppGraphProfilerD3D12 function AppGraphProfilerD3D12 (line 979) | AppGraphProfilerD3D12* appGraphCreateProfilerD3D12(AppGraphCtx* ctx) function appGraphReleaseProfiler (line 984) | void appGraphReleaseProfiler(AppGraphProfilerD3D12* profiler) function appGraphProfilerD3D12FrameBegin (line 989) | void appGraphProfilerD3D12FrameBegin(AppGraphProfilerD3D12* p) function appGraphProfilerD3D12FrameEnd (line 1001) | void appGraphProfilerD3D12FrameEnd(AppGraphProfilerD3D12* p) function appGraphProfilerD3D12Enable (line 1009) | void appGraphProfilerD3D12Enable(AppGraphProfilerD3D12* p, bool enabled) function appGraphProfilerD3D12Begin (line 1014) | void appGraphProfilerD3D12Begin(AppGraphProfilerD3D12* p, const char* la... function appGraphProfilerD3D12End (line 1048) | void appGraphProfilerD3D12End(AppGraphProfilerD3D12* p, const char* label) function appGraphProfilerD3D12Flush (line 1074) | bool appGraphProfilerD3D12Flush(AppGraphProfilerD3D12* p) function appGraphProfilerD3D12Get (line 1132) | bool appGraphProfilerD3D12Get(AppGraphProfilerD3D12* p, const char** pla... function AppGraphCtxDedicatedVideoMemoryD3D12 (line 1152) | size_t AppGraphCtxDedicatedVideoMemoryD3D12(AppGraphCtx* contextIn) function AppGraphCtxBeginGpuWork (line 1158) | void AppGraphCtxBeginGpuWork(AppGraphCtxD3D12* context) function AppGraphCtxEndGpuWork (line 1170) | void AppGraphCtxEndGpuWork(AppGraphCtxD3D12* context) function AppGraphCtxPrepareRenderTarget (line 1195) | void AppGraphCtxPrepareRenderTarget(AppGraphCtxD3D12* context) function AppGraphCtxWaitForGPU (line 1208) | void AppGraphCtxWaitForGPU(AppGraphCtxD3D12* context) FILE: demo/d3d12/appD3D12Ctx.h type IDXGISwapChain3 (line 18) | struct IDXGISwapChain3 type AppGraphProfilerD3D12 (line 20) | struct AppGraphProfilerD3D12 type AppDescriptorReserveHandleD3D12 (line 22) | struct AppDescriptorReserveHandleD3D12 type AppDynamicDescriptorHeapD3D12 (line 30) | struct AppDynamicDescriptorHeapD3D12 type AppGraphCtxD3D12 (line 46) | struct AppGraphCtxD3D12 function AppGraphCtxD3D12 (line 122) | inline AppGraphCtxD3D12* cast_to_AppGraphCtxD3D12(AppGraphCtx* appctx) function AppGraphCtx (line 127) | inline AppGraphCtx* cast_from_AppGraphCtxD3D12(AppGraphCtxD3D12* appctx) function ScopeGpuWork (line 167) | struct ScopeGpuWork FILE: demo/d3d12/bufferD3D12.cpp type FlexSample (line 16) | namespace FlexSample { FILE: demo/d3d12/bufferD3D12.h function namespace (line 12) | namespace FlexSample { FILE: demo/d3d12/demoContextD3D12.cpp function DemoContext (line 56) | DemoContext* CreateDemoContextD3D12() type FlexSample (line 61) | namespace FlexSample { function COMRelease (line 83) | void inline COMRelease(T& t) function FluidRenderer (line 1421) | FluidRenderer* DemoContextD3D12::createFluidRenderer(uint32_t width, u... function FluidRenderBuffers (line 1432) | FluidRenderBuffers* DemoContextD3D12::createFluidRenderBuffers(int num... function ShadowMap (line 1448) | ShadowMap* DemoContextD3D12::shadowCreate() function GpuMesh (line 1468) | GpuMesh* DemoContextD3D12::createGpuMesh(const Mesh* m) function DiffuseRenderBuffers (line 1482) | DiffuseRenderBuffers* DemoContextD3D12::createDiffuseRenderBuffers(int... FILE: demo/d3d12/demoContextD3D12.h function namespace (line 31) | namespace FlexSample { type FluidRenderBuffersD3D12 (line 42) | struct FluidRenderBuffersD3D12 type DiffuseRenderBuffersD3D12 (line 80) | struct DiffuseRenderBuffersD3D12 function DemoContext (line 107) | struct DemoContextD3D12: public DemoContext FILE: demo/d3d12/diffusePointRenderPipelineD3D12.cpp type FlexSample (line 20) | namespace FlexSample { function D3D12_FILL_MODE (line 34) | static D3D12_FILL_MODE _getFillMode(DiffusePointRenderPipelineD3D12::P... function D3D12_CULL_MODE (line 39) | static D3D12_CULL_MODE _getCullMode(DiffusePointRenderPipelineD3D12::P... function _initRasterizerDesc (line 44) | static void _initRasterizerDesc(DiffusePointRenderPipelineD3D12::Pipel... function _initPipelineStateDesc (line 51) | static void _initPipelineStateDesc(DiffusePointRenderPipelineD3D12::Pi... FILE: demo/d3d12/diffusePointRenderPipelineD3D12.h function namespace (line 21) | namespace FlexSample { FILE: demo/d3d12/fluidCompositeRenderPipelineD3D12.cpp type FlexSample (line 23) | namespace FlexSample { function _initPipelineStateDesc (line 30) | static void _initPipelineStateDesc(FluidCompositeRenderPipelineD3D12::... FILE: demo/d3d12/fluidCompositeRenderPipelineD3D12.h function namespace (line 23) | namespace FlexSample { FILE: demo/d3d12/fluidEllipsoidRenderPipelineD3D12.cpp type FlexSample (line 20) | namespace FlexSample { function _initPipelineStateDesc (line 35) | static void _initPipelineStateDesc(FluidEllipsoidRenderPipelineD3D12::... FILE: demo/d3d12/fluidEllipsoidRenderPipelineD3D12.h function namespace (line 21) | namespace FlexHlsl { function namespace (line 25) | namespace FlexSample { FILE: demo/d3d12/fluidSmoothRenderPipelineD3D12.cpp type FlexSample (line 19) | namespace FlexSample { function _initPipelineStateDesc (line 27) | static void _initPipelineStateDesc(FluidSmoothRenderPipelineD3D12::Pip... FILE: demo/d3d12/fluidSmoothRenderPipelineD3D12.h function namespace (line 22) | namespace FlexSample { FILE: demo/d3d12/fluidThicknessRenderPipelineD3D12.cpp type FlexSample (line 20) | namespace FlexSample { function _initPipelineStateDesc (line 35) | static void _initPipelineStateDesc(FluidThicknessRenderPipelineD3D12::... FILE: demo/d3d12/fluidThicknessRenderPipelineD3D12.h function namespace (line 21) | namespace FlexHlsl { function namespace (line 25) | namespace FlexSample { FILE: demo/d3d12/imguiGraphD3D12.cpp function COMRelease (line 23) | void inline COMRelease(T& t) type Vertex (line 34) | struct Vertex type Scissor (line 49) | struct Scissor type Params (line 69) | struct Params function imguiGraphContextInitD3D12 (line 79) | void imguiGraphContextInitD3D12(const ImguiGraphDesc* descIn) function imguiGraphContextUpdateD3D12 (line 314) | void imguiGraphContextUpdateD3D12(const ImguiGraphDesc* descIn) function imguiGraphContextDestroyD3D12 (line 321) | void imguiGraphContextDestroyD3D12() function imguiGraphRecordBeginD3D12 (line 329) | void imguiGraphRecordBeginD3D12() function imguiGraphFlush (line 393) | static void imguiGraphFlush() function imguiGraphRecordEndD3D12 (line 414) | void imguiGraphRecordEndD3D12() function imguiGraphEnableScissorD3D12 (line 432) | void imguiGraphEnableScissorD3D12(int x, int y, int width, int height) function imguiGraphDisableScissorD3D12 (line 447) | void imguiGraphDisableScissorD3D12() function imguiGraphVertex2fD3D12 (line 464) | void imguiGraphVertex2fD3D12(float x, float y) function imguiGraphVertex2fvD3D12 (line 470) | void imguiGraphVertex2fvD3D12(const float* v) function imguiGraphTexCoord2fD3D12 (line 485) | void imguiGraphTexCoord2fD3D12(float u, float v) function imguiGraphColor4ubD3D12 (line 491) | void imguiGraphColor4ubD3D12(uint8_t red, uint8_t green, uint8_t blue, u... function imguiGraphColor4ubvD3D12 (line 499) | void imguiGraphColor4ubvD3D12(const uint8_t* v) function imguiGraphFontTextureEnableD3D12 (line 507) | void imguiGraphFontTextureEnableD3D12() function imguiGraphFontTextureDisableD3D12 (line 512) | void imguiGraphFontTextureDisableD3D12() function imguiGraphFontTextureInitD3D12 (line 518) | void imguiGraphFontTextureInitD3D12(unsigned char* data) function imguiGraphFontTextureReleaseD3D12 (line 660) | void imguiGraphFontTextureReleaseD3D12() FILE: demo/d3d12/imguiGraphD3D12.h type ImguiDescriptorReserveHandleD3D12 (line 18) | struct ImguiDescriptorReserveHandleD3D12 type ImguiDynamicDescriptorHeapD3D12 (line 26) | struct ImguiDynamicDescriptorHeapD3D12 type ImguiGraphDescD3D12 (line 32) | struct ImguiGraphDescD3D12 function ImguiGraphDescD3D12 (line 49) | inline const ImguiGraphDescD3D12* cast_to_imguiGraphDescD3D12(const Imgu... function ImguiGraphDesc (line 54) | inline ImguiGraphDesc* cast_from_imguiGraphDescD3D12(ImguiGraphDescD3D12... FILE: demo/d3d12/imguiInteropD3D12.cpp type AppGraphCtx (line 22) | struct AppGraphCtx function imguiInteropUpdateDesc (line 26) | inline void imguiInteropUpdateDesc(ImguiGraphDescD3D12& desc, AppGraphCt... function imguiInteropGraphInitD3D12 (line 47) | bool imguiInteropGraphInitD3D12(imguiGraphInit_t func, const char* fontp... function imguiInteropGraphUpdateD3D12 (line 55) | void imguiInteropGraphUpdateD3D12(imguiGraphUpdate_t func, AppGraphCtx* ... FILE: demo/d3d12/lineRenderPipelineD3D12.cpp type FlexSample (line 18) | namespace FlexSample { FILE: demo/d3d12/lineRenderPipelineD3D12.h function namespace (line 22) | namespace FlexSample { FILE: demo/d3d12/meshRenderPipelineD3D12.cpp type FlexSample (line 20) | namespace FlexSample { type AsyncComputeBench (line 23) | namespace AsyncComputeBench function D3D12_FILL_MODE (line 70) | static D3D12_FILL_MODE _getFillMode(MeshRenderPipelineD3D12::PipelineS... function D3D12_CULL_MODE (line 79) | static D3D12_CULL_MODE _getCullMode(MeshRenderPipelineD3D12::PipelineS... function _initRasterizerDesc (line 99) | static void _initRasterizerDesc(MeshRenderPipelineD3D12::PipelineState... function _initPipelineStateDesc (line 107) | static void _initPipelineStateDesc(MeshRenderPipelineD3D12::PipelineSt... FILE: demo/d3d12/meshRenderPipelineD3D12.h function namespace (line 22) | namespace FlexSample { FILE: demo/d3d12/meshRenderer.cpp type FlexSample (line 13) | namespace FlexSample { FILE: demo/d3d12/meshRenderer.h function namespace (line 7) | namespace FlexSample { type MeshData (line 45) | struct MeshData type MeshData2 (line 67) | struct MeshData2 type LineData (line 90) | struct LineData type PointData (line 110) | struct PointData type RenderMesh (line 137) | struct RenderMesh type RenderAllocation (line 144) | struct RenderAllocation type MeshRenderer (line 160) | struct MeshRenderer FILE: demo/d3d12/meshRendererD3D12.cpp type FlexSample (line 3) | namespace FlexSample { function D3D12_VERTEX_BUFFER_VIEW (line 79) | D3D12_VERTEX_BUFFER_VIEW MeshRendererD3D12::_newImmediateVertexBuffer(... function D3D12_VERTEX_BUFFER_VIEW (line 96) | D3D12_VERTEX_BUFFER_VIEW MeshRendererD3D12::_newStridedImmediateVertex... function D3D12_INDEX_BUFFER_VIEW (line 131) | D3D12_INDEX_BUFFER_VIEW MeshRendererD3D12::_newImmediateIndexBuffer(co... function RenderMesh (line 304) | RenderMesh* MeshRendererD3D12::createMesh(const MeshData& meshData) function RenderMesh (line 315) | RenderMesh* MeshRendererD3D12::createMesh(const MeshData2& meshData) FILE: demo/d3d12/meshRendererD3D12.h type ShadowMap (line 10) | struct ShadowMap function namespace (line 12) | namespace FlexSample { FILE: demo/d3d12/meshUtil.cpp type FlexSample (line 13) | namespace FlexSample { function RenderMesh (line 15) | RenderMesh* MeshUtil::createRenderMesh(MeshRenderer* renderer, const M... FILE: demo/d3d12/meshUtil.h type Vec4 (line 11) | typedef ::Vec4 FlexVec4; type Vec3 (line 12) | typedef ::Vec3 FlexVec3; type Vec2 (line 13) | typedef ::Vec2 FlexVec2; function namespace (line 15) | namespace FlexSample { FILE: demo/d3d12/pipelineUtilD3D12.cpp type FlexSample (line 5) | namespace FlexSample { FILE: demo/d3d12/pipelineUtilD3D12.h function namespace (line 21) | namespace FlexSample { FILE: demo/d3d12/pointRenderPipelineD3D12.cpp type FlexSample (line 20) | namespace FlexSample { function D3D12_FILL_MODE (line 37) | static D3D12_FILL_MODE _getFillMode(PointRenderPipelineD3D12::Pipeline... function D3D12_CULL_MODE (line 42) | static D3D12_CULL_MODE _getCullMode(PointRenderPipelineD3D12::Pipeline... function _initRasterizerDesc (line 47) | static void _initRasterizerDesc(PointRenderPipelineD3D12::PipelineStat... function _initPipelineStateDesc (line 54) | static void _initPipelineStateDesc(PointRenderPipelineD3D12::PipelineS... FILE: demo/d3d12/pointRenderPipelineD3D12.h function namespace (line 22) | namespace FlexSample { FILE: demo/d3d12/renderStateD3D12.cpp type FlexSample (line 4) | namespace FlexSample { function RenderStateD3D12 (line 49) | RenderStateD3D12 RenderStateManagerD3D12::getState() FILE: demo/d3d12/renderStateD3D12.h function namespace (line 21) | namespace FlexSample { type RenderStateD3D12 (line 33) | struct RenderStateD3D12 type RenderStateManagerD3D12 (line 47) | struct RenderStateManagerD3D12 FILE: demo/demoContext.h function class (line 35) | class DemoContext FILE: demo/helpers.h function SampleSDF (line 37) | float SampleSDF(const float* sdf, int dim, int x, int y, int z) function Vec3 (line 47) | Vec3 SampleSDFGrad(const float* sdf, int dim, int x, int y, int z) function GetParticleBounds (line 65) | void GetParticleBounds(Vec3& lower, Vec3& upper) function SkinMesh (line 403) | void SkinMesh() function AddPlinth (line 461) | void AddPlinth() function AddSphere (line 472) | void AddSphere(float radius, Vec3 position, Quat rotation) function AddCapsule (line 489) | void AddCapsule(float radius, float halfHeight, Vec3 position, Quat rota... function CreateSDF (line 507) | void CreateSDF(const Mesh* mesh, uint32_t dim, Vec3 lower, Vec3 upper, f... function AddRandomConvex (line 533) | void AddRandomConvex(int numPlanes, Vec3 position, float minDist, float ... function CreateRandomBody (line 635) | void CreateRandomBody(int numPlanes, Vec3 position, float minDist, float... function NvFlexTriangleMeshId (line 703) | NvFlexTriangleMeshId CreateTriangleMesh(Mesh* m) function AddTriangleMesh (line 734) | void AddTriangleMesh(NvFlexTriangleMeshId mesh, Vec3 translation, Quat r... function AddSDF (line 814) | void AddSDF(NvFlexDistanceFieldId sdf, Vec3 translation, Quat rotation, ... function GridIndex (line 828) | inline int GridIndex(int x, int y, int dx) { return y*dx + x; } function CreateSpringGrid (line 830) | void CreateSpringGrid(Vec3 lower, int dx, int dy, int dz, float radius, ... type Tri (line 973) | struct Tri type TriKey (line 996) | struct TriKey function CreateTetMesh (line 1026) | void CreateTetMesh(const char* filename, Vec3 lower, float scale, float ... function PickParticle (line 1137) | int PickParticle(Vec3 origin, Vec3 dir, Vec4* particles, int* phases, in... function CalculateRigidCentersOfMass (line 1171) | void CalculateRigidCentersOfMass(const Vec4* restPositions, int numRestP... function CalculateRigidLocalPositions (line 1214) | void CalculateRigidLocalPositions(const Vec4* restPositions, const int* ... function DrawImguiString (line 1234) | void DrawImguiString(int x, int y, Vec3 color, int align, const char* s,... function DrawShadowedText (line 1252) | void DrawShadowedText(int x, int y, Vec3 color, int align, const char* s... function DrawRect (line 1267) | void DrawRect(float x, float y, float w, float h, Vec3 color) function DrawShadowedRect (line 1272) | void DrawShadowedRect(float x, float y, float w, float h, Vec3 color) function DrawLine (line 1278) | void DrawLine(float x0, float y0, float x1, float y1, float r, Vec3 color) function DrawShadowedLine (line 1283) | void DrawShadowedLine(float x0, float y0, float x1, float y1, float r, V... function Vec3 (line 1291) | Vec3 CalculateMean(const Vec3* particles, const int* indices, int numInd... function CalculateRadius (line 1304) | float CalculateRadius(const Vec3* particles, Vec3 center, const int* ind... type Cluster (line 1318) | struct Cluster type Seed (line 1327) | struct Seed function CreateSkinning (line 1471) | void CreateSkinning(const Vec3* vertices, int numVertices, const Vec3* c... function SampleMesh (line 1550) | void SampleMesh(Mesh* mesh, Vec3 lower, Vec3 scale, float rotation, floa... function ClearShapes (line 1675) | void ClearShapes() function UpdateShapes (line 1685) | void UpdateShapes() function GetShapeBounds (line 1692) | void GetShapeBounds(Vec3& totalLower, Vec3& totalUpper) FILE: demo/imgui.cpp function resetGfxCmdQueue (line 49) | static void resetGfxCmdQueue() function addGfxCmdScissor (line 55) | static void addGfxCmdScissor(int x, int y, int w, int h) function addGfxCmdRect (line 69) | static void addGfxCmdRect(float x, float y, float w, float h, unsigned i... function addGfxCmdLine (line 84) | static void addGfxCmdLine(float x0, float y0, float x1, float y1, float ... function addGfxCmdRoundedRect (line 99) | static void addGfxCmdRoundedRect(float x, float y, float w, float h, flo... function addGfxCmdTriangle (line 114) | static void addGfxCmdTriangle(int x, int y, int w, int h, int flags, uns... function addGfxCmdText (line 128) | static void addGfxCmdText(int x, int y, int align, const char* text, uns... type GuiState (line 143) | struct GuiState method GuiState (line 145) | GuiState() : function setStateLeft (line 177) | void setStateLeft(bool bLeftDown) function anyActive (line 184) | inline bool anyActive() function isActive (line 189) | inline bool isActive(unsigned int id) function isHot (line 194) | inline bool isHot(unsigned int id) function inRect (line 199) | inline bool inRect(int x, int y, int w, int h, bool checkScroll = true) function clearInput (line 204) | inline void clearInput() function clearActive (line 211) | inline void clearActive() function setActive (line 218) | inline void setActive(unsigned int id) function setHot (line 224) | inline void setHot(unsigned int id) function buttonLogic (line 235) | static bool buttonLogic(unsigned int id, bool over) function updateInput (line 274) | static void updateInput(int mx, int my, unsigned char mbut, int scroll) function imguiBeginFrame (line 287) | void imguiBeginFrame(int mx, int my, unsigned char mbut, int scroll) function imguiEndFrame (line 308) | void imguiEndFrame() function imguiGfxCmd (line 313) | const imguiGfxCmd* imguiGetRenderQueue() function imguiGetRenderQueueSize (line 318) | int imguiGetRenderQueueSize() function imguiBeginScrollArea (line 345) | bool imguiBeginScrollArea(const char* name, int x, int y, int w, int h, ... function imguiEndScrollArea (line 376) | void imguiEndScrollArea() function imguiButton (line 448) | bool imguiButton(const char* text, bool enabled) function imguiItem (line 471) | bool imguiItem(const char* text, bool enabled, unsigned int color) function imguiCheck (line 496) | bool imguiCheck(const char* text, bool checked, bool enabled) function imguiCollapse (line 529) | bool imguiCollapse(const char* text, const char* subtext, bool checked, ... function imguiLabel (line 562) | void imguiLabel(const char* text) function imguiValue (line 570) | void imguiValue(const char* text) function imguiSlider (line 580) | bool imguiSlider(const char* text, float* val, float vmin, float vmax, f... function imguiIndent (line 650) | void imguiIndent() function imguiUnindent (line 656) | void imguiUnindent() function imguiSeparator (line 662) | void imguiSeparator() function imguiSeparatorLine (line 667) | void imguiSeparatorLine() function imguiDrawText (line 678) | void imguiDrawText(int x, int y, int align, const char* text, unsigned i... function imguiDrawLine (line 683) | void imguiDrawLine(float x0, float y0, float x1, float y1, float r, unsi... function imguiDrawRect (line 688) | void imguiDrawRect(float x, float y, float w, float h, unsigned int color) function imguiDrawRoundedRect (line 693) | void imguiDrawRoundedRect(float x, float y, float w, float h, float r, u... FILE: demo/imgui.h type imguiMouseButton (line 22) | enum imguiMouseButton type imguiTextAlign (line 28) | enum imguiTextAlign type imguiGfxCmdType (line 65) | enum imguiGfxCmdType type imguiGfxRect (line 74) | struct imguiGfxRect type imguiGfxText (line 79) | struct imguiGfxText type imguiGfxLine (line 85) | struct imguiGfxLine type imguiGfxCmd (line 90) | struct imguiGfxCmd FILE: demo/main.cpp function GetKeyFromGameControllerButton (line 68) | int GetKeyFromGameControllerButton(SDL_GameControllerButton button) function joyAxisFilter (line 98) | inline float joyAxisFilter(int value, int stick) type SimBuffers (line 179) | struct SimBuffers method SimBuffers (line 233) | SimBuffers(NvFlexLibrary* l) : function MapBuffers (line 249) | void MapBuffers(SimBuffers* buffers) function UnmapBuffers (line 301) | void UnmapBuffers(SimBuffers* buffers) function SimBuffers (line 358) | SimBuffers* AllocBuffers(NvFlexLibrary* lib) method SimBuffers (line 233) | SimBuffers(NvFlexLibrary* l) : function DestroyBuffers (line 363) | void DestroyBuffers(SimBuffers* buffers) class Scene (line 532) | class Scene type Emitter (line 535) | struct Emitter method Emitter (line 537) | Emitter() : mSpeed(0.0f), mEnabled(false), mLeftOver(0.0f), mWidth(8) ... type Rope (line 550) | struct Rope function sqr (line 557) | inline float sqr(float x) { return x*x; } function Init (line 563) | void Init(int scene, bool centerCamera = true) function Reset (line 1024) | void Reset() function Shutdown (line 1029) | void Shutdown() function UpdateEmitters (line 1064) | void UpdateEmitters() function UpdateCamera (line 1141) | void UpdateCamera() function UpdateMouse (line 1150) | void UpdateMouse() function UpdateWind (line 1205) | void UpdateWind() function SyncScene (line 1225) | void SyncScene() function UpdateScene (line 1231) | void UpdateScene() function RenderScene (line 1237) | void RenderScene() function RenderDebug (line 1468) | void RenderDebug() function DrawShapes (line 1595) | void DrawShapes() function DoUI (line 1700) | int DoUI() function UpdateFrame (line 1943) | void UpdateFrame() function DumpAftermathData (line 2241) | void DumpAftermathData() function ReshapeWindow (line 2251) | void ReshapeWindow(int width, int height) function InputArrowKeysDown (line 2269) | void InputArrowKeysDown(int key, int x, int y) function InputArrowKeysUp (line 2314) | void InputArrowKeysUp(int key, int x, int y) function InputKeyboardDown (line 2318) | bool InputKeyboardDown(unsigned char key, int x, int y) function InputKeyboardUp (line 2542) | void InputKeyboardUp(unsigned char key, int x, int y) function MouseFunc (line 2567) | void MouseFunc(int b, int state, int x, int y) function MousePassiveMotionFunc (line 2599) | void MousePassiveMotionFunc(int x, int y) function MouseMotionFunc (line 2605) | void MouseMotionFunc(unsigned state, int x, int y) function ErrorCallback (line 2625) | void ErrorCallback(NvFlexErrorSeverity severity, const char* msg, const ... function ControllerButtonEvent (line 2632) | void ControllerButtonEvent(SDL_ControllerButtonEvent event) function ControllerDeviceUpdate (line 2666) | void ControllerDeviceUpdate() function SDLInit (line 2678) | void SDLInit(const char* title) function SDLMainLoop (line 2698) | void SDLMainLoop() function main (line 2775) | int main(int argc, char* argv[]) FILE: demo/opengl/demoContextOGL.h function DemoContext (line 14) | struct DemoContextOGL : public DemoContext FILE: demo/opengl/imguiRenderGL.cpp type OGL_Renderer (line 27) | namespace OGL_Renderer function imguifree (line 40) | void imguifree(void* ptr, void* /*userptr*/) function RGBA (line 60) | inline unsigned int RGBA(unsigned char r, unsigned char g, unsigned ch... function drawPolygon (line 65) | static void drawPolygon(const float* coords, unsigned numCoords, float... function drawRect (line 137) | static void drawRect(float x, float y, float w, float h, float fth, un... function drawRoundedRect (line 166) | static void drawRoundedRect(float x, float y, float w, float h, float ... function drawLine (line 203) | static void drawLine(float x0, float y0, float x1, float y1, float r, ... function imguiRenderGLInit (line 240) | bool imguiRenderGLInit(const char* fontpath) function imguiRenderGLDestroy (line 291) | void imguiRenderGLDestroy() function getBakedQuad (line 300) | static void getBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, in... function getTextLength (line 322) | static float getTextLength(stbtt_bakedchar *chardata, const char* text) function drawText (line 352) | static void drawText(float x, float y, const char *text, int align, un... function imguiRenderGLDraw (line 414) | void imguiRenderGLDraw() FILE: demo/opengl/imguiRenderGL.h function namespace (line 22) | namespace OGL_Renderer FILE: demo/opengl/shader.cpp function glAssert (line 40) | void glAssert(const char* msg, long line, const char* file) type OGL_Renderer (line 85) | namespace OGL_Renderer function GlslPrintShaderLog (line 87) | void GlslPrintShaderLog(GLuint obj) function PreProcessShader (line 113) | void PreProcessShader(const char* filename, std::string& source) function GLuint (line 154) | GLuint CompileProgram(const char *vsource, const char *fsource, const ... function DrawPlane (line 211) | void DrawPlane(const Vec4& p, bool color) FILE: demo/opengl/shader.h function namespace (line 78) | namespace OGL_Renderer FILE: demo/opengl/shadersGL.cpp type FluidRenderBuffersGL (line 56) | struct FluidRenderBuffersGL method FluidRenderBuffersGL (line 58) | FluidRenderBuffersGL(int numParticles = 0): type DiffuseRenderBuffersGL (line 103) | struct DiffuseRenderBuffersGL method DiffuseRenderBuffersGL (line 105) | DiffuseRenderBuffersGL(int numParticles = 0): type FluidRenderer (line 139) | struct FluidRenderer type ShadowMap (line 164) | struct ShadowMap type GpuMesh (line 170) | struct GpuMesh function GLuint (line 183) | GLuint LoadTexture(const char* filename) type RenderTexture (line 211) | struct RenderTexture method RenderTexture (line 219) | RenderTexture() type OGL_Renderer (line 250) | namespace OGL_Renderer function InitRender (line 253) | void InitRender(const RenderInitOptions& options) function DestroyRender (line 284) | void DestroyRender() function StartFrame (line 288) | void StartFrame(Vec4 clearColor) function EndFrame (line 304) | void EndFrame() function SetView (line 320) | void SetView(Matrix44 view, Matrix44 proj) function SetFillMode (line 329) | void SetFillMode(bool wireframe) function SetCullMode (line 334) | void SetCullMode(bool enabled) function imguiGraphDraw (line 343) | void imguiGraphDraw() function ReshapeRender (line 398) | void ReshapeRender(int width, int height, bool minimized) function GetViewRay (line 440) | void GetViewRay(int x, int y, Vec3& origin, Vec3& dir) function Vec3 (line 461) | Vec3 GetScreenCoord(Vec3& pos) { function ReadFrame (line 477) | void ReadFrame(int* backbuffer, int width, int height) function PresentFrame (line 483) | void PresentFrame(bool fullsync) function RenderTexture (line 492) | RenderTexture* CreateRenderTexture(const char* filename) function RenderTexture (line 509) | RenderTexture* CreateRenderTarget(int width, int height, bool depth) function DestroyRenderTexture (line 514) | void DestroyRenderTexture(RenderTexture* t) function main (line 560) | void main() function shadowSample (line 610) | float shadowSample() function sqr (line 633) | float sqr(float x) { return x*x; } function main (line 635) | void main() function main (line 684) | void main() function sqr (line 733) | float sqr(float x) { return x*x; } function shadowSample (line 736) | float shadowSample() function filterwidth (line 761) | float filterwidth(vec2 v) function vec2 (line 767) | vec2 bump(vec2 x) function checker (line 772) | float checker(vec2 uv) function main (line 782) | void main() function ShadowApply (line 829) | void ShadowApply(GLint sprogram, Vec3 lightPos, Vec3 lightTarget, Matr... function DrawPoints (line 862) | void DrawPoints(FluidRenderBuffers* buffersIn, int n, int offset, floa... function ResetProgramId (line 945) | void ResetProgramId() function ShadowMap (line 954) | ShadowMap* ShadowCreate() function ShadowDestroy (line 985) | void ShadowDestroy(ShadowMap* map) function ShadowBegin (line 993) | void ShadowBegin(ShadowMap* map) function ShadowEnd (line 1015) | void ShadowEnd() function BindSolidShader (line 1025) | void BindSolidShader(Vec3 lightPos, Vec3 lightTarget, Matrix44 lightTr... function UnbindSolidShader (line 1050) | void UnbindSolidShader() function SetMaterial (line 1060) | void SetMaterial(const Matrix44& xform, const RenderMaterial& mat) function DrawPlanes (line 1100) | void DrawPlanes(Vec4* planes, int n, float bias) function DrawMesh (line 1124) | void DrawMesh(const Mesh* m, Vec3 color) function DrawCloth (line 1156) | void DrawCloth(const Vec4* positions, const Vec4* normals, const float... function DrawRope (line 1210) | void DrawRope(Vec4* positions, int* indices, int numIndices, float rad... type ReflectMap (line 1254) | struct ReflectMap function ReflectMap (line 1262) | ReflectMap* ReflectCreate(int width, int height) function ReflectDestroy (line 1288) | void ReflectDestroy(ReflectMap* map) function ReflectBegin (line 1295) | void ReflectBegin(ReflectMap* map, Vec4 plane, int width, int height) function ReflectEnd (line 1325) | void ReflectEnd(ReflectMap* map, int width, int height) function main (line 1354) | void main() function main (line 1370) | void main() function Sign (line 1416) | float Sign(float x) { return x < 0.0 ? -1.0: 1.0; } function solveQuadratic (line 1418) | bool solveQuadratic(float a, float b, float c, out float minT, out flo... function DotInvW (line 1447) | float DotInvW(vec4 a, vec4 b) { return a.x*b.x + a.y*b.y + a.z*b.z - a... function main (line 1449) | void main() function STRINGIFY (line 1552) | STRINGIFY( function solveQuadratic (line 1559) | bool solveQuadratic(float a, float b, float c, out float minT, out flo... function sqr (line 1588) | float sqr(float x) { return x*x; } function main (line 1590) | void main() function sqr (line 1657) | float sqr(float x) { return x*x; } function main (line 1659) | void main() function shadowSample (line 1778) | float shadowSample(vec3 worldPos, out float attenuation) function vec3 (line 1808) | vec3 viewportToEyeSpace(vec2 coord, float eyeZ) function vec3 (line 1816) | vec3 srgbToLinear(vec3 c) { return pow(c, vec3(2.2)); } function vec3 (line 1817) | vec3 linearToSrgb(vec3 c) { return pow(c, vec3(1.0/2.2)); } function sqr (line 1819) | float sqr(float x) { return x*x; } function cube (line 1820) | float cube(float x) { return x*x*x; } function main (line 1822) | void main() function FluidRenderer (line 1920) | FluidRenderer* CreateFluidRenderer(uint32_t width, uint32_t height) function DestroyFluidRenderer (line 2033) | void DestroyFluidRenderer(FluidRenderer* renderer) function FluidRenderBuffers (line 2045) | FluidRenderBuffers* CreateFluidRenderBuffers(int numFluidParticles, bo... function DestroyFluidRenderBuffers (line 2084) | void DestroyFluidRenderBuffers(FluidRenderBuffers* buffers) function UpdateFluidRenderBuffers (line 2089) | void UpdateFluidRenderBuffers(FluidRenderBuffers* buffersIn, NvFlexSol... function UpdateFluidRenderBuffers (line 2118) | void UpdateFluidRenderBuffers(FluidRenderBuffers* buffersIn, Vec4* par... function DiffuseRenderBuffers (line 2160) | DiffuseRenderBuffers* CreateDiffuseRenderBuffers(int numDiffuseParticl... function DestroyDiffuseRenderBuffers (line 2186) | void DestroyDiffuseRenderBuffers(DiffuseRenderBuffers* buffersIn) function UpdateDiffuseRenderBuffers (line 2199) | void UpdateDiffuseRenderBuffers(DiffuseRenderBuffers* buffersIn, NvFle... function UpdateDiffuseRenderBuffers (line 2209) | void UpdateDiffuseRenderBuffers(DiffuseRenderBuffers* buffersIn, Vec4*... function RenderFullscreenQuad (line 2223) | void RenderFullscreenQuad() function RenderEllipsoids (line 2243) | void RenderEllipsoids(FluidRenderer* render, FluidRenderBuffers* buffe... function main (line 2487) | void main() function main (line 2530) | void main() function main (line 2623) | void main() function GetNumDiffuseRenderParticles (line 2642) | int GetNumDiffuseRenderParticles(DiffuseRenderBuffers* buffers) function RenderDiffuse (line 2647) | void RenderDiffuse(FluidRenderer* render, DiffuseRenderBuffers* buffer... function GpuMesh (line 2808) | GpuMesh* CreateGpuMesh(const Mesh* m) function DestroyGpuMesh (line 2832) | void DestroyGpuMesh(GpuMesh* m) function DrawGpuMesh (line 2839) | void DrawGpuMesh(GpuMesh* m, const Matrix44& xform, const Vec3& color) function DrawGpuMeshInstances (line 2875) | void DrawGpuMeshInstances(GpuMesh* m, const Matrix44* xforms, int n, c... function BeginLines (line 2912) | void BeginLines() function DrawLine (line 2929) | void DrawLine(const Vec3& p, const Vec3& q, const Vec4& color) function EndLines (line 2936) | void EndLines() function BeginPoints (line 2941) | void BeginPoints(float size) function DrawPoint (line 2964) | void DrawPoint(const Vec3& p, const Vec4& color) function EndPoints (line 2970) | void EndPoints() function SyncAndGetRenderTime (line 2975) | float SyncAndGetRenderTime(unsigned long long* begin, unsigned long lo... function RendererGetDeviceTimestamps (line 2983) | float RendererGetDeviceTimestamps(unsigned long long* begin, unsigned ... function GraphicsTimerBegin (line 2985) | void GraphicsTimerBegin() { } function GraphicsTimerEnd (line 2986) | void GraphicsTimerEnd() { } function StartGpuWork (line 2988) | void StartGpuWork() { } function EndGpuWork (line 2989) | void EndGpuWork() { } function GetRenderDevice (line 2991) | void GetRenderDevice(void** deviceOut, void** contextOut) function DrawImguiGraph (line 2997) | void DrawImguiGraph() function DemoContext (line 3008) | DemoContext* CreateDemoContextOGL() function ShadowMap (line 3109) | ShadowMap* DemoContextOGL::shadowCreate() function FluidRenderer (line 3129) | FluidRenderer* DemoContextOGL::createFluidRenderer(uint32_t width, uint3... function FluidRenderBuffers (line 3139) | FluidRenderBuffers* DemoContextOGL::createFluidRenderBuffers(int numPart... function GpuMesh (line 3159) | GpuMesh* DemoContextOGL::createGpuMesh(const Mesh* m) function DiffuseRenderBuffers (line 3179) | DiffuseRenderBuffers* DemoContextOGL::createDiffuseRenderBuffers(int num... FILE: demo/opengl/utilsGL.h function MultiplyMatrices4by4OpenGL_FLOAT (line 8) | void MultiplyMatrices4by4OpenGL_FLOAT(float *result, float *matrix1, flo... function MultiplyMatrixByVector4by4OpenGL_FLOAT (line 76) | void MultiplyMatrixByVector4by4OpenGL_FLOAT(float *resultvector, const f... function glhInvertMatrixf2 (line 89) | int glhInvertMatrixf2(float *m, float *out) function Projectf (line 241) | int Projectf(float objx, float objy, float objz, float *modelview, float... function UnProjectf (line 273) | int UnProjectf(float winx, float winy, float winz, float *modelview, flo... FILE: demo/scenes.h function class (line 35) | class Scene FILE: demo/scenes/adhesion.h function class (line 2) | class Adhesion : public Scene FILE: demo/scenes/armadilloshower.h function class (line 3) | class ArmadilloShower : public Scene FILE: demo/scenes/bananas.h function class (line 3) | class BananaPile : public Scene FILE: demo/scenes/bouyancy.h function class (line 4) | class Buoyancy : public Scene FILE: demo/scenes/bunnybath.h function class (line 2) | class BunnyBath : public Scene FILE: demo/scenes/ccdfluid.h function class (line 2) | class CCDFluid : public Scene FILE: demo/scenes/clothlayers.h function class (line 3) | class ClothLayers : public Scene FILE: demo/scenes/dambreak.h function class (line 3) | class DamBreak : public Scene FILE: demo/scenes/darts.h function class (line 2) | class Darts : public Scene FILE: demo/scenes/debris.h function class (line 2) | class RigidDebris : public Scene FILE: demo/scenes/deformables.h function class (line 3) | class Deformables : public Scene FILE: demo/scenes/envcloth.h function class (line 3) | class EnvironmentalCloth: public Scene FILE: demo/scenes/flag.h function class (line 2) | class FlagCloth: public Scene FILE: demo/scenes/fluidblock.h function class (line 3) | class FluidBlock : public Scene FILE: demo/scenes/fluidclothcoupling.h function class (line 2) | class FluidClothCoupling : public Scene FILE: demo/scenes/forcefield.h function class (line 3) | class ForceField : public Scene FILE: demo/scenes/frictionmoving.h function class (line 2) | class FrictionMovingShape: public Scene function Update (line 58) | void Update() FILE: demo/scenes/frictionramp.h function class (line 3) | class FrictionRamp : public Scene FILE: demo/scenes/gamemesh.h function class (line 2) | class GameMesh : public Scene function virtual (line 169) | virtual void PostInitialize() function virtual (line 179) | virtual void CenterCamera(void) FILE: demo/scenes/googun.h function class (line 2) | class GooGun : public Scene FILE: demo/scenes/granularpile.h function class (line 3) | class GranularPile : public Scene FILE: demo/scenes/granularshape.h function class (line 4) | class GranularShape : public Scene FILE: demo/scenes/inflatable.h function class (line 3) | class Inflatable : public Scene FILE: demo/scenes/initialoverlap.h function class (line 4) | class InitialOverlap : public Scene FILE: demo/scenes/lighthouse.h function class (line 3) | class Lighthouse : public Scene FILE: demo/scenes/localspacecloth.h function class (line 4) | class LocalSpaceCloth : public Scene FILE: demo/scenes/localspacefluid.h function class (line 3) | class LocalSpaceFluid : public Scene FILE: demo/scenes/lowdimensionalshapes.h function class (line 2) | class LowDimensionalShapes: public Scene FILE: demo/scenes/melting.h function class (line 2) | class Melting : public Scene FILE: demo/scenes/nonconvex.h function class (line 3) | class NonConvex : public Scene FILE: demo/scenes/parachutingbunnies.h function class (line 2) | class ParachutingBunnies : public Scene FILE: demo/scenes/pasta.h function class (line 2) | class Pasta : public Scene FILE: demo/scenes/potpourri.h function class (line 2) | class PotPourri : public Scene FILE: demo/scenes/rayleightaylor.h function class (line 2) | class RayleighTaylor3D : public Scene function class (line 78) | class RayleighTaylor2D : public Scene FILE: demo/scenes/restitution.h function class (line 4) | class Restitution : public Scene FILE: demo/scenes/rigidfluidcoupling.h function class (line 2) | class RigidFluidCoupling : public Scene FILE: demo/scenes/rigidpile.h function class (line 2) | class RigidPile : public Scene function virtual (line 123) | virtual void Update() FILE: demo/scenes/rigidrotation.h function class (line 3) | class RigidRotation : public Scene FILE: demo/scenes/rockpool.h function class (line 4) | class RockPool: public Scene FILE: demo/scenes/sdfcollision.h function class (line 2) | class SDFCollision : public Scene FILE: demo/scenes/shapechannels.h function class (line 5) | class ShapeChannels : public Scene FILE: demo/scenes/shapecollision.h function class (line 3) | class ShapeCollision : public Scene FILE: demo/scenes/softbody.h function class (line 3) | class SoftBody : public Scene type Instance (line 33) | struct Instance type RenderingInstance (line 91) | struct RenderingInstance function virtual (line 131) | virtual void Initialize() function virtual (line 323) | virtual void Draw(int pass) function class (line 372) | class SoftBodyFixed : public SoftBody FILE: demo/scenes/spherecloth.h function class (line 4) | class SphereCloth : public Scene FILE: demo/scenes/surfacetension.h function class (line 2) | class SurfaceTension : public Scene function Update (line 47) | void Update() FILE: demo/scenes/tearing.h function class (line 2) | class Tearing : public Scene FILE: demo/scenes/thinbox.h function class (line 3) | class ThinBox : public Scene FILE: demo/scenes/trianglecollision.h function class (line 2) | class TriangleCollision : public Scene FILE: demo/scenes/triggervolume.h function class (line 4) | class TriggerVolume : public Scene FILE: demo/scenes/viscosity.h function class (line 2) | class Viscosity : public Scene function virtual (line 72) | virtual void DoGui() FILE: demo/scenes/waterballoon.h function class (line 2) | class WaterBalloon : public Scene FILE: demo/shaders.h type DiffuseRenderBuffers (line 39) | struct DiffuseRenderBuffers type FluidRenderBuffers (line 40) | struct FluidRenderBuffers type SDL_Window (line 42) | struct SDL_Window type ShadowMap (line 90) | struct ShadowMap type RenderTexture (line 96) | struct RenderTexture type RenderMesh (line 132) | struct RenderMesh type GpuMesh (line 146) | struct GpuMesh type FluidRenderer (line 164) | struct FluidRenderer FILE: demo/shadersDemoContext.cpp function DemoContext (line 14) | DemoContext* CreateDemoContextD3D11() { assert(0); return 0; } function DemoContext (line 15) | DemoContext* CreateDemoContextD3D12() { assert(0); return 0; } function DemoContext (line 18) | DemoContext* CreateDemoContextOGL() { assert(0); return 0; } function CreateDemoContext (line 28) | void CreateDemoContext(int type) function DemoContext (line 43) | DemoContext* GetDemoContext() function ReshapeRender (line 48) | void ReshapeRender(SDL_Window* window) function DestroyRender (line 55) | void DestroyRender() function StartFrame (line 64) | void StartFrame(Vec4 colorIn) { s_context->startFrame(colorIn); } function EndFrame (line 65) | void EndFrame() { s_context->endFrame(); } function PresentFrame (line 66) | void PresentFrame(bool fullSync) { s_context->presentFrame(fullSync); } function FlushGraphicsAndWait (line 68) | void FlushGraphicsAndWait() { s_context->flushGraphicsAndWait(); } function ReadFrame (line 70) | void ReadFrame(int* backbuffer, int width, int height) { s_context->read... function GetViewRay (line 72) | void GetViewRay(int x, int y, Vec3& origin, Vec3& dir) { return s_contex... function SetFillMode (line 74) | void SetFillMode(bool wire) { s_context->setFillMode(wire); } function SetCullMode (line 76) | void SetCullMode(bool enabled) { s_context->setCullMode(enabled); } function SetView (line 78) | void SetView(Matrix44 view, Matrix44 projection) { return s_context->set... function FluidRenderer (line 80) | FluidRenderer* CreateFluidRenderer(uint32_t width, uint32_t height) { re... function DestroyFluidRenderer (line 82) | void DestroyFluidRenderer(FluidRenderer* renderer) { return s_context->d... function FluidRenderBuffers (line 84) | FluidRenderBuffers* CreateFluidRenderBuffers(int numParticles, bool enab... function UpdateFluidRenderBuffers (line 86) | void UpdateFluidRenderBuffers(FluidRenderBuffers* buffers, Vec4* particl... function UpdateFluidRenderBuffers (line 91) | void UpdateFluidRenderBuffers(FluidRenderBuffers* buffers, NvFlexSolver*... function DestroyFluidRenderBuffers (line 93) | void DestroyFluidRenderBuffers(FluidRenderBuffers* buffers) { return s_c... function ShadowMap (line 95) | ShadowMap* ShadowCreate() { return s_context->shadowCreate(); } function ShadowDestroy (line 97) | void ShadowDestroy(ShadowMap* map) { s_context->shadowDestroy(map); } function ShadowBegin (line 99) | void ShadowBegin(ShadowMap* map) { s_context->shadowBegin(map); } function ShadowEnd (line 101) | void ShadowEnd() { s_context->shadowEnd(); } function BindSolidShader (line 104) | void BindSolidShader(Vec3 lightPos, Vec3 lightTarget, Matrix44 lightTran... function UnbindSolidShader (line 109) | void UnbindSolidShader() { s_context->unbindSolidShader(); } function DrawMesh (line 111) | void DrawMesh(const Mesh* m, Vec3 color) { s_context->drawMesh(m, color); } function DrawCloth (line 113) | void DrawCloth(const Vec4* positions, const Vec4* normals, const float* ... function DrawRope (line 118) | void DrawRope(Vec4* positions, int* indices, int numIndices, float radiu... function DrawPlane (line 123) | void DrawPlane(const Vec4& p, bool color) { s_context->drawPlane(p, colo... function DrawPlanes (line 125) | void DrawPlanes(Vec4* planes, int n, float bias) { s_context->drawPlanes... function GpuMesh (line 127) | GpuMesh* CreateGpuMesh(const Mesh* m) function DestroyGpuMesh (line 132) | void DestroyGpuMesh(GpuMesh* m) { s_context->destroyGpuMesh(m); } function DrawGpuMesh (line 134) | void DrawGpuMesh(GpuMesh* m, const Matrix44& xform, const Vec3& color) {... function DrawGpuMeshInstances (line 136) | void DrawGpuMeshInstances(GpuMesh* m, const Matrix44* xforms, int n, con... function DrawPoints (line 138) | void DrawPoints(FluidRenderBuffers* buffers, int n, int offset, float ra... function RenderEllipsoids (line 143) | void RenderEllipsoids(FluidRenderer* renderer, FluidRenderBuffers* buffe... function DiffuseRenderBuffers (line 148) | DiffuseRenderBuffers* CreateDiffuseRenderBuffers(int numDiffuseParticles... function DestroyDiffuseRenderBuffers (line 150) | void DestroyDiffuseRenderBuffers(DiffuseRenderBuffers* buffers) { return... function UpdateDiffuseRenderBuffers (line 152) | void UpdateDiffuseRenderBuffers(DiffuseRenderBuffers* buffers, Vec4* dif... function UpdateDiffuseRenderBuffers (line 157) | void UpdateDiffuseRenderBuffers(DiffuseRenderBuffers* buffers, NvFlexSol... function GetNumDiffuseRenderParticles (line 159) | int GetNumDiffuseRenderParticles(DiffuseRenderBuffers* buffers) { return... function RenderDiffuse (line 161) | void RenderDiffuse(FluidRenderer* render, DiffuseRenderBuffers* buffers,... function BeginLines (line 166) | void BeginLines() { s_context->beginLines(); } function DrawLine (line 168) | void DrawLine(const Vec3& p, const Vec3& q, const Vec4& color) { s_conte... function EndLines (line 170) | void EndLines() { s_context->endLines(); } function BeginPoints (line 172) | void BeginPoints(float size) {} function DrawPoint (line 173) | void DrawPoint(const Vec3& p, const Vec4& color) {} function EndPoints (line 174) | void EndPoints() {} function RendererGetDeviceTimestamps (line 176) | float RendererGetDeviceTimestamps(unsigned long long* begin, unsigned lo... function GraphicsTimerBegin (line 182) | void GraphicsTimerBegin() { s_context->graphicsTimerBegin(); } function GraphicsTimerEnd (line 183) | void GraphicsTimerEnd() { s_context->graphicsTimerEnd(); } function StartGpuWork (line 185) | void StartGpuWork() { s_context->startGpuWork(); } function EndGpuWork (line 186) | void EndGpuWork() { s_context->endGpuWork(); } function DrawImguiGraph (line 188) | void DrawImguiGraph() { return s_context->drawImguiGraph(); } function GetRenderDevice (line 190) | void GetRenderDevice(void** deviceOut, void** contextOut) { return s_con... function InitRender (line 192) | void InitRender(const RenderInitOptions& options) FILE: demo/stb_truetype.h function my_stbtt_initfont (line 98) | void my_stbtt_initfont(void) function my_stbtt_print (line 110) | void my_stbtt_print(float x, float y, char *text) function main (line 142) | int main(int argc, char **argv) function main (line 180) | int main(int arg, char **argv) type stbtt_uint8 (line 225) | typedef unsigned char stbtt_uint8; type stbtt_int8 (line 226) | typedef signed char stbtt_int8; type stbtt_uint16 (line 227) | typedef unsigned short stbtt_uint16; type stbtt_int16 (line 228) | typedef signed short stbtt_int16; type stbtt_uint32 (line 229) | typedef unsigned int stbtt_uint32; type stbtt_int32 (line 230) | typedef signed int stbtt_int32; type stbtt_bakedchar (line 294) | typedef struct type stbtt_aligned_quad (line 310) | typedef struct type stbtt_fontinfo (line 343) | typedef struct type stbtt_vertex (line 430) | typedef struct type stbtt__bitmap (line 482) | typedef struct function stbtt_uint16 (line 620) | stbtt_uint16 ttUSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_int16 (line 621) | stbtt_int16 ttSHORT(const stbtt_uint8 *p) { return p[0]*256 + p[1]; } function stbtt_uint32 (line 622) | stbtt_uint32 ttULONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<... function stbtt_int32 (line 623) | stbtt_int32 ttLONG(const stbtt_uint8 *p) { return (p[0]<<24) + (p[1]<... function stbtt__isfont (line 630) | static int stbtt__isfont(const stbtt_uint8 *font) function stbtt_uint32 (line 641) | static stbtt_uint32 stbtt__find_table(stbtt_uint8 *data, stbtt_uint32 fo... function stbtt_GetFontOffsetForIndex (line 654) | int stbtt_GetFontOffsetForIndex(const unsigned char *font_collection, in... function stbtt_InitFont (line 673) | int stbtt_InitFont(stbtt_fontinfo *info, const unsigned char *data2, int... function stbtt_FindGlyphIndex (line 724) | int stbtt_FindGlyphIndex(const stbtt_fontinfo *info, int unicode_codepoint) function stbtt_GetCodepointShape (line 820) | int stbtt_GetCodepointShape(const stbtt_fontinfo *info, int unicode_code... function stbtt_setvertex (line 825) | static void stbtt_setvertex(stbtt_vertex *v, stbtt_uint8 type, stbtt_int... function stbtt__GetGlyfOffset (line 834) | static int stbtt__GetGlyfOffset(const stbtt_fontinfo *info, int glyph_in... function stbtt_GetGlyphBox (line 852) | int stbtt_GetGlyphBox(const stbtt_fontinfo *info, int glyph_index, int *... function stbtt_GetCodepointBox (line 864) | int stbtt_GetCodepointBox(const stbtt_fontinfo *info, int codepoint, int... function stbtt_GetGlyphShape (line 869) | int stbtt_GetGlyphShape(const stbtt_fontinfo *info, int glyph_index, stb... function stbtt_GetGlyphHMetrics (line 1086) | void stbtt_GetGlyphHMetrics(const stbtt_fontinfo *info, int glyph_index,... function stbtt_GetGlyphKernAdvance (line 1098) | int stbtt_GetGlyphKernAdvance(const stbtt_fontinfo * /*info*/, int /*gl... function stbtt_GetCodepointKernAdvance (line 1103) | int stbtt_GetCodepointKernAdvance(const stbtt_fontinfo * /*info*/, int ... function stbtt_GetCodepointHMetrics (line 1108) | void stbtt_GetCodepointHMetrics(const stbtt_fontinfo *info, int codepoin... function stbtt_GetFontVMetrics (line 1113) | void stbtt_GetFontVMetrics(const stbtt_fontinfo *info, int *ascent, int ... function stbtt_ScaleForPixelHeight (line 1120) | float stbtt_ScaleForPixelHeight(const stbtt_fontinfo *info, float height) function stbtt_FreeShape (line 1126) | void stbtt_FreeShape(const stbtt_fontinfo *info, stbtt_vertex *v) function stbtt_GetGlyphBitmapBox (line 1136) | void stbtt_GetGlyphBitmapBox(const stbtt_fontinfo *font, int glyph, floa... function stbtt_GetCodepointBitmapBox (line 1148) | void stbtt_GetCodepointBitmapBox(const stbtt_fontinfo *font, int codepoi... type stbtt__edge (line 1153) | typedef struct stbtt__edge { type stbtt__active_edge (line 1158) | typedef struct stbtt__active_edge function stbtt__active_edge (line 1170) | static stbtt__active_edge *new_active(stbtt__edge *e, int off_x, float s... function stbtt__fill_active_edges (line 1192) | static void stbtt__fill_active_edges(unsigned char *scanline, int len, s... function stbtt__rasterize_sorted_edges (line 1234) | static void stbtt__rasterize_sorted_edges(stbtt__bitmap *result, stbtt__... function stbtt__edge_compare (line 1335) | static int stbtt__edge_compare(const void *p, const void *q) type stbtt__point (line 1345) | typedef struct function stbtt__rasterize (line 1350) | static void stbtt__rasterize(stbtt__bitmap *result, stbtt__point *pts, i... function stbtt__add_point (line 1400) | static void stbtt__add_point(stbtt__point *points, int n, float x, float y) function stbtt__tesselate_curve (line 1408) | static int stbtt__tesselate_curve(stbtt__point *points, int *num_points,... function stbtt__point (line 1429) | stbtt__point *stbtt_FlattenCurves(stbtt_vertex *vertices, int num_verts,... function stbtt_Rasterize (line 1498) | void stbtt_Rasterize(stbtt__bitmap *result, float flatness_in_pixels, st... function stbtt_FreeBitmap (line 1510) | void stbtt_FreeBitmap(unsigned char *bitmap, void *userdata) function stbtt_MakeGlyphBitmap (line 1552) | void stbtt_MakeGlyphBitmap(const stbtt_fontinfo *info, unsigned char *ou... function stbtt_MakeCodepointBitmap (line 1576) | void stbtt_MakeCodepointBitmap(const stbtt_fontinfo *info, unsigned char... function stbtt_BakeFontBitmap (line 1587) | extern int stbtt_BakeFontBitmap(const unsigned char *data, int offset, ... function stbtt_GetBakedQuad (line 1631) | void stbtt_GetBakedQuad(stbtt_bakedchar *chardata, int pw, int ph, int c... function stbtt_int32 (line 1658) | static stbtt_int32 stbtt__CompareUTF8toUTF16_bigendian_prefix(stbtt_uint... function stbtt_CompareUTF8toUTF16_bigendian (line 1697) | int stbtt_CompareUTF8toUTF16_bigendian(const char *s1, int len1, const c... function stbtt__matchpair (line 1725) | static int stbtt__matchpair(stbtt_uint8 *fc, stbtt_uint32 nm, stbtt_uint... function stbtt__matches (line 1770) | static int stbtt__matches(stbtt_uint8 *fc, stbtt_uint32 offset, stbtt_ui... function stbtt_FindMatchingFont (line 1799) | int stbtt_FindMatchingFont(const unsigned char *font_collection, const c... FILE: doc/_static/api/dynsections.js function toggleVisibility (line 1) | function toggleVisibility(linkObj) function updateStripes (line 22) | function updateStripes() function toggleLevel (line 28) | function toggleLevel(level) function toggleFolder (line 49) | function toggleFolder(id) function toggleInherit (line 84) | function toggleInherit(id) FILE: doc/_static/api/jquery.js function b0 (line 16) | function b0(b3,b4){return new b0.fn.init(b3,b4)} function bw (line 16) | function bw(){if(bF.isReady){return}try{av.documentElement.doScroll("lef... function X (line 16) | function X(e){var bv=a2[e]={},bw,bx;e=e.split(/\s+/);for(bw=0,bx=e.lengt... function bD (line 16) | function bD(bF){return function(bG){bx[bF]=arguments.length>1?aJ.call(ar... function bz (line 16) | function bz(bF){return function(bG){bB[bF]=arguments.length>1?aJ.call(ar... function a5 (line 16) | function a5(bx,bw,by){if(by===L&&bx.nodeType===1){var bv="data-"+bw.repl... function S (line 16) | function S(bv){for(var e in bv){if(e==="data"&&b.isEmptyObject(bv[e])){c... function bi (line 16) | function bi(by,bx,bA){var bw=bx+"defer",bv=bx+"queue",e=bx+"mark",bz=b._... function bE (line 16) | function bE(){if(!(--bB)){e.resolveWith(bv,[bv])}} function bk (line 16) | function bk(){return false} function i (line 16) | function i(){return true} function bv (line 23) | function bv(bR,bW,bV,bZ,bX,bY){for(var bT=0,bS=bZ.length;bT").appendTo(e),bw=... function aK (line 23) | function aK(e){return b.isWindow(e)?e:e.nodeType===9?e.defaultView||e.pa... function j (line 32) | function j(m,l,i,n){a.each(f,function(){l-=parseFloat(a.curCSS(m,"paddin... function c (line 32) | function c(g,e){var j=g.nodeName.toLowerCase();if("area"===j){var i=g.pa... function b (line 32) | function b(e){return !a(e).parents().andSelf().filter(function(){return ... function a (line 61) | function a(j){j=j||location.href;return"#"+j.replace(/^[^#]*#?(.*)$/,"$1")} function n (line 61) | function n(){var r=a(),q=o(m);if(r!==m){l(m=r,q);$(e).trigger(c)}else{if... function h (line 61) | function h(n){j.animate(g,e,d.easing,n&&function(){n.call(this,f,d)})} function b (line 61) | function b(d){return typeof d=="object"?d:{top:d,left:d}} function b (line 68) | function b(){var F=this;F.top="auto";F.left="auto";F.right="auto";F.bott... function t (line 68) | function t(K,N,F){var J=null;function L(P,Q){M();if(!K.data(e)){if(!P){c... function j (line 68) | function j(){function G(M,L,J,O,P){var K=L.split("-")[0],N=new b(),I;if(... function x (line 68) | function x(Q){var P=new j(),O=k("#"+Q.popupId);if(O.length===0){O=k("").appendTo(i.body)... function fn (line 2) | function fn(e,t,n,r){var i;if(v.isArray(t))v.each(t,function(t,i){n||sn.... function Cn (line 2) | function Cn(e){return function(t,n){typeof t!="string"&&(n=t,t="*");var ... function kn (line 2) | function kn(e,n,r,i,s,o){s=s||n.dataTypes[0],o=o||{},o[s]=!0;var u,a=e[s... function Ln (line 2) | function Ln(e,n){var r,i,s=v.ajaxSettings.flatOptions||{};for(r in n)n[r... function An (line 2) | function An(e,n,r){var i,s,o,u,a=e.contents,f=e.dataTypes,l=e.responseFi... function On (line 2) | function On(e,t){var n,r,i,s,o=e.dataTypes.slice(),u=o[0],a={},f=0;e.dat... function Fn (line 2) | function Fn(){try{return new e.XMLHttpRequest}catch(t){}} function In (line 2) | function In(){try{return new e.ActiveXObject("Microsoft.XMLHTTP")}catch(... function $n (line 2) | function $n(){return setTimeout(function(){qn=t},0),qn=v.now()} function Jn (line 2) | function Jn(e,t){v.each(t,function(t,n){var r=(Vn[t]||[]).concat(Vn["*"]... function Kn (line 2) | function Kn(e,t,n){var r,i=0,s=0,o=Xn.length,u=v.Deferred().always(funct... function Qn (line 2) | function Qn(e,t){var n,r,i,s,o;for(n in e){r=v.camelCase(n),i=t[r],s=e[n... function Gn (line 2) | function Gn(e,t,n){var r,i,s,o,u,a,f,l,c,h=this,p=e.style,d={},m=[],g=e.... function Yn (line 2) | function Yn(e,t,n,r,i){return new Yn.prototype.init(e,t,n,r,i)} function Zn (line 2) | function Zn(e,t){var n,r={height:e},i=0;t=t?1:0;for(;i<4;i+=2-t)n=$t[i],... function tr (line 2) | function tr(e){return v.isWindow(e)?e:e.nodeType===9?e.defaultView||e.pa... function nt (line 2) | function nt(e,t,n,r){n=n||[],t=t||g;var i,s,a,f,l=t.nodeType;if(!e||type... function rt (line 2) | function rt(e){return function(t){var n=t.nodeName.toLowerCase();return ... function it (line 2) | function it(e){return function(t){var n=t.nodeName.toLowerCase();return(... function st (line 2) | function st(e){return N(function(t){return t=+t,N(function(n,r){var i,s=... function ot (line 2) | function ot(e,t,n){if(e===t)return n;var r=e.nextSibling;while(r){if(r==... function ut (line 2) | function ut(e,t){var n,r,s,o,u,a,f,l=L[d][e+" "];if(l)return t?0:l.slice... function at (line 2) | function at(e,t,r){var i=t.dir,s=r&&t.dir==="parentNode",o=w++;return t.... function ft (line 2) | function ft(e){return e.length>1?function(t,n,r){var i=e.length;while(i-... function lt (line 2) | function lt(e,t,n,r,i){var s,o=[],u=0,a=e.length,f=t!=null;for(;u0,s=e.length>0,o=function(u,a,f,l,h){var... function dt (line 2) | function dt(e,t,n){var r=0,i=t.length;for(;r& indices) function CreateClusters (line 185) | int CreateClusters(Vec3* particles, const float* priority, int numPartic... function CreateLinks (line 276) | int CreateLinks(const Vec3* particles, int numParticles, std::vector(_Out_writes_to_ptr_(limit) UINT6... function _Out_writes_to_ptr_ (line 316) | inline void PIXCopyEventArgument(_Out_writes_to_ptr_(limit) UINT64... function PIXCopyEventArgumentSlow (line 359) | inline void PIXCopyEventArgumentSlow(_Out_writes_to_ptr_(limit) UINT64*&... function _Out_writes_to_ptr_ (line 387) | inline void PIXCopyEventArgument(_Out_writes_to_ptr_(limit) UINT... function PIXSetMarkerOnContext (line 448) | inline void PIXSetMarkerOnContext(_In_ ID3D12GraphicsCommandList* comman... function PIXSetMarkerOnContext (line 453) | inline void PIXSetMarkerOnContext(_In_ ID3D12CommandQueue* commandQueue,... function PIXBeginEventOnContext (line 458) | inline void PIXBeginEventOnContext(_In_ ID3D12GraphicsCommandList* comma... function PIXBeginEventOnContext (line 463) | inline void PIXBeginEventOnContext(_In_ ID3D12CommandQueue* commandQueue... function PIXEndEventOnContext (line 467) | inline void PIXEndEventOnContext(_In_ ID3D12GraphicsCommandList* command... function PIXEndEventOnContext (line 472) | inline void PIXEndEventOnContext(_In_ ID3D12CommandQueue* commandQueue) type T (line 479) | typedef T Type; type T (line 480) | typedef T Type; type T (line 481) | typedef T Type; type T (line 482) | typedef T Type; function UINT64 (line 483) | struct PIXInferScopedEventType { typedef void Type; } function UINT64 (line 484) | struct PIXInferScopedEventType { typedef void Type; } function INT64 (line 485) | struct PIXInferScopedEventType { typedef void Type; } function INT64 (line 486) | struct PIXInferScopedEventType { typedef void Type; } function UINT (line 487) | struct PIXInferScopedEventType { typedef void Type; } function UINT (line 488) | struct PIXInferScopedEventType { typedef void Type; } function INT (line 489) | struct PIXInferScopedEventType { typedef void Type; } function INT (line 490) | struct PIXInferScopedEventType { typedef void Type; } FILE: external/D3D12/include/PIXEventsGenerated.h function PIXBeginEventAllocate (line 23) | __declspec(noinline) inline void PIXBeginEventAllocate(UINT64 color, _In... function PIXBeginEventAllocate (line 44) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString,... function PIXBeginEventAllocate (line 66) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString,... function PIXBeginEventAllocate (line 89) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString,... function PIXBeginEventAllocate (line 113) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString,... function PIXBeginEventAllocate (line 138) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString,... function PIXBeginEventAllocate (line 164) | void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1,... function PIXBeginEventAllocate (line 191) | void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1,... function PIXBeginEventAllocate (line 248) | void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1,... function PIXBeginEventAllocate (line 374) | void PIXBeginEventAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1,... function PIXBeginEventAllocate (line 515) | __declspec(noinline) inline void PIXBeginEventAllocate(UINT64 color, _In... function PIXBeginEventAllocate (line 536) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString... function PIXBeginEventAllocate (line 558) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString... function PIXBeginEventAllocate (line 581) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString... function PIXBeginEventAllocate (line 605) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString... function PIXBeginEventAllocate (line 630) | inline void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString... function PIXBeginEventAllocate (line 656) | void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1... function PIXBeginEventAllocate (line 683) | void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1... function PIXBeginEventAllocate (line 740) | void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1... function PIXBeginEventAllocate (line 866) | void PIXBeginEventAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1... function PIXBeginEvent (line 1007) | inline void PIXBeginEvent(UINT64 color, _In_ PCSTR formatString) function PIXBeginEvent (line 1031) | void PIXBeginEvent(UINT64 color, _In_ PCSTR formatString, T1 a1) function PIXBeginEvent (line 1056) | void PIXBeginEvent(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2) function PIXBeginEvent (line 1082) | void PIXBeginEvent(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2, ... function PIXBeginEvent (line 1109) | void PIXBeginEvent(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2, ... function PIXBeginEvent (line 1137) | void PIXBeginEvent(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2, ... function PIXBeginEvent (line 1550) | inline void PIXBeginEvent(UINT64 color, _In_ PCWSTR formatString) function PIXBeginEvent (line 1574) | void PIXBeginEvent(UINT64 color, _In_ PCWSTR formatString, T1 a1) function PIXBeginEvent (line 1599) | void PIXBeginEvent(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2) function PIXBeginEvent (line 1625) | void PIXBeginEvent(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2,... function PIXBeginEvent (line 1652) | void PIXBeginEvent(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2,... function PIXBeginEvent (line 1680) | void PIXBeginEvent(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2,... function PIXSetMarkerAllocate (line 2093) | __declspec(noinline) inline void PIXSetMarkerAllocate(UINT64 color, _In_... function PIXSetMarkerAllocate (line 2115) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, ... function PIXSetMarkerAllocate (line 2138) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, ... function PIXSetMarkerAllocate (line 2162) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, ... function PIXSetMarkerAllocate (line 2187) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, ... function PIXSetMarkerAllocate (line 2213) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, ... function PIXSetMarkerAllocate (line 2240) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1, ... function PIXSetMarkerAllocate (line 2268) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1, ... function PIXSetMarkerAllocate (line 2327) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1, ... function PIXSetMarkerAllocate (line 2457) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCSTR formatString, T1 a1, ... function PIXSetMarkerAllocate (line 2602) | __declspec(noinline) inline void PIXSetMarkerAllocate(UINT64 color, _In_... function PIXSetMarkerAllocate (line 2624) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString,... function PIXSetMarkerAllocate (line 2647) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString,... function PIXSetMarkerAllocate (line 2671) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString,... function PIXSetMarkerAllocate (line 2696) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString,... function PIXSetMarkerAllocate (line 2722) | inline void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString,... function PIXSetMarkerAllocate (line 2749) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1,... function PIXSetMarkerAllocate (line 2777) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1,... function PIXSetMarkerAllocate (line 2836) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1,... function PIXSetMarkerAllocate (line 2966) | void PIXSetMarkerAllocate(UINT64 color, _In_ PCWSTR formatString, T1 a1,... function PIXSetMarker (line 3111) | inline void PIXSetMarker(UINT64 color, _In_ PCSTR formatString) function PIXSetMarker (line 3135) | void PIXSetMarker(UINT64 color, _In_ PCSTR formatString, T1 a1) function PIXSetMarker (line 3160) | void PIXSetMarker(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2) function PIXSetMarker (line 3186) | void PIXSetMarker(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2, T... function PIXSetMarker (line 3213) | void PIXSetMarker(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2, T... function PIXSetMarker (line 3241) | void PIXSetMarker(UINT64 color, _In_ PCSTR formatString, T1 a1, T2 a2, T... function PIXSetMarker (line 3654) | inline void PIXSetMarker(UINT64 color, _In_ PCWSTR formatString) function PIXSetMarker (line 3678) | void PIXSetMarker(UINT64 color, _In_ PCWSTR formatString, T1 a1) function PIXSetMarker (line 3703) | void PIXSetMarker(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2) function PIXSetMarker (line 3729) | void PIXSetMarker(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2, ... function PIXSetMarker (line 3756) | void PIXSetMarker(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2, ... function PIXSetMarker (line 3784) | void PIXSetMarker(UINT64 color, _In_ PCWSTR formatString, T1 a1, T2 a2, ... function PIXBeginEvent (line 4198) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCSTR formatStr... function PIXBeginEvent (line 4215) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCSTR formatStr... function PIXBeginEvent (line 4233) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCSTR formatStr... function PIXBeginEvent (line 4252) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCSTR formatStr... function PIXBeginEvent (line 4272) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCSTR formatStr... function PIXBeginEvent (line 4623) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCWSTR formatSt... function PIXBeginEvent (line 4640) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCWSTR formatSt... function PIXBeginEvent (line 4658) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCWSTR formatSt... function PIXBeginEvent (line 4677) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCWSTR formatSt... function PIXBeginEvent (line 4697) | void PIXBeginEvent(TContext* context, UINT64 color, _In_ PCWSTR formatSt... function PIXSetMarker (line 5048) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCSTR formatString) function PIXSetMarker (line 5065) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCSTR formatStri... function PIXSetMarker (line 5083) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCSTR formatStri... function PIXSetMarker (line 5102) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCSTR formatStri... function PIXSetMarker (line 5122) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCSTR formatStri... function PIXSetMarker (line 5473) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCWSTR formatStr... function PIXSetMarker (line 5490) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCWSTR formatStr... function PIXSetMarker (line 5508) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCWSTR formatStr... function PIXSetMarker (line 5527) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCWSTR formatStr... function PIXSetMarker (line 5547) | void PIXSetMarker(TContext* context, UINT64 color, _In_ PCWSTR formatStr... function MakeCPUSetMarkerForContextAllocate (line 5897) | __declspec(noinline) inline void MakeCPUSetMarkerForContextAllocate(UIN... function MakeCPUSetMarkerForContextAllocate (line 5920) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 5944) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 5969) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 5995) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6022) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6050) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6079) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6140) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6274) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6423) | __declspec(noinline) inline void MakeCPUSetMarkerForContextAllocate(UIN... function MakeCPUSetMarkerForContextAllocate (line 6446) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6470) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6495) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6521) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6548) | inline void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID conte... function MakeCPUSetMarkerForContextAllocate (line 6576) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6605) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6666) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContextAllocate (line 6800) | void MakeCPUSetMarkerForContextAllocate(UINT64 color, PVOID context, _In... function MakeCPUSetMarkerForContext (line 6949) | inline void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_... function MakeCPUSetMarkerForContext (line 6974) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCSTR ... function MakeCPUSetMarkerForContext (line 7000) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCSTR ... function MakeCPUSetMarkerForContext (line 7027) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCSTR ... function MakeCPUSetMarkerForContext (line 7055) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCSTR ... function MakeCPUSetMarkerForContext (line 7084) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCSTR ... function MakeCPUSetMarkerForContext (line 7509) | inline void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_... function MakeCPUSetMarkerForContext (line 7534) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCWSTR... function MakeCPUSetMarkerForContext (line 7560) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCWSTR... function MakeCPUSetMarkerForContext (line 7587) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCWSTR... function MakeCPUSetMarkerForContext (line 7615) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCWSTR... function MakeCPUSetMarkerForContext (line 7644) | void MakeCPUSetMarkerForContext(UINT64 color, PVOID context, _In_ PCWSTR... function MakeCPUBeginEventForContextAllocate (line 8070) | __declspec(noinline) inline void MakeCPUBeginEventForContextAllocate(UIN... function MakeCPUBeginEventForContextAllocate (line 8092) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8115) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8139) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8164) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8190) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8217) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8245) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8304) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8434) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8579) | __declspec(noinline) inline void MakeCPUBeginEventForContextAllocate(UIN... function MakeCPUBeginEventForContextAllocate (line 8601) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8624) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8648) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8673) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8699) | inline void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID cont... function MakeCPUBeginEventForContextAllocate (line 8726) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8754) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8813) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContextAllocate (line 8943) | void MakeCPUBeginEventForContextAllocate(UINT64 color, PVOID context, _I... function MakeCPUBeginEventForContext (line 9088) | inline void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In... function MakeCPUBeginEventForContext (line 9113) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCSTR... function MakeCPUBeginEventForContext (line 9139) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCSTR... function MakeCPUBeginEventForContext (line 9166) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCSTR... function MakeCPUBeginEventForContext (line 9194) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCSTR... function MakeCPUBeginEventForContext (line 9223) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCSTR... function MakeCPUBeginEventForContext (line 9648) | inline void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In... function MakeCPUBeginEventForContext (line 9673) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCWST... function MakeCPUBeginEventForContext (line 9699) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCWST... function MakeCPUBeginEventForContext (line 9726) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCWST... function MakeCPUBeginEventForContext (line 9754) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCWST... function MakeCPUBeginEventForContext (line 9783) | void MakeCPUBeginEventForContext(UINT64 color, PVOID context, _In_ PCWST... function PIXEndEventAllocate (line 10209) | __declspec(noinline) inline void PIXEndEventAllocate() function PIXEndEvent (line 10226) | inline void PIXEndEvent() function MakeCPUEndEventForContextAllocate (line 10244) | __declspec(noinline) inline void MakeCPUEndEventForContextAllocate(PVOID... function MakeCPUEndEventForContext (line 10262) | inline void MakeCPUEndEventForContext(PVOID context) function PIXEndEvent (line 10283) | void PIXEndEvent(TContext* context) function m_context (line 10304) | m_context(context) function m_context (line 10311) | m_context(context) function m_context (line 10318) | m_context(context) function m_context (line 10325) | m_context(context) function m_context (line 10332) | m_context(context) function m_context (line 10339) | m_context(context) function m_context (line 10346) | m_context(context) function m_context (line 10353) | m_context(context) function m_context (line 10360) | m_context(context) function m_context (line 10367) | m_context(context) function m_context (line 10374) | m_context(context) function m_context (line 10381) | m_context(context) function m_context (line 10388) | m_context(context) function m_context (line 10395) | m_context(context) function m_context (line 10402) | m_context(context) function m_context (line 10409) | m_context(context) function m_context (line 10415) | m_context(context) function m_context (line 10422) | m_context(context) function m_context (line 10429) | m_context(context) function m_context (line 10436) | m_context(context) function m_context (line 10443) | m_context(context) function m_context (line 10450) | m_context(context) function m_context (line 10457) | m_context(context) function m_context (line 10464) | m_context(context) function m_context (line 10471) | m_context(context) function m_context (line 10478) | m_context(context) function m_context (line 10485) | m_context(context) function m_context (line 10492) | m_context(context) function m_context (line 10499) | m_context(context) function m_context (line 10506) | m_context(context) function m_context (line 10513) | m_context(context) function m_context (line 10520) | m_context(context) function m_context (line 10527) | m_context(context) FILE: external/D3D12/include/d3d12.h type interface (line 48) | typedef interface ID3D12Object type interface (line 55) | typedef interface ID3D12DeviceChild type interface (line 62) | typedef interface ID3D12RootSignature type interface (line 69) | typedef interface ID3D12RootSignatureDeserializer type interface (line 76) | typedef interface ID3D12VersionedRootSignatureDeserializer type interface (line 83) | typedef interface ID3D12Pageable type interface (line 90) | typedef interface ID3D12Heap type interface (line 97) | typedef interface ID3D12Resource type interface (line 104) | typedef interface ID3D12CommandAllocator type interface (line 111) | typedef interface ID3D12Fence type interface (line 118) | typedef interface ID3D12PipelineState type interface (line 125) | typedef interface ID3D12DescriptorHeap type interface (line 132) | typedef interface ID3D12QueryHeap type interface (line 139) | typedef interface ID3D12CommandSignature type interface (line 146) | typedef interface ID3D12CommandList type interface (line 153) | typedef interface ID3D12GraphicsCommandList type interface (line 160) | typedef interface ID3D12CommandQueue type interface (line 167) | typedef interface ID3D12Device type interface (line 174) | typedef interface ID3D12PipelineLibrary type interface (line 181) | typedef interface ID3D12Device1 type UINT64 (line 952) | typedef UINT64 D3D12_GPU_VIRTUAL_ADDRESS; type D3D12_COMMAND_LIST_TYPE (line 954) | typedef type D3D12_COMMAND_QUEUE_FLAGS (line 963) | typedef type D3D12_COMMAND_QUEUE_PRIORITY (line 971) | typedef type D3D12_COMMAND_QUEUE_DESC (line 978) | typedef struct D3D12_COMMAND_QUEUE_DESC type D3D12_PRIMITIVE_TOPOLOGY_TYPE (line 986) | typedef type D3D12_INPUT_CLASSIFICATION (line 996) | typedef type D3D12_INPUT_ELEMENT_DESC (line 1003) | typedef struct D3D12_INPUT_ELEMENT_DESC type D3D12_FILL_MODE (line 1014) | typedef type D3D_PRIMITIVE_TOPOLOGY (line 1021) | typedef D3D_PRIMITIVE_TOPOLOGY D3D12_PRIMITIVE_TOPOLOGY; type D3D_PRIMITIVE (line 1023) | typedef D3D_PRIMITIVE D3D12_PRIMITIVE; type D3D12_CULL_MODE (line 1025) | typedef type D3D12_SO_DECLARATION_ENTRY (line 1033) | typedef struct D3D12_SO_DECLARATION_ENTRY type D3D12_VIEWPORT (line 1043) | typedef struct D3D12_VIEWPORT type RECT (line 1053) | typedef RECT D3D12_RECT; type D3D12_BOX (line 1055) | typedef struct D3D12_BOX type D3D12_COMPARISON_FUNC (line 1065) | typedef type D3D12_DEPTH_WRITE_MASK (line 1078) | typedef type D3D12_STENCIL_OP (line 1085) | typedef type D3D12_DEPTH_STENCILOP_DESC (line 1098) | typedef struct D3D12_DEPTH_STENCILOP_DESC type D3D12_DEPTH_STENCIL_DESC (line 1106) | typedef struct D3D12_DEPTH_STENCIL_DESC type D3D12_BLEND (line 1118) | typedef type D3D12_BLEND_OP (line 1140) | typedef type D3D12_COLOR_WRITE_ENABLE (line 1150) | typedef type D3D12_LOGIC_OP (line 1160) | typedef type D3D12_RENDER_TARGET_BLEND_DESC (line 1181) | typedef struct D3D12_RENDER_TARGET_BLEND_DESC type D3D12_BLEND_DESC (line 1195) | typedef struct D3D12_BLEND_DESC type D3D12_CONSERVATIVE_RASTERIZATION_MODE (line 1204) | typedef type D3D12_RASTERIZER_DESC (line 1211) | typedef struct D3D12_RASTERIZER_DESC type ID3D12ObjectVtbl (line 1268) | typedef struct ID3D12ObjectVtbl function interface (line 1307) | interface ID3D12Object type ID3D12DeviceChildVtbl (line 1374) | typedef struct ID3D12DeviceChildVtbl function interface (line 1418) | interface ID3D12DeviceChild type ID3D12RootSignatureVtbl (line 1485) | typedef struct ID3D12RootSignatureVtbl function interface (line 1529) | interface ID3D12RootSignature type D3D12_SHADER_BYTECODE (line 1580) | typedef struct D3D12_SHADER_BYTECODE type D3D12_STREAM_OUTPUT_DESC (line 1586) | typedef struct D3D12_STREAM_OUTPUT_DESC type D3D12_INPUT_LAYOUT_DESC (line 1595) | typedef struct D3D12_INPUT_LAYOUT_DESC type D3D12_INDEX_BUFFER_STRIP_CUT_VALUE (line 1601) | typedef type D3D12_CACHED_PIPELINE_STATE (line 1609) | typedef struct D3D12_CACHED_PIPELINE_STATE type D3D12_PIPELINE_STATE_FLAGS (line 1615) | typedef type D3D12_GRAPHICS_PIPELINE_STATE_DESC (line 1623) | typedef struct D3D12_GRAPHICS_PIPELINE_STATE_DESC type D3D12_COMPUTE_PIPELINE_STATE_DESC (line 1648) | typedef struct D3D12_COMPUTE_PIPELINE_STATE_DESC type D3D12_FEATURE (line 1657) | typedef type D3D12_SHADER_MIN_PRECISION_SUPPORT (line 1672) | typedef type D3D12_TILED_RESOURCES_TIER (line 1681) | typedef type D3D12_RESOURCE_BINDING_TIER (line 1690) | typedef type D3D12_CONSERVATIVE_RASTERIZATION_TIER (line 1698) | typedef type D3D12_FORMAT_SUPPORT1 (line 1707) | typedef type D3D12_FORMAT_SUPPORT2 (line 1743) | typedef type D3D12_MULTISAMPLE_QUALITY_LEVEL_FLAGS (line 1761) | typedef type D3D12_CROSS_NODE_SHARING_TIER (line 1769) | typedef type D3D12_RESOURCE_HEAP_TIER (line 1778) | typedef type D3D12_FEATURE_DATA_D3D12_OPTIONS (line 1785) | typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS type D3D12_FEATURE_DATA_D3D12_OPTIONS1 (line 1804) | typedef struct D3D12_FEATURE_DATA_D3D12_OPTIONS1 type D3D_ROOT_SIGNATURE_VERSION (line 1814) | typedef type D3D12_FEATURE_DATA_ROOT_SIGNATURE (line 1822) | typedef struct D3D12_FEATURE_DATA_ROOT_SIGNATURE type D3D12_FEATURE_DATA_ARCHITECTURE (line 1827) | typedef struct D3D12_FEATURE_DATA_ARCHITECTURE type D3D12_FEATURE_DATA_FEATURE_LEVELS (line 1835) | typedef struct D3D12_FEATURE_DATA_FEATURE_LEVELS type D3D_SHADER_MODEL (line 1842) | typedef type D3D12_FEATURE_DATA_SHADER_MODEL (line 1849) | typedef struct D3D12_FEATURE_DATA_SHADER_MODEL type D3D12_FEATURE_DATA_FORMAT_SUPPORT (line 1854) | typedef struct D3D12_FEATURE_DATA_FORMAT_SUPPORT type D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS (line 1861) | typedef struct D3D12_FEATURE_DATA_MULTISAMPLE_QUALITY_LEVELS type D3D12_FEATURE_DATA_FORMAT_INFO (line 1869) | typedef struct D3D12_FEATURE_DATA_FORMAT_INFO type D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT (line 1875) | typedef struct D3D12_FEATURE_DATA_GPU_VIRTUAL_ADDRESS_SUPPORT type D3D12_RESOURCE_ALLOCATION_INFO (line 1881) | typedef struct D3D12_RESOURCE_ALLOCATION_INFO type D3D12_HEAP_TYPE (line 1887) | typedef type D3D12_CPU_PAGE_PROPERTY (line 1896) | typedef type D3D12_MEMORY_POOL (line 1905) | typedef type D3D12_HEAP_PROPERTIES (line 1913) | typedef struct D3D12_HEAP_PROPERTIES type D3D12_HEAP_FLAGS (line 1922) | typedef type D3D12_HEAP_DESC (line 1940) | typedef struct D3D12_HEAP_DESC type D3D12_RESOURCE_DIMENSION (line 1948) | typedef type D3D12_TEXTURE_LAYOUT (line 1958) | typedef type D3D12_RESOURCE_FLAGS (line 1967) | typedef type D3D12_RESOURCE_DESC (line 1980) | typedef struct D3D12_RESOURCE_DESC type D3D12_DEPTH_STENCIL_VALUE (line 1994) | typedef struct D3D12_DEPTH_STENCIL_VALUE type D3D12_CLEAR_VALUE (line 2000) | typedef struct D3D12_CLEAR_VALUE type D3D12_RANGE (line 2010) | typedef struct D3D12_RANGE type D3D12_SUBRESOURCE_INFO (line 2016) | typedef struct D3D12_SUBRESOURCE_INFO type D3D12_TILED_RESOURCE_COORDINATE (line 2023) | typedef struct D3D12_TILED_RESOURCE_COORDINATE type D3D12_TILE_REGION_SIZE (line 2031) | typedef struct D3D12_TILE_REGION_SIZE type D3D12_TILE_RANGE_FLAGS (line 2040) | typedef type D3D12_SUBRESOURCE_TILING (line 2049) | typedef struct D3D12_SUBRESOURCE_TILING type D3D12_TILE_SHAPE (line 2057) | typedef struct D3D12_TILE_SHAPE type D3D12_PACKED_MIP_INFO (line 2064) | typedef struct D3D12_PACKED_MIP_INFO type D3D12_TILE_MAPPING_FLAGS (line 2072) | typedef type D3D12_TILE_COPY_FLAGS (line 2080) | typedef type D3D12_RESOURCE_STATES (line 2090) | typedef type D3D12_RESOURCE_BARRIER_TYPE (line 2114) | typedef type D3D12_RESOURCE_TRANSITION_BARRIER (line 2123) | typedef struct D3D12_RESOURCE_TRANSITION_BARRIER type D3D12_RESOURCE_ALIASING_BARRIER (line 2131) | typedef struct D3D12_RESOURCE_ALIASING_BARRIER type D3D12_RESOURCE_UAV_BARRIER (line 2137) | typedef struct D3D12_RESOURCE_UAV_BARRIER type D3D12_RESOURCE_BARRIER_FLAGS (line 2142) | typedef type D3D12_RESOURCE_BARRIER (line 2151) | typedef struct D3D12_RESOURCE_BARRIER type D3D12_SUBRESOURCE_FOOTPRINT (line 2163) | typedef struct D3D12_SUBRESOURCE_FOOTPRINT type D3D12_PLACED_SUBRESOURCE_FOOTPRINT (line 2172) | typedef struct D3D12_PLACED_SUBRESOURCE_FOOTPRINT type D3D12_TEXTURE_COPY_TYPE (line 2178) | typedef type D3D12_TEXTURE_COPY_LOCATION (line 2185) | typedef struct D3D12_TEXTURE_COPY_LOCATION type D3D12_SHADER_COMPONENT_MAPPING (line 2196) | typedef type D3D12_BUFFER_SRV_FLAGS (line 2217) | typedef type D3D12_BUFFER_SRV (line 2225) | typedef struct D3D12_BUFFER_SRV type D3D12_TEX1D_SRV (line 2233) | typedef struct D3D12_TEX1D_SRV type D3D12_TEX1D_ARRAY_SRV (line 2240) | typedef struct D3D12_TEX1D_ARRAY_SRV type D3D12_TEX2D_SRV (line 2249) | typedef struct D3D12_TEX2D_SRV type D3D12_TEX2D_ARRAY_SRV (line 2257) | typedef struct D3D12_TEX2D_ARRAY_SRV type D3D12_TEX3D_SRV (line 2267) | typedef struct D3D12_TEX3D_SRV type D3D12_TEXCUBE_SRV (line 2274) | typedef struct D3D12_TEXCUBE_SRV type D3D12_TEXCUBE_ARRAY_SRV (line 2281) | typedef struct D3D12_TEXCUBE_ARRAY_SRV type D3D12_TEX2DMS_SRV (line 2290) | typedef struct D3D12_TEX2DMS_SRV type D3D12_TEX2DMS_ARRAY_SRV (line 2295) | typedef struct D3D12_TEX2DMS_ARRAY_SRV type D3D12_SRV_DIMENSION (line 2301) | typedef type D3D12_SHADER_RESOURCE_VIEW_DESC (line 2317) | typedef struct D3D12_SHADER_RESOURCE_VIEW_DESC type D3D12_CONSTANT_BUFFER_VIEW_DESC (line 2337) | typedef struct D3D12_CONSTANT_BUFFER_VIEW_DESC type D3D12_FILTER (line 2343) | typedef type D3D12_FILTER_TYPE (line 2384) | typedef type D3D12_FILTER_REDUCTION_TYPE (line 2391) | typedef type D3D12_TEXTURE_ADDRESS_MODE (line 2446) | typedef type D3D12_SAMPLER_DESC (line 2456) | typedef struct D3D12_SAMPLER_DESC type D3D12_BUFFER_UAV_FLAGS (line 2470) | typedef type D3D12_BUFFER_UAV (line 2478) | typedef struct D3D12_BUFFER_UAV type D3D12_TEX1D_UAV (line 2487) | typedef struct D3D12_TEX1D_UAV type D3D12_TEX1D_ARRAY_UAV (line 2492) | typedef struct D3D12_TEX1D_ARRAY_UAV type D3D12_TEX2D_UAV (line 2499) | typedef struct D3D12_TEX2D_UAV type D3D12_TEX2D_ARRAY_UAV (line 2505) | typedef struct D3D12_TEX2D_ARRAY_UAV type D3D12_TEX3D_UAV (line 2513) | typedef struct D3D12_TEX3D_UAV type D3D12_UAV_DIMENSION (line 2520) | typedef type D3D12_UNORDERED_ACCESS_VIEW_DESC (line 2532) | typedef struct D3D12_UNORDERED_ACCESS_VIEW_DESC type D3D12_BUFFER_RTV (line 2547) | typedef struct D3D12_BUFFER_RTV type D3D12_TEX1D_RTV (line 2553) | typedef struct D3D12_TEX1D_RTV type D3D12_TEX1D_ARRAY_RTV (line 2558) | typedef struct D3D12_TEX1D_ARRAY_RTV type D3D12_TEX2D_RTV (line 2565) | typedef struct D3D12_TEX2D_RTV type D3D12_TEX2DMS_RTV (line 2571) | typedef struct D3D12_TEX2DMS_RTV type D3D12_TEX2D_ARRAY_RTV (line 2576) | typedef struct D3D12_TEX2D_ARRAY_RTV type D3D12_TEX2DMS_ARRAY_RTV (line 2584) | typedef struct D3D12_TEX2DMS_ARRAY_RTV type D3D12_TEX3D_RTV (line 2590) | typedef struct D3D12_TEX3D_RTV type D3D12_RTV_DIMENSION (line 2597) | typedef type D3D12_RENDER_TARGET_VIEW_DESC (line 2611) | typedef struct D3D12_RENDER_TARGET_VIEW_DESC type D3D12_TEX1D_DSV (line 2628) | typedef struct D3D12_TEX1D_DSV type D3D12_TEX1D_ARRAY_DSV (line 2633) | typedef struct D3D12_TEX1D_ARRAY_DSV type D3D12_TEX2D_DSV (line 2640) | typedef struct D3D12_TEX2D_DSV type D3D12_TEX2D_ARRAY_DSV (line 2645) | typedef struct D3D12_TEX2D_ARRAY_DSV type D3D12_TEX2DMS_DSV (line 2652) | typedef struct D3D12_TEX2DMS_DSV type D3D12_TEX2DMS_ARRAY_DSV (line 2657) | typedef struct D3D12_TEX2DMS_ARRAY_DSV type D3D12_DSV_FLAGS (line 2663) | typedef type D3D12_DSV_DIMENSION (line 2672) | typedef type D3D12_DEPTH_STENCIL_VIEW_DESC (line 2684) | typedef struct D3D12_DEPTH_STENCIL_VIEW_DESC type D3D12_CLEAR_FLAGS (line 2700) | typedef type D3D12_FENCE_FLAGS (line 2708) | typedef type D3D12_DESCRIPTOR_HEAP_TYPE (line 2717) | typedef type D3D12_DESCRIPTOR_HEAP_FLAGS (line 2727) | typedef type D3D12_DESCRIPTOR_HEAP_DESC (line 2735) | typedef struct D3D12_DESCRIPTOR_HEAP_DESC type D3D12_DESCRIPTOR_RANGE_TYPE (line 2743) | typedef type D3D12_DESCRIPTOR_RANGE (line 2752) | typedef struct D3D12_DESCRIPTOR_RANGE type D3D12_ROOT_DESCRIPTOR_TABLE (line 2761) | typedef struct D3D12_ROOT_DESCRIPTOR_TABLE type D3D12_ROOT_CONSTANTS (line 2767) | typedef struct D3D12_ROOT_CONSTANTS type D3D12_ROOT_DESCRIPTOR (line 2774) | typedef struct D3D12_ROOT_DESCRIPTOR type D3D12_SHADER_VISIBILITY (line 2780) | typedef type D3D12_ROOT_PARAMETER_TYPE (line 2791) | typedef type D3D12_ROOT_PARAMETER (line 2801) | typedef struct D3D12_ROOT_PARAMETER type D3D12_ROOT_SIGNATURE_FLAGS (line 2813) | typedef type D3D12_STATIC_BORDER_COLOR (line 2827) | typedef type D3D12_STATIC_SAMPLER_DESC (line 2835) | typedef struct D3D12_STATIC_SAMPLER_DESC type D3D12_ROOT_SIGNATURE_DESC (line 2852) | typedef struct D3D12_ROOT_SIGNATURE_DESC type D3D12_DESCRIPTOR_RANGE_FLAGS (line 2861) | typedef type D3D12_DESCRIPTOR_RANGE1 (line 2872) | typedef struct D3D12_DESCRIPTOR_RANGE1 type D3D12_ROOT_DESCRIPTOR_TABLE1 (line 2882) | typedef struct D3D12_ROOT_DESCRIPTOR_TABLE1 type D3D12_ROOT_DESCRIPTOR_FLAGS (line 2888) | typedef type D3D12_ROOT_DESCRIPTOR1 (line 2898) | typedef struct D3D12_ROOT_DESCRIPTOR1 type D3D12_ROOT_PARAMETER1 (line 2905) | typedef struct D3D12_ROOT_PARAMETER1 type D3D12_ROOT_SIGNATURE_DESC1 (line 2917) | typedef struct D3D12_ROOT_SIGNATURE_DESC1 type D3D12_VERSIONED_ROOT_SIGNATURE_DESC (line 2926) | typedef struct D3D12_VERSIONED_ROOT_SIGNATURE_DESC type ID3D12RootSignatureDeserializerVtbl (line 2963) | typedef struct ID3D12RootSignatureDeserializerVtbl function interface (line 2984) | interface ID3D12RootSignatureDeserializer type ID3D12VersionedRootSignatureDeserializerVtbl (line 3044) | typedef struct ID3D12VersionedRootSignatureDeserializerVtbl function interface (line 3070) | interface ID3D12VersionedRootSignatureDeserializer type D3D12_CPU_DESCRIPTOR_HANDLE (line 3156) | typedef struct D3D12_CPU_DESCRIPTOR_HANDLE type D3D12_GPU_DESCRIPTOR_HANDLE (line 3161) | typedef struct D3D12_GPU_DESCRIPTOR_HANDLE type D3D12_DISCARD_REGION (line 3168) | typedef struct D3D12_DISCARD_REGION type D3D12_QUERY_HEAP_TYPE (line 3176) | typedef type D3D12_QUERY_HEAP_DESC (line 3185) | typedef struct D3D12_QUERY_HEAP_DESC type D3D12_QUERY_TYPE (line 3192) | typedef type D3D12_PREDICATION_OP (line 3205) | typedef type D3D12_QUERY_DATA_PIPELINE_STATISTICS (line 3212) | typedef struct D3D12_QUERY_DATA_PIPELINE_STATISTICS type D3D12_QUERY_DATA_SO_STATISTICS (line 3227) | typedef struct D3D12_QUERY_DATA_SO_STATISTICS type D3D12_STREAM_OUTPUT_BUFFER_VIEW (line 3233) | typedef struct D3D12_STREAM_OUTPUT_BUFFER_VIEW type D3D12_DRAW_ARGUMENTS (line 3240) | typedef struct D3D12_DRAW_ARGUMENTS type D3D12_DRAW_INDEXED_ARGUMENTS (line 3248) | typedef struct D3D12_DRAW_INDEXED_ARGUMENTS type D3D12_DISPATCH_ARGUMENTS (line 3257) | typedef struct D3D12_DISPATCH_ARGUMENTS type D3D12_VERTEX_BUFFER_VIEW (line 3264) | typedef struct D3D12_VERTEX_BUFFER_VIEW type D3D12_INDEX_BUFFER_VIEW (line 3271) | typedef struct D3D12_INDEX_BUFFER_VIEW type D3D12_INDIRECT_ARGUMENT_TYPE (line 3278) | typedef type D3D12_INDIRECT_ARGUMENT_DESC (line 3292) | typedef struct D3D12_INDIRECT_ARGUMENT_DESC type D3D12_COMMAND_SIGNATURE_DESC (line 3322) | typedef struct D3D12_COMMAND_SIGNATURE_DESC type ID3D12PageableVtbl (line 3356) | typedef struct ID3D12PageableVtbl function interface (line 3400) | interface ID3D12Pageable type ID3D12HeapVtbl (line 3470) | typedef struct ID3D12HeapVtbl function interface (line 3517) | interface ID3D12Heap type ID3D12ResourceVtbl (line 3624) | typedef struct ID3D12ResourceVtbl function interface (line 3706) | interface ID3D12Resource type ID3D12CommandAllocatorVtbl (line 3802) | typedef struct ID3D12CommandAllocatorVtbl function interface (line 3849) | interface ID3D12CommandAllocator type ID3D12FenceVtbl (line 3930) | typedef struct ID3D12FenceVtbl function interface (line 3986) | interface ID3D12Fence type ID3D12PipelineStateVtbl (line 4067) | typedef struct ID3D12PipelineStateVtbl function interface (line 4115) | interface ID3D12PipelineState type ID3D12DescriptorHeapVtbl (line 4193) | typedef struct ID3D12DescriptorHeapVtbl function interface (line 4246) | interface ID3D12DescriptorHeap type ID3D12QueryHeapVtbl (line 4336) | typedef struct ID3D12QueryHeapVtbl function interface (line 4380) | interface ID3D12QueryHeap type ID3D12CommandSignatureVtbl (line 4449) | typedef struct ID3D12CommandSignatureVtbl function interface (line 4493) | interface ID3D12CommandSignature type ID3D12CommandListVtbl (line 4564) | typedef struct ID3D12CommandListVtbl function interface (line 4611) | interface ID3D12CommandList type ID3D12GraphicsCommandListVtbl (line 4930) | struct ID3D12GraphicsCommandListVtbl type ID3D12CommandQueueVtbl (line 5554) | typedef struct ID3D12CommandQueueVtbl function interface (line 5662) | interface ID3D12CommandQueue type ID3D12DeviceVtbl (line 5970) | typedef struct ID3D12DeviceVtbl function interface (line 6248) | interface ID3D12Device type ID3D12PipelineLibraryVtbl (line 6457) | typedef struct ID3D12PipelineLibraryVtbl function interface (line 6528) | interface ID3D12PipelineLibrary type D3D12_MULTIPLE_FENCE_WAIT_FLAGS (line 6594) | typedef type D3D12_RESIDENCY_PRIORITY (line 6603) | typedef type ID3D12Device1Vtbl (line 6656) | typedef struct ID3D12Device1Vtbl function interface (line 6955) | interface ID3D12Device1 type D3D12_SUBRESOURCE_DATA (line 7123) | typedef struct D3D12_SUBRESOURCE_DATA type D3D12_MEMCPY_DEST (line 7130) | typedef struct D3D12_MEMCPY_DEST FILE: external/D3D12/include/d3d12sdklayers.h type interface (line 48) | typedef interface ID3D12Debug type interface (line 55) | typedef interface ID3D12Debug1 type interface (line 62) | typedef interface ID3D12DebugDevice1 type interface (line 69) | typedef interface ID3D12DebugDevice type interface (line 76) | typedef interface ID3D12DebugCommandQueue type interface (line 83) | typedef interface ID3D12DebugCommandList1 type interface (line 90) | typedef interface ID3D12DebugCommandList type interface (line 97) | typedef interface ID3D12InfoQueue type ID3D12DebugVtbl (line 145) | typedef struct ID3D12DebugVtbl function interface (line 166) | interface ID3D12Debug type ID3D12Debug1Vtbl (line 228) | typedef struct ID3D12Debug1Vtbl function interface (line 257) | interface ID3D12Debug1 type D3D12_RLDO_FLAGS (line 300) | typedef type D3D12_DEBUG_DEVICE_PARAMETER_TYPE (line 311) | enum D3D12_DEBUG_DEVICE_PARAMETER_TYPE type D3D12_DEBUG_FEATURE (line 317) | typedef type D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE (line 329) | enum D3D12_GPU_BASED_VALIDATION_SHADER_PATCH_MODE type D3D12_GPU_BASED_VALIDATION_PIPELINE_STATE_CREATE_FLAGS (line 338) | typedef type D3D12_DEBUG_DEVICE_GPU_BASED_VALIDATION_SETTINGS (line 349) | struct D3D12_DEBUG_DEVICE_GPU_BASED_VALIDATION_SETTINGS type ID3D12DebugDevice1Vtbl (line 394) | typedef struct ID3D12DebugDevice1Vtbl function interface (line 428) | interface ID3D12DebugDevice1 type ID3D12DebugDeviceVtbl (line 496) | typedef struct ID3D12DebugDeviceVtbl function interface (line 525) | interface ID3D12DebugDevice type ID3D12DebugCommandQueueVtbl (line 599) | typedef struct ID3D12DebugCommandQueueVtbl function interface (line 623) | interface ID3D12DebugCommandQueue type D3D12_DEBUG_COMMAND_LIST_PARAMETER_TYPE (line 660) | typedef type D3D12_DEBUG_COMMAND_LIST_GPU_BASED_VALIDATION_SETTINGS (line 666) | typedef struct D3D12_DEBUG_COMMAND_LIST_GPU_BASED_VALIDATION_SETTINGS type ID3D12DebugCommandList1Vtbl (line 711) | typedef struct ID3D12DebugCommandList1Vtbl function interface (line 747) | interface ID3D12DebugCommandList1 type ID3D12DebugCommandListVtbl (line 817) | typedef struct ID3D12DebugCommandListVtbl function interface (line 848) | interface ID3D12DebugCommandList type D3D12_MESSAGE_CATEGORY (line 891) | typedef type D3D12_MESSAGE_SEVERITY (line 907) | typedef type D3D12_MESSAGE_ID (line 917) | typedef type D3D12_MESSAGE (line 1924) | typedef struct D3D12_MESSAGE type D3D12_INFO_QUEUE_FILTER_DESC (line 1933) | typedef struct D3D12_INFO_QUEUE_FILTER_DESC type D3D12_INFO_QUEUE_FILTER (line 1943) | typedef struct D3D12_INFO_QUEUE_FILTER type ID3D12InfoQueueVtbl (line 2073) | typedef struct ID3D12InfoQueueVtbl function interface (line 2224) | interface ID3D12InfoQueue FILE: external/D3D12/include/d3dx12.h type CD3DX12_DEFAULT (line 17) | struct CD3DX12_DEFAULT {} function D3D12_RECT (line 32) | struct CD3DX12_RECT : public D3D12_RECT function D3D12_BOX (line 55) | struct CD3DX12_BOX : public D3D12_BOX function D3D12_DEPTH_STENCIL_DESC (line 113) | struct CD3DX12_DEPTH_STENCIL_DESC : public D3D12_DEPTH_STENCIL_DESC function D3D12_BLEND_DESC (line 169) | struct CD3DX12_BLEND_DESC : public D3D12_BLEND_DESC function D3D12_RASTERIZER_DESC (line 196) | struct CD3DX12_RASTERIZER_DESC : public D3D12_RASTERIZER_DESC function D3D12_RESOURCE_ALLOCATION_INFO (line 247) | struct CD3DX12_RESOURCE_ALLOCATION_INFO : public D3D12_RESOURCE_ALLOCATI... type CD3DX12_HEAP_PROPERTIES (line 265) | struct CD3DX12_HEAP_PROPERTIES function explicit (line 269) | explicit CD3DX12_HEAP_PROPERTIES(const D3D12_HEAP_PROPERTIES &o) : type CD3DX12_HEAP_DESC (line 313) | struct CD3DX12_HEAP_DESC function explicit (line 317) | explicit CD3DX12_HEAP_DESC(const D3D12_HEAP_DESC &o) : type CD3DX12_CLEAR_VALUE (line 391) | struct CD3DX12_CLEAR_VALUE function explicit (line 395) | explicit CD3DX12_CLEAR_VALUE(const D3D12_CLEAR_VALUE &o) : type CD3DX12_RANGE (line 419) | struct CD3DX12_RANGE function explicit (line 423) | explicit CD3DX12_RANGE(const D3D12_RANGE &o) : type CD3DX12_TILE_REGION_SIZE (line 459) | struct CD3DX12_TILE_REGION_SIZE function explicit (line 463) | explicit CD3DX12_TILE_REGION_SIZE(const D3D12_TILE_REGION_SIZE &o) : function D3D12_SUBRESOURCE_TILING (line 483) | struct CD3DX12_SUBRESOURCE_TILING : public D3D12_SUBRESOURCE_TILING type CD3DX12_TILE_SHAPE (line 505) | struct CD3DX12_TILE_SHAPE function explicit (line 509) | explicit CD3DX12_TILE_SHAPE(const D3D12_TILE_SHAPE &o) : function D3D12_RESOURCE_BARRIER (line 525) | struct CD3DX12_RESOURCE_BARRIER : public D3D12_RESOURCE_BARRIER function D3D12_PACKED_MIP_INFO (line 573) | struct CD3DX12_PACKED_MIP_INFO : public D3D12_PACKED_MIP_INFO type CD3DX12_SUBRESOURCE_FOOTPRINT (line 595) | struct CD3DX12_SUBRESOURCE_FOOTPRINT function explicit (line 599) | explicit CD3DX12_SUBRESOURCE_FOOTPRINT(const D3D12_SUBRESOURCE_FOOTPRINT... type CD3DX12_TEXTURE_COPY_LOCATION (line 629) | struct CD3DX12_TEXTURE_COPY_LOCATION function explicit (line 633) | explicit CD3DX12_TEXTURE_COPY_LOCATION(const D3D12_TEXTURE_COPY_LOCATION... function D3D12_DESCRIPTOR_RANGE (line 652) | struct CD3DX12_DESCRIPTOR_RANGE : public D3D12_DESCRIPTOR_RANGE function D3D12_ROOT_DESCRIPTOR_TABLE (line 698) | struct CD3DX12_ROOT_DESCRIPTOR_TABLE : public D3D12_ROOT_DESCRIPTOR_TABLE function Init (line 711) | inline void Init( function Init (line 718) | static inline void Init( function D3D12_ROOT_CONSTANTS (line 729) | struct CD3DX12_ROOT_CONSTANTS : public D3D12_ROOT_CONSTANTS function D3D12_ROOT_DESCRIPTOR (line 764) | struct CD3DX12_ROOT_DESCRIPTOR : public D3D12_ROOT_DESCRIPTOR function D3D12_ROOT_PARAMETER (line 792) | struct CD3DX12_ROOT_PARAMETER : public D3D12_ROOT_PARAMETER function InitAsDescriptorTable (line 855) | inline void InitAsDescriptorTable( function D3D12_STATIC_SAMPLER_DESC (line 898) | struct CD3DX12_STATIC_SAMPLER_DESC : public D3D12_STATIC_SAMPLER_DESC function D3D12_ROOT_SIGNATURE_DESC (line 1000) | struct CD3DX12_ROOT_SIGNATURE_DESC : public D3D12_ROOT_SIGNATURE_DESC function D3D12_CPU_DESCRIPTOR_HANDLE (line 1045) | struct CD3DX12_CPU_DESCRIPTOR_HANDLE : public D3D12_CPU_DESCRIPTOR_HANDLE function D3D12_GPU_DESCRIPTOR_HANDLE (line 1106) | struct CD3DX12_GPU_DESCRIPTOR_HANDLE : public D3D12_GPU_DESCRIPTOR_HANDLE function UINT (line 1167) | inline UINT D3D12CalcSubresource( UINT MipSlice, UINT ArraySlice, UINT P... function D3D12DecomposeSubresource (line 1174) | void D3D12DecomposeSubresource( UINT Subresource, UINT MipLevels, UINT A... function UINT8 (line 1182) | inline UINT8 D3D12GetFormatPlaneCount( function D3D12_RESOURCE_DESC (line 1196) | struct CD3DX12_RESOURCE_DESC : public D3D12_RESOURCE_DESC function CD3DX12_RESOURCE_DESC (line 1228) | static inline CD3DX12_RESOURCE_DESC Buffer( function UINT8 (line 1287) | inline UINT8 PlaneCount(_In_ ID3D12Device* pDevice) const function UINT (line 1289) | inline UINT Subresources(_In_ ID3D12Device* pDevice) const function UINT (line 1291) | inline UINT CalcSubresource(UINT MipSlice, UINT ArraySlice, UINT PlaneSl... function MemcpySubresource (line 1298) | inline void MemcpySubresource( function UINT (line 1323) | UINT NumSubresources) function D3D12IsLayoutOpaque (line 1459) | inline bool D3D12IsLayoutOpaque( D3D12_TEXTURE_LAYOUT Layout ) function ID3D12CommandList (line 1463) | inline ID3D12CommandList * const * CommandListCast(ID3D12GraphicsCommand... FILE: external/D3D12/include/dxgi.h type interface (line 44) | typedef interface IDXGIObject type interface (line 51) | typedef interface IDXGIDeviceSubObject type interface (line 58) | typedef interface IDXGIResource type interface (line 65) | typedef interface IDXGIKeyedMutex type interface (line 72) | typedef interface IDXGISurface type interface (line 79) | typedef interface IDXGISurface1 type interface (line 86) | typedef interface IDXGIAdapter type interface (line 93) | typedef interface IDXGIOutput type interface (line 100) | typedef interface IDXGISwapChain type interface (line 107) | typedef interface IDXGIFactory type interface (line 114) | typedef interface IDXGIDevice type interface (line 121) | typedef interface IDXGIFactory1 type interface (line 128) | typedef interface IDXGIAdapter1 type interface (line 135) | typedef interface IDXGIDevice1 type UINT (line 166) | typedef UINT DXGI_USAGE; type DXGI_FRAME_STATISTICS (line 168) | typedef struct DXGI_FRAME_STATISTICS type DXGI_MAPPED_RECT (line 177) | typedef struct DXGI_MAPPED_RECT type LUID (line 184) | typedef struct _LUID type _LUID (line 190) | struct _LUID type DXGI_ADAPTER_DESC (line 193) | typedef struct DXGI_ADAPTER_DESC type HANDLE (line 209) | typedef HANDLE HMONITOR; type DXGI_OUTPUT_DESC (line 214) | typedef struct DXGI_OUTPUT_DESC type DXGI_SHARED_RESOURCE (line 223) | typedef struct DXGI_SHARED_RESOURCE type DXGI_RESIDENCY (line 238) | typedef type DXGI_SURFACE_DESC (line 246) | typedef struct DXGI_SURFACE_DESC type DXGI_SWAP_EFFECT (line 254) | typedef type DXGI_SWAP_CHAIN_FLAG (line 263) | typedef type DXGI_SWAP_CHAIN_DESC (line 280) | typedef struct DXGI_SWAP_CHAIN_DESC type IDXGIObjectVtbl (line 344) | typedef struct IDXGIObjectVtbl function interface (line 394) | interface IDXGIObject type IDXGIDeviceSubObjectVtbl (line 463) | typedef struct IDXGIDeviceSubObjectVtbl function interface (line 520) | interface IDXGIDeviceSubObject type IDXGIResourceVtbl (line 601) | typedef struct IDXGIResourceVtbl function interface (line 676) | interface IDXGIResource type IDXGIKeyedMutexVtbl (line 763) | typedef struct IDXGIKeyedMutexVtbl function interface (line 829) | interface IDXGIKeyedMutex type IDXGISurfaceVtbl (line 928) | typedef struct IDXGISurfaceVtbl function interface (line 999) | interface IDXGISurface type IDXGISurface1Vtbl (line 1085) | typedef struct IDXGISurface1Vtbl function interface (line 1167) | interface IDXGISurface1 type IDXGIAdapterVtbl (line 1275) | typedef struct IDXGIAdapterVtbl function interface (line 1343) | interface IDXGIAdapter type IDXGIOutputVtbl (line 1481) | typedef struct IDXGIOutputVtbl function interface (line 1596) | interface IDXGIOutput type IDXGISwapChainVtbl (line 1763) | typedef struct IDXGISwapChainVtbl function interface (line 1879) | interface IDXGISwapChain type IDXGIFactoryVtbl (line 2015) | typedef struct IDXGIFactoryVtbl function interface (line 2096) | interface IDXGIFactory type IDXGIDeviceVtbl (line 2217) | typedef struct IDXGIDeviceVtbl function interface (line 2300) | interface IDXGIDevice type DXGI_ADAPTER_FLAG (line 2362) | typedef type DXGI_ADAPTER_DESC1 (line 2371) | typedef struct DXGI_ADAPTER_DESC1 type DXGI_DISPLAY_COLOR_SPACE (line 2385) | typedef struct DXGI_DISPLAY_COLOR_SPACE type IDXGIFactory1Vtbl (line 2424) | typedef struct IDXGIFactory1Vtbl function interface (line 2514) | interface IDXGIFactory1 type IDXGIAdapter1Vtbl (line 2604) | typedef struct IDXGIAdapter1Vtbl function interface (line 2677) | interface IDXGIAdapter1 type IDXGIDevice1Vtbl (line 2761) | typedef struct IDXGIDevice1Vtbl function interface (line 2853) | interface IDXGIDevice1 FILE: external/D3D12/include/dxgi1_2.h type interface (line 44) | typedef interface IDXGIDisplayControl type interface (line 51) | typedef interface IDXGIOutputDuplication type interface (line 58) | typedef interface IDXGISurface2 type interface (line 65) | typedef interface IDXGIResource1 type interface (line 72) | typedef interface IDXGIDevice2 type interface (line 79) | typedef interface IDXGISwapChain1 type interface (line 86) | typedef interface IDXGIFactory2 type interface (line 93) | typedef interface IDXGIAdapter2 type interface (line 100) | typedef interface IDXGIOutput1 type IDXGIDisplayControlVtbl (line 149) | typedef struct IDXGIDisplayControlVtbl function interface (line 175) | interface IDXGIDisplayControl type DXGI_OUTDUPL_MOVE_RECT (line 215) | typedef struct DXGI_OUTDUPL_MOVE_RECT type DXGI_OUTDUPL_DESC (line 221) | typedef struct DXGI_OUTDUPL_DESC type DXGI_OUTDUPL_POINTER_POSITION (line 228) | typedef struct DXGI_OUTDUPL_POINTER_POSITION type DXGI_OUTDUPL_POINTER_SHAPE_TYPE (line 234) | typedef type DXGI_OUTDUPL_POINTER_SHAPE_INFO (line 242) | typedef struct DXGI_OUTDUPL_POINTER_SHAPE_INFO type DXGI_OUTDUPL_FRAME_INFO (line 251) | typedef struct DXGI_OUTDUPL_FRAME_INFO type IDXGIOutputDuplicationVtbl (line 334) | typedef struct IDXGIOutputDuplicationVtbl function interface (line 438) | interface IDXGIOutputDuplication type DXGI_ALPHA_MODE (line 513) | typedef type IDXGISurface2Vtbl (line 556) | typedef struct IDXGISurface2Vtbl function interface (line 647) | interface IDXGISurface2 type IDXGIResource1Vtbl (line 750) | typedef struct IDXGIResource1Vtbl function interface (line 842) | interface IDXGIResource1 type DXGI_OFFER_RESOURCE_PRIORITY (line 912) | typedef type IDXGIDevice2Vtbl (line 965) | typedef struct IDXGIDevice2Vtbl function interface (line 1080) | interface IDXGIDevice2 type DXGI_MODE_DESC1 (line 1167) | typedef struct DXGI_MODE_DESC1 type DXGI_SCALING (line 1178) | typedef type DXGI_SWAP_CHAIN_DESC1 (line 1186) | typedef struct DXGI_SWAP_CHAIN_DESC1 type DXGI_SWAP_CHAIN_FULLSCREEN_DESC (line 1201) | typedef struct DXGI_SWAP_CHAIN_FULLSCREEN_DESC type DXGI_PRESENT_PARAMETERS (line 1209) | typedef struct DXGI_PRESENT_PARAMETERS type IDXGISwapChain1Vtbl (line 1288) | typedef struct IDXGISwapChain1Vtbl function interface (line 1461) | interface IDXGISwapChain1 type IDXGIFactory2Vtbl (line 1673) | typedef struct IDXGIFactory2Vtbl function interface (line 1854) | interface IDXGIFactory2 type DXGI_GRAPHICS_PREEMPTION_GRANULARITY (line 1957) | typedef type DXGI_COMPUTE_PREEMPTION_GRANULARITY (line 1967) | typedef type DXGI_ADAPTER_DESC2 (line 1977) | typedef struct DXGI_ADAPTER_DESC2 type IDXGIAdapter2Vtbl (line 2022) | typedef struct IDXGIAdapter2Vtbl function interface (line 2100) | interface IDXGIAdapter2 type IDXGIOutput1Vtbl (line 2207) | typedef struct IDXGIOutput1Vtbl function interface (line 2352) | interface IDXGIOutput1 FILE: external/D3D12/include/dxgi1_3.h type interface (line 44) | typedef interface IDXGIDevice3 type interface (line 51) | typedef interface IDXGISwapChain2 type interface (line 58) | typedef interface IDXGIOutput2 type interface (line 65) | typedef interface IDXGIFactory3 type interface (line 72) | typedef interface IDXGIDecodeSwapChain type interface (line 79) | typedef interface IDXGIFactoryMedia type interface (line 86) | typedef interface IDXGISwapChainMedia type interface (line 93) | typedef interface IDXGIOutput3 type IDXGIDevice3Vtbl (line 142) | typedef struct IDXGIDevice3Vtbl function interface (line 260) | interface IDXGIDevice3 type DXGI_MATRIX_3X2_F (line 343) | typedef struct DXGI_MATRIX_3X2_F type IDXGISwapChain2Vtbl (line 404) | typedef struct IDXGISwapChain2Vtbl function interface (line 610) | interface IDXGISwapChain2 type IDXGIOutput2Vtbl (line 766) | typedef struct IDXGIOutput2Vtbl function interface (line 914) | interface IDXGIOutput2 type IDXGIFactory3Vtbl (line 1033) | typedef struct IDXGIFactory3Vtbl function interface (line 1217) | interface IDXGIFactory3 type DXGI_DECODE_SWAP_CHAIN_DESC (line 1328) | typedef struct DXGI_DECODE_SWAP_CHAIN_DESC type DXGI_MULTIPLANE_OVERLAY_YCbCr_FLAGS (line 1333) | typedef type IDXGIDecodeSwapChainVtbl (line 1400) | typedef struct IDXGIDecodeSwapChainVtbl function interface (line 1462) | interface IDXGIDecodeSwapChain type IDXGIFactoryMediaVtbl (line 1566) | typedef struct IDXGIFactoryMediaVtbl function interface (line 1613) | interface IDXGIFactoryMedia type DXGI_FRAME_PRESENTATION_MODE (line 1653) | typedef type DXGI_FRAME_STATISTICS_MEDIA (line 1662) | typedef struct DXGI_FRAME_STATISTICS_MEDIA type IDXGISwapChainMediaVtbl (line 1712) | typedef struct IDXGISwapChainMediaVtbl function interface (line 1748) | interface IDXGISwapChainMedia type DXGI_OVERLAY_SUPPORT_FLAG (line 1791) | typedef type IDXGIOutput3Vtbl (line 1835) | typedef struct IDXGIOutput3Vtbl function interface (line 1992) | interface IDXGIOutput3 FILE: external/D3D12/include/dxgi1_4.h type interface (line 44) | typedef interface IDXGISwapChain3 type interface (line 51) | typedef interface IDXGIOutput4 type interface (line 58) | typedef interface IDXGIFactory4 type interface (line 65) | typedef interface IDXGIAdapter3 type DXGI_SWAP_CHAIN_COLOR_SPACE_SUPPORT_FLAG (line 84) | typedef type IDXGISwapChain3Vtbl (line 144) | typedef struct IDXGISwapChain3Vtbl function interface (line 382) | interface IDXGISwapChain3 type DXGI_OVERLAY_COLOR_SPACE_SUPPORT_FLAG (line 532) | typedef type IDXGIOutput4Vtbl (line 573) | typedef struct IDXGIOutput4Vtbl function interface (line 741) | interface IDXGIOutput4 type IDXGIFactory4Vtbl (line 880) | typedef struct IDXGIFactory4Vtbl function interface (line 1080) | interface IDXGIFactory4 type DXGI_MEMORY_SEGMENT_GROUP (line 1194) | typedef type DXGI_QUERY_VIDEO_MEMORY_INFO (line 1201) | typedef struct DXGI_QUERY_VIDEO_MEMORY_INFO type IDXGIAdapter3Vtbl (line 1270) | typedef struct IDXGIAdapter3Vtbl function interface (line 1390) | interface IDXGIAdapter3 FILE: external/D3D12/include/dxgitype.h type DXGI_RGB (line 22) | typedef struct DXGI_RGB type D3DCOLORVALUE (line 30) | typedef struct _D3DCOLORVALUE { type D3DCOLORVALUE (line 40) | typedef D3DCOLORVALUE DXGI_RGBA; type DXGI_GAMMA_CONTROL (line 42) | typedef struct DXGI_GAMMA_CONTROL type DXGI_GAMMA_CONTROL_CAPABILITIES (line 49) | typedef struct DXGI_GAMMA_CONTROL_CAPABILITIES type DXGI_RATIONAL (line 58) | typedef struct DXGI_RATIONAL type DXGI_MODE_SCANLINE_ORDER (line 64) | typedef enum DXGI_MODE_SCANLINE_ORDER type DXGI_MODE_SCALING (line 72) | typedef enum DXGI_MODE_SCALING type DXGI_MODE_ROTATION (line 79) | typedef enum DXGI_MODE_ROTATION type DXGI_MODE_DESC (line 88) | typedef struct DXGI_MODE_DESC type DXGI_SAMPLE_DESC (line 102) | typedef struct DXGI_SAMPLE_DESC type DXGI_COLOR_SPACE_TYPE (line 108) | typedef enum DXGI_COLOR_SPACE_TYPE type DXGI_JPEG_DC_HUFFMAN_TABLE (line 131) | typedef struct DXGI_JPEG_DC_HUFFMAN_TABLE type DXGI_JPEG_AC_HUFFMAN_TABLE (line 137) | typedef struct DXGI_JPEG_AC_HUFFMAN_TABLE type DXGI_JPEG_QUANTIZATION_TABLE (line 143) | typedef struct DXGI_JPEG_QUANTIZATION_TABLE FILE: external/D3D12/include/pix3.h type PIXCaptureParameters (line 54) | typedef union PIXCaptureParameters function HRESULT (line 92) | inline HRESULT PIXBeginCapture(DWORD, _In_opt_ const PIXCaptureParameter... function HRESULT (line 93) | inline HRESULT PIXEndCapture(BOOL) { return S_OK; } function DWORD (line 94) | inline DWORD PIXGetCaptureState() { return 0; } function PIXReportCounter (line 95) | inline void PIXReportCounter(_In_ PCWSTR, float) {} function PIXBeginEvent (line 97) | inline void PIXBeginEvent(UINT64, _In_ PCSTR, ...) {} function PIXBeginEvent (line 98) | inline void PIXBeginEvent(UINT64, _In_ PCWSTR, ...) {} function PIXBeginEvent (line 99) | inline void PIXBeginEvent(void*, UINT64, _In_ PCSTR, ...) {} function PIXBeginEvent (line 100) | inline void PIXBeginEvent(void*, UINT64, _In_ PCWSTR, ...) {} function PIXEndEvent (line 101) | inline void PIXEndEvent() {} function PIXEndEvent (line 102) | inline void PIXEndEvent(void*) {} function PIXSetMarker (line 103) | inline void PIXSetMarker(UINT64, _In_ PCSTR, ...) {} function PIXSetMarker (line 104) | inline void PIXSetMarker(UINT64, _In_ PCWSTR, ...) {} function PIXSetMarker (line 105) | inline void PIXSetMarker(void*, UINT64, _In_ PCSTR, ...) {} function PIXSetMarker (line 106) | inline void PIXSetMarker(void*, UINT64, _In_ PCWSTR, ...) {} function PIXScopedEvent (line 107) | inline void PIXScopedEvent(UINT64, _In_ PCSTR, ...) {} function PIXScopedEvent (line 108) | inline void PIXScopedEvent(UINT64, _In_ PCWSTR, ...) {} function PIXScopedEvent (line 109) | inline void PIXScopedEvent(void*, UINT64, _In_ PCSTR, ...) {} function PIXScopedEvent (line 110) | inline void PIXScopedEvent(void*, UINT64, _In_ PCWSTR, ...) {} function UINT (line 122) | inline UINT PIX_COLOR(BYTE r, BYTE g, BYTE b) { return 0xff000000 | (r <... function UINT (line 123) | inline UINT PIX_COLOR_INDEX(BYTE i) { return i; } FILE: external/D3D12/include/pix3_win.h type PIXEventsBlockInfo (line 26) | struct PIXEventsBlockInfo type PIXEventsThreadInfo (line 30) | struct PIXEventsThreadInfo function UINT64 (line 50) | __forceinline UINT64 PIXGetTimestampCounter() FILE: external/GFSDK_Aftermath_v1.21/include/GFSDK_Aftermath.h type GFSDK_Aftermath_Version (line 59) | enum GFSDK_Aftermath_Version { GFSDK_Aftermath_Version_API = 0x00000121 } type GFSDK_Aftermath_Result (line 61) | enum GFSDK_Aftermath_Result type GFSDK_Aftermath_Context_Status (line 131) | enum GFSDK_Aftermath_Context_Status type GFSDK_Aftermath_Status (line 152) | enum GFSDK_Aftermath_Status function GFSDK_Aftermath_ContextData (line 177) | struct GFSDK_Aftermath_DLLSPEC GFSDK_Aftermath_ContextData FILE: external/NvToolsExt/include/nvToolsExt.h type nvtxRangeId_t (line 103) | typedef uint64_t nvtxRangeId_t; type nvtxColorType_t (line 119) | typedef enum nvtxColorType_t type nvtxPayloadType_t (line 128) | typedef enum nvtxPayloadType_t type nvtxMessageType_t (line 139) | typedef enum nvtxMessageType_t type nvtxEventAttributes_v1 (line 223) | typedef struct nvtxEventAttributes_v1 type nvtxEventAttributes_t (line 316) | typedef struct nvtxEventAttributes_v1 nvtxEventAttributes_t; FILE: external/SDL2-2.0.4/include/SDL_assert.h type SDL_AssertState (line 100) | typedef enum type SDL_AssertData (line 109) | typedef struct SDL_AssertData FILE: external/SDL2-2.0.4/include/SDL_atomic.h type SDL_SpinLock (line 89) | typedef int SDL_SpinLock; type SDL_atomic_t (line 189) | typedef struct { int value; } SDL_atomic_t; FILE: external/SDL2-2.0.4/include/SDL_audio.h type Uint16 (line 64) | typedef Uint16 SDL_AudioFormat; type SDL_AudioSpec (line 168) | typedef struct SDL_AudioSpec type SDL_AudioCVT (line 182) | struct SDL_AudioCVT type SDL_AudioCVT (line 183) | struct SDL_AudioCVT type SDL_AUDIOCVT_PACKED (line 200) | typedef struct SDL_AudioCVT type Uint32 (line 303) | typedef Uint32 SDL_AudioDeviceID; type SDL_AudioStatus (line 368) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_bits.h function SDL_FORCE_INLINE (line 50) | SDL_FORCE_INLINE int FILE: external/SDL2-2.0.4/include/SDL_blendmode.h type SDL_BlendMode (line 40) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_egl.h type khronos_int32_t (line 177) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 178) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 179) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 180) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 190) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 191) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 192) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 193) | typedef uint64_t khronos_uint64_t; type __int32 (line 202) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 203) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 204) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 205) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 214) | typedef int khronos_int32_t; type khronos_uint32_t (line 215) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 217) | typedef long int khronos_int64_t; type khronos_uint64_t (line 218) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 220) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 221) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 231) | typedef int khronos_int32_t; type khronos_uint32_t (line 232) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 242) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 243) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 244) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 245) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 255) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 256) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 257) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 258) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 266) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 267) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 268) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 269) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 271) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 272) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 273) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 274) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 281) | typedef float khronos_float_t; type khronos_uint64_t (line 294) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 295) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 311) | typedef enum { type IUnknown (line 397) | typedef IUnknown * EGLNativeWindowType; type IUnknown (line 398) | typedef IUnknown * EGLNativePixmapType; type IUnknown (line 399) | typedef IUnknown * EGLNativeDisplayType; type HDC (line 401) | typedef HDC EGLNativeDisplayType; type HBITMAP (line 402) | typedef HBITMAP EGLNativePixmapType; type HWND (line 403) | typedef HWND EGLNativeWindowType; type EGLNativeDisplayType (line 408) | typedef int EGLNativeDisplayType; type wl_display (line 414) | struct wl_display type wl_egl_pixmap (line 415) | struct wl_egl_pixmap type wl_egl_window (line 416) | struct wl_egl_window type gbm_device (line 420) | struct gbm_device type gbm_bo (line 421) | struct gbm_bo type ANativeWindow (line 426) | struct ANativeWindow type egl_native_pixmap_t (line 427) | struct egl_native_pixmap_t type ANativeWindow (line 429) | struct ANativeWindow type egl_native_pixmap_t (line 430) | struct egl_native_pixmap_t type MirEGLNativeDisplayType (line 436) | typedef MirEGLNativeDisplayType EGLNativeDisplayType; type MirEGLNativeWindowType (line 438) | typedef MirEGLNativeWindowType EGLNativeWindowType; type khronos_uintptr_t (line 445) | typedef khronos_uintptr_t EGLNativePixmapType; type khronos_uintptr_t (line 446) | typedef khronos_uintptr_t EGLNativeWindowType; type Display (line 454) | typedef Display *EGLNativeDisplayType; type Pixmap (line 455) | typedef Pixmap EGLNativePixmapType; type Window (line 456) | typedef Window EGLNativeWindowType; type EGLNativeDisplayType (line 465) | typedef EGLNativeDisplayType NativeDisplayType; type EGLNativePixmapType (line 466) | typedef EGLNativePixmapType NativePixmapType; type EGLNativeWindowType (line 467) | typedef EGLNativeWindowType NativeWindowType; type khronos_int32_t (line 477) | typedef khronos_int32_t EGLint; type EGLBoolean (line 534) | typedef unsigned int EGLBoolean; type EGLenum (line 649) | typedef unsigned int EGLenum; type EGLAttrib (line 719) | typedef intptr_t EGLAttrib; type khronos_utime_nanoseconds_t (line 720) | typedef khronos_utime_nanoseconds_t EGLTime; type EGLAttribKHR (line 846) | typedef intptr_t EGLAttribKHR; type EGLAttribKHR (line 847) | typedef EGLSyncKHR (EGLAPIENTRYP PFNEGLCREATESYNC64KHRPROC) (EGLDisplay ... type khronos_utime_nanoseconds_t (line 888) | typedef khronos_utime_nanoseconds_t EGLTimeKHR; type khronos_uint64_t (line 1063) | typedef khronos_uint64_t EGLuint64KHR; type EGLNativeFileDescriptorKHR (line 1110) | typedef int EGLNativeFileDescriptorKHR; type khronos_ssize_t (line 1180) | typedef khronos_ssize_t EGLsizeiANDROID; type EGLsizeiANDROID (line 1182) | typedef EGLsizeiANDROID (*EGLGetBlobFuncANDROID) (const void *key, EGLsi... type EGLAttrib (line 1342) | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTLAYERSEXTPROC) (EGLDispl... type EGLAttrib (line 1343) | typedef EGLBoolean (EGLAPIENTRYP PFNEGLGETOUTPUTPORTSEXTPROC) (EGLDispla... type const (line 1377) | typedef EGLDisplay (EGLAPIENTRYP PFNEGLGETPLATFORMDISPLAYEXTPROC) (EGLen... type const (line 1378) | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMWINDOWSURFACEEXTPRO... type const (line 1379) | typedef EGLSurface (EGLAPIENTRYP PFNEGLCREATEPLATFORMPIXMAPSURFACEEXTPRO... type EGLClientPixmapHI (line 1455) | struct EGLClientPixmapHI { type EGLClientPixmapHI (line 1462) | struct EGLClientPixmapHI type EGLClientPixmapHI (line 1464) | struct EGLClientPixmapHI type khronos_utime_nanoseconds_t (line 1611) | typedef khronos_utime_nanoseconds_t EGLTimeNV; type khronos_utime_nanoseconds_t (line 1645) | typedef khronos_utime_nanoseconds_t EGLuint64NV; FILE: external/SDL2-2.0.4/include/SDL_endian.h function SDL_FORCE_INLINE (line 70) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 77) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 84) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 93) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 100) | SDL_FORCE_INLINE Uint16 function SDL_FORCE_INLINE (line 108) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 115) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 122) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 133) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 140) | SDL_FORCE_INLINE Uint32 function SDL_FORCE_INLINE (line 149) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 167) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 174) | SDL_FORCE_INLINE Uint64 function SDL_FORCE_INLINE (line 191) | SDL_FORCE_INLINE float FILE: external/SDL2-2.0.4/include/SDL_error.h type SDL_errorcode (line 55) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_events.h type SDL_EventType (line 55) | typedef enum type SDL_CommonEvent (line 162) | typedef struct SDL_CommonEvent type SDL_WindowEvent (line 171) | typedef struct SDL_WindowEvent type SDL_KeyboardEvent (line 187) | typedef struct SDL_KeyboardEvent type SDL_TextEditingEvent (line 203) | typedef struct SDL_TextEditingEvent type SDL_TextInputEvent (line 218) | typedef struct SDL_TextInputEvent type SDL_MouseMotionEvent (line 229) | typedef struct SDL_MouseMotionEvent type SDL_MouseButtonEvent (line 245) | typedef struct SDL_MouseButtonEvent type SDL_MouseWheelEvent (line 262) | typedef struct SDL_MouseWheelEvent type SDL_JoyAxisEvent (line 276) | typedef struct SDL_JoyAxisEvent type SDL_JoyBallEvent (line 292) | typedef struct SDL_JoyBallEvent type SDL_JoyHatEvent (line 308) | typedef struct SDL_JoyHatEvent type SDL_JoyButtonEvent (line 328) | typedef struct SDL_JoyButtonEvent type SDL_JoyDeviceEvent (line 342) | typedef struct SDL_JoyDeviceEvent type SDL_ControllerAxisEvent (line 353) | typedef struct SDL_ControllerAxisEvent type SDL_ControllerButtonEvent (line 370) | typedef struct SDL_ControllerButtonEvent type SDL_ControllerDeviceEvent (line 385) | typedef struct SDL_ControllerDeviceEvent type SDL_AudioDeviceEvent (line 395) | typedef struct SDL_AudioDeviceEvent type SDL_TouchFingerEvent (line 410) | typedef struct SDL_TouchFingerEvent type SDL_MultiGestureEvent (line 427) | typedef struct SDL_MultiGestureEvent type SDL_DollarGestureEvent (line 444) | typedef struct SDL_DollarGestureEvent type SDL_DropEvent (line 462) | typedef struct SDL_DropEvent type SDL_QuitEvent (line 473) | typedef struct SDL_QuitEvent type SDL_OSEvent (line 482) | typedef struct SDL_OSEvent type SDL_UserEvent (line 491) | typedef struct SDL_UserEvent type SDL_SysWMmsg (line 502) | struct SDL_SysWMmsg type SDL_SysWMmsg (line 503) | typedef struct SDL_SysWMmsg SDL_SysWMmsg; type SDL_SysWMEvent (line 511) | typedef struct SDL_SysWMEvent type SDL_Event (line 521) | typedef union SDL_Event type SDL_eventaction (line 572) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_gamecontroller.h type _SDL_GameController (line 55) | struct _SDL_GameController type SDL_GameController (line 56) | typedef struct _SDL_GameController SDL_GameController; type SDL_GameControllerBindType (line 59) | typedef enum type SDL_GameControllerButtonBind (line 70) | typedef struct SDL_GameControllerButtonBind type SDL_GameControllerAxis (line 218) | typedef enum type SDL_GameControllerButton (line 262) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_gesture.h type Sint64 (line 44) | typedef Sint64 SDL_GestureID; FILE: external/SDL2-2.0.4/include/SDL_haptic.h type _SDL_Haptic (line 129) | struct _SDL_Haptic type SDL_Haptic (line 130) | typedef struct _SDL_Haptic SDL_Haptic; type SDL_HapticDirection (line 437) | typedef struct SDL_HapticDirection type SDL_HapticConstant (line 455) | typedef struct SDL_HapticConstant type SDL_HapticPeriodic (line 536) | typedef struct SDL_HapticPeriodic type SDL_HapticCondition (line 589) | typedef struct SDL_HapticCondition type SDL_HapticRamp (line 626) | typedef struct SDL_HapticRamp type SDL_HapticLeftRight (line 663) | typedef struct SDL_HapticLeftRight type SDL_HapticCustom (line 689) | typedef struct SDL_HapticCustom type SDL_HapticEffect (line 785) | typedef union SDL_HapticEffect FILE: external/SDL2-2.0.4/include/SDL_hints.h type SDL_HintPriority (line 636) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_joystick.h type _SDL_Joystick (line 64) | struct _SDL_Joystick type SDL_Joystick (line 65) | typedef struct _SDL_Joystick SDL_Joystick; type SDL_JoystickGUID (line 68) | typedef struct { type Sint32 (line 72) | typedef Sint32 SDL_JoystickID; type SDL_JoystickPowerLevel (line 74) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_keyboard.h type SDL_Keysym (line 47) | typedef struct SDL_Keysym FILE: external/SDL2-2.0.4/include/SDL_keycode.h type Sint32 (line 42) | typedef Sint32 SDL_Keycode; type SDL_Keymod (line 317) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_log.h type SDL_LogPriority (line 102) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_messagebox.h type SDL_MessageBoxFlags (line 37) | typedef enum type SDL_MessageBoxButtonFlags (line 47) | typedef enum type SDL_MessageBoxButtonData (line 56) | typedef struct type SDL_MessageBoxColor (line 66) | typedef struct type SDL_MessageBoxColorType (line 71) | typedef enum type SDL_MessageBoxColorScheme (line 84) | typedef struct type SDL_MessageBoxData (line 92) | typedef struct FILE: external/SDL2-2.0.4/include/SDL_mouse.h type SDL_Cursor (line 41) | typedef struct SDL_Cursor SDL_Cursor; type SDL_SystemCursor (line 46) | typedef enum type SDL_MouseWheelDirection (line 66) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_mutex.h type SDL_mutex (line 58) | struct SDL_mutex type SDL_mutex (line 59) | typedef struct SDL_mutex SDL_mutex; type SDL_semaphore (line 106) | struct SDL_semaphore type SDL_sem (line 107) | typedef struct SDL_semaphore SDL_sem; type SDL_cond (line 166) | struct SDL_cond type SDL_cond (line 167) | typedef struct SDL_cond SDL_cond; FILE: external/SDL2-2.0.4/include/SDL_opengl.h type GLenum (line 169) | typedef unsigned int GLenum; type GLboolean (line 170) | typedef unsigned char GLboolean; type GLbitfield (line 171) | typedef unsigned int GLbitfield; type GLvoid (line 172) | typedef void GLvoid; type GLbyte (line 173) | typedef signed char GLbyte; type GLshort (line 174) | typedef short GLshort; type GLint (line 175) | typedef int GLint; type GLubyte (line 176) | typedef unsigned char GLubyte; type GLushort (line 177) | typedef unsigned short GLushort; type GLuint (line 178) | typedef unsigned int GLuint; type GLsizei (line 179) | typedef int GLsizei; type GLfloat (line 180) | typedef float GLfloat; type GLclampf (line 181) | typedef float GLclampf; type GLdouble (line 182) | typedef double GLdouble; type GLclampd (line 183) | typedef double GLclampd; FILE: external/SDL2-2.0.4/include/SDL_opengl_glext.h type GLsizeiptr (line 469) | typedef long GLsizeiptr; type GLintptr (line 470) | typedef long GLintptr; type GLsizeiptr (line 472) | typedef ptrdiff_t GLsizeiptr; type GLintptr (line 473) | typedef ptrdiff_t GLintptr; type GLchar (line 569) | typedef char GLchar; type GLhalf (line 887) | typedef unsigned short GLhalf; type GLubyte (line 1166) | typedef const GLubyte *(APIENTRYP PFNGLGETSTRINGIPROC) (GLenum name, GLu... type __GLsync (line 1371) | struct __GLsync type __int32 (line 1401) | typedef __int32 int32_t; type __int64 (line 1402) | typedef __int64 int64_t; type GLuint64 (line 1409) | typedef uint64_t GLuint64; type GLint64 (line 1410) | typedef int64_t GLint64; type const (line 1759) | typedef GLint (APIENTRYP PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC) (GLuint ... type const (line 1760) | typedef GLuint (APIENTRYP PFNGLGETSUBROUTINEINDEXPROC) (GLuint program, ... type const (line 2463) | typedef GLuint (APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC) (GLuint prog... type const (line 2466) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC) (GLuint pr... type const (line 2467) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC) (GLui... type GLuint64EXT (line 2597) | typedef uint64_t GLuint64EXT; type _cl_context (line 2645) | struct _cl_context type _cl_event (line 2646) | struct _cl_event type struct (line 2649) | typedef GLsync (APIENTRYP PFNGLCREATESYNCFROMCLEVENTARBPROC) (struct _cl... type _cl_context (line 2651) | struct _cl_context type _cl_event (line 2651) | struct _cl_event type GLhalfARB (line 3042) | typedef unsigned short GLhalfARB; type GLhandleARB (line 3575) | typedef unsigned int GLhandleARB; type GLcharARB (line 3577) | typedef char GLcharARB; type GLchar (line 3731) | typedef GLboolean (APIENTRYP PFNGLISNAMEDSTRINGARBPROC) (GLint namelen, ... type GLsizeiptrARB (line 4149) | typedef long GLsizeiptrARB; type GLintptrARB (line 4150) | typedef long GLintptrARB; type GLsizeiptrARB (line 4152) | typedef ptrdiff_t GLsizeiptrARB; type GLintptrARB (line 4153) | typedef ptrdiff_t GLintptrARB; type GLint (line 4495) | typedef GLint GLfixed; type GLint64EXT (line 4828) | typedef int64_t GLint64EXT; type GLenum (line 5629) | typedef GLuint (APIENTRYP PFNGLNEWOBJECTBUFFERATIPROC) (GLsizei size, co... type GLuint (line 7587) | typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC) (GLsizei n... type GLhalfNV (line 8856) | typedef unsigned short GLhalfNV; type GLintptr (line 9740) | typedef GLintptr GLvdpauSurfaceNV; type const (line 9747) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC... type const (line 9748) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPRO... type GLuint (line 9973) | typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC) (GLsizei n,... FILE: external/SDL2-2.0.4/include/SDL_opengles2_gl2.h type GLvoid (line 21) | typedef void GLvoid; type GLchar (line 22) | typedef char GLchar; type GLenum (line 23) | typedef unsigned int GLenum; type GLboolean (line 24) | typedef unsigned char GLboolean; type GLbitfield (line 25) | typedef unsigned int GLbitfield; type khronos_int8_t (line 26) | typedef khronos_int8_t GLbyte; type GLshort (line 27) | typedef short GLshort; type GLint (line 28) | typedef int GLint; type GLsizei (line 29) | typedef int GLsizei; type khronos_uint8_t (line 30) | typedef khronos_uint8_t GLubyte; type GLushort (line 31) | typedef unsigned short GLushort; type GLuint (line 32) | typedef unsigned int GLuint; type khronos_float_t (line 33) | typedef khronos_float_t GLfloat; type khronos_float_t (line 34) | typedef khronos_float_t GLclampf; type khronos_int32_t (line 35) | typedef khronos_int32_t GLfixed; type khronos_intptr_t (line 38) | typedef khronos_intptr_t GLintptr; type khronos_ssize_t (line 39) | typedef khronos_ssize_t GLsizeiptr; FILE: external/SDL2-2.0.4/include/SDL_opengles2_gl2ext.h type khronos_int64_t (line 27) | typedef khronos_int64_t GLint64; type khronos_uint64_t (line 28) | typedef khronos_uint64_t GLuint64; type __GLsync (line 29) | struct __GLsync FILE: external/SDL2-2.0.4/include/SDL_opengles2_khrplatform.h type khronos_int32_t (line 142) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 143) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 144) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 145) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 155) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 156) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 157) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 158) | typedef uint64_t khronos_uint64_t; type __int32 (line 167) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 168) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 169) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 170) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 179) | typedef int khronos_int32_t; type khronos_uint32_t (line 180) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 182) | typedef long int khronos_int64_t; type khronos_uint64_t (line 183) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 185) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 186) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 196) | typedef int khronos_int32_t; type khronos_uint32_t (line 197) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 207) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 208) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 209) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 210) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 220) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 221) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 222) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 223) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 231) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 232) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 233) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 234) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 236) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 237) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 238) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 239) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 246) | typedef float khronos_float_t; type khronos_uint64_t (line 259) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 260) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 276) | typedef enum { FILE: external/SDL2-2.0.4/include/SDL_pixels.h type SDL_Color (line 279) | typedef struct SDL_Color type SDL_Palette (line 288) | typedef struct SDL_Palette type SDL_PixelFormat (line 299) | typedef struct SDL_PixelFormat FILE: external/SDL2-2.0.4/include/SDL_power.h type SDL_PowerState (line 42) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_rect.h type SDL_Point (line 48) | typedef struct SDL_Point type SDL_Rect (line 64) | typedef struct SDL_Rect function SDL_FORCE_INLINE (line 73) | SDL_FORCE_INLINE SDL_bool SDL_PointInRect(const SDL_Point *p, const SDL_... function SDL_FORCE_INLINE (line 82) | SDL_FORCE_INLINE SDL_bool SDL_RectEmpty(const SDL_Rect *r) function SDL_FORCE_INLINE (line 90) | SDL_FORCE_INLINE SDL_bool SDL_RectEquals(const SDL_Rect *a, const SDL_Re... FILE: external/SDL2-2.0.4/include/SDL_render.h type SDL_RendererFlags (line 64) | typedef enum type SDL_RendererInfo (line 78) | typedef struct SDL_RendererInfo type SDL_TextureAccess (line 91) | typedef enum type SDL_TextureModulate (line 101) | typedef enum type SDL_RendererFlip (line 111) | typedef enum type SDL_Renderer (line 121) | struct SDL_Renderer type SDL_Renderer (line 122) | typedef struct SDL_Renderer SDL_Renderer; type SDL_Texture (line 127) | struct SDL_Texture type SDL_Texture (line 128) | typedef struct SDL_Texture SDL_Texture; FILE: external/SDL2-2.0.4/include/SDL_rwops.h type SDL_RWops (line 52) | typedef struct SDL_RWops FILE: external/SDL2-2.0.4/include/SDL_scancode.h type SDL_Scancode (line 43) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_shape.h type WindowShapeMode (line 79) | typedef enum { type SDL_WindowShapeParams (line 93) | typedef union { type SDL_WindowShapeMode (line 100) | typedef struct SDL_WindowShapeMode { FILE: external/SDL2-2.0.4/include/SDL_stdinc.h type SDL_bool (line 126) | typedef enum type Sint8 (line 135) | typedef int8_t Sint8; type Uint8 (line 139) | typedef uint8_t Uint8; type Sint16 (line 143) | typedef int16_t Sint16; type Uint16 (line 147) | typedef uint16_t Uint16; type Sint32 (line 151) | typedef int32_t Sint32; type Uint32 (line 155) | typedef uint32_t Uint32; type Sint64 (line 160) | typedef int64_t Sint64; type Uint64 (line 164) | typedef uint64_t Uint64; type SDL_DUMMY_ENUM (line 285) | typedef enum function SDL_FORCE_INLINE (line 359) | SDL_FORCE_INLINE void SDL_memset4(void *dst, Uint32 val, size_t dwords) type _SDL_iconv_t (line 467) | struct _SDL_iconv_t FILE: external/SDL2-2.0.4/include/SDL_surface.h type SDL_Surface (line 69) | typedef struct SDL_Surface type SDL_Surface (line 97) | struct SDL_Surface type SDL_Surface (line 98) | struct SDL_Surface FILE: external/SDL2-2.0.4/include/SDL_system.h type IDirect3DDevice9 (line 60) | typedef struct IDirect3DDevice9 IDirect3DDevice9; type SDL_WinRT_Path (line 151) | typedef enum FILE: external/SDL2-2.0.4/include/SDL_syswm.h type SDL_SysWMinfo (line 51) | struct SDL_SysWMinfo type NSWindow (line 90) | typedef struct _NSWindow NSWindow; type UIWindow (line 98) | typedef struct _UIWindow UIWindow; type UIViewController (line 99) | typedef struct _UIViewController UIViewController; type Uint32 (line 101) | typedef Uint32 GLuint; type ANativeWindow (line 105) | typedef struct ANativeWindow ANativeWindow; type SDL_SYSWM_TYPE (line 112) | typedef enum type SDL_SysWMmsg (line 129) | struct SDL_SysWMmsg type SDL_SysWMinfo (line 181) | struct SDL_SysWMinfo type SDL_SysWMinfo (line 269) | typedef struct SDL_SysWMinfo SDL_SysWMinfo; FILE: external/SDL2-2.0.4/include/SDL_test_common.h type SDLTest_CommonState (line 51) | typedef struct FILE: external/SDL2-2.0.4/include/SDL_test_crc32.h type SDLTest_Crc32Context (line 66) | typedef struct { FILE: external/SDL2-2.0.4/include/SDL_test_harness.h type SDLTest_TestCaseReference (line 75) | typedef struct SDLTest_TestCaseReference { type SDLTest_TestSuiteReference (line 89) | typedef struct SDLTest_TestSuiteReference { FILE: external/SDL2-2.0.4/include/SDL_test_images.h type SDLTest_SurfaceImage_t (line 50) | typedef struct SDLTest_SurfaceImage_s { FILE: external/SDL2-2.0.4/include/SDL_test_md5.h type MD5UINT4 (line 68) | typedef unsigned long int MD5UINT4; type SDLTest_Md5Context (line 71) | typedef struct { FILE: external/SDL2-2.0.4/include/SDL_test_random.h type SDLTest_RandomContext (line 59) | typedef struct { FILE: external/SDL2-2.0.4/include/SDL_thread.h type SDL_Thread (line 45) | struct SDL_Thread type SDL_Thread (line 46) | typedef struct SDL_Thread SDL_Thread; type SDL_threadID (line 49) | typedef unsigned long SDL_threadID; type SDL_TLSID (line 52) | typedef unsigned int SDL_TLSID; type SDL_ThreadPriority (line 59) | typedef enum { FILE: external/SDL2-2.0.4/include/SDL_timer.h type SDL_TimerID (line 86) | typedef int SDL_TimerID; FILE: external/SDL2-2.0.4/include/SDL_touch.h type Sint64 (line 41) | typedef Sint64 SDL_TouchID; type Sint64 (line 42) | typedef Sint64 SDL_FingerID; type SDL_Finger (line 44) | typedef struct SDL_Finger FILE: external/SDL2-2.0.4/include/SDL_version.h type SDL_version (line 51) | typedef struct SDL_version FILE: external/SDL2-2.0.4/include/SDL_video.h type SDL_DisplayMode (line 53) | typedef struct type SDL_Window (line 89) | typedef struct SDL_Window SDL_Window; type SDL_WindowFlags (line 96) | typedef enum type SDL_WindowEventID (line 136) | typedef enum type SDL_GLattr (line 169) | typedef enum type SDL_GLprofile (line 198) | typedef enum type SDL_GLcontextFlag (line 205) | typedef enum type SDL_GLcontextReleaseFlag (line 213) | typedef enum type SDL_HitTestResult (line 852) | typedef enum type SDL_Point (line 871) | typedef SDL_HitTestResult (SDLCALL *SDL_HitTest)(SDL_Window *win, FILE: external/ags_lib/inc/amd_ags.h type ID3D11Device (line 37) | struct ID3D11Device type ID3D11Resource (line 38) | struct ID3D11Resource type ID3D11Buffer (line 39) | struct ID3D11Buffer type ID3D11Texture1D (line 40) | struct ID3D11Texture1D type ID3D11Texture2D (line 41) | struct ID3D11Texture2D type ID3D11Texture3D (line 42) | struct ID3D11Texture3D type D3D11_BUFFER_DESC (line 43) | struct D3D11_BUFFER_DESC type D3D11_TEXTURE1D_DESC (line 44) | struct D3D11_TEXTURE1D_DESC type D3D11_TEXTURE2D_DESC (line 45) | struct D3D11_TEXTURE2D_DESC type D3D11_TEXTURE3D_DESC (line 46) | struct D3D11_TEXTURE3D_DESC type D3D11_SUBRESOURCE_DATA (line 47) | struct D3D11_SUBRESOURCE_DATA type tagRECT (line 48) | struct tagRECT type tagRECT (line 49) | typedef tagRECT D3D11_RECT; type ID3D12Device (line 52) | struct ID3D12Device type AGSReturnCode (line 55) | enum AGSReturnCode type AGSDriverExtensionDX11 (line 66) | enum AGSDriverExtensionDX11 type AGSDriverExtensionDX12 (line 85) | enum AGSDriverExtensionDX12 type AGSPrimitiveTopology (line 99) | enum AGSPrimitiveTopology type AGSCrossfireMode (line 105) | enum AGSCrossfireMode type AGSAfrTransferType (line 112) | enum AGSAfrTransferType type AGSContext (line 121) | struct AGSContext type AGSRect (line 123) | struct AGSRect type AGSEyefinityInfo (line 131) | struct AGSEyefinityInfo type AGSDisplayInfo (line 152) | struct AGSDisplayInfo type AGSConfiguration (line 187) | struct AGSConfiguration type AGSGPUInfo (line 192) | struct AGSGPUInfo type D3D_PRIMITIVE_TOPOLOGY (line 359) | enum D3D_PRIMITIVE_TOPOLOGY FILE: external/egl_setup/egl_setup.cpp function EGLConfig (line 36) | static EGLConfig GetBestConfigMatch(EGLDisplay display, EGLint renderabl... function EGLCapabilities (line 128) | const EGLCapabilities* EGLCapabilities::create() { function EGLInfo (line 162) | EGLInfo* EGLInfo::create(const EGLCapabilities& caps, unsigned int api, ... FILE: external/egl_setup/egl_setup.h function class (line 22) | class EGLCapabilities { function class (line 37) | class EGLInfo { FILE: external/glad/include/KHR/khrplatform.h type khronos_int32_t (line 144) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 145) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 146) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 147) | typedef uint64_t khronos_uint64_t; type khronos_int32_t (line 157) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 158) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 159) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 160) | typedef uint64_t khronos_uint64_t; type __int32 (line 169) | typedef __int32 khronos_int32_t; type khronos_uint32_t (line 170) | typedef unsigned __int32 khronos_uint32_t; type __int64 (line 171) | typedef __int64 khronos_int64_t; type khronos_uint64_t (line 172) | typedef unsigned __int64 khronos_uint64_t; type khronos_int32_t (line 181) | typedef int khronos_int32_t; type khronos_uint32_t (line 182) | typedef unsigned int khronos_uint32_t; type khronos_int64_t (line 184) | typedef long int khronos_int64_t; type khronos_uint64_t (line 185) | typedef unsigned long int khronos_uint64_t; type khronos_int64_t (line 187) | typedef long long int khronos_int64_t; type khronos_uint64_t (line 188) | typedef unsigned long long int khronos_uint64_t; type khronos_int32_t (line 198) | typedef int khronos_int32_t; type khronos_uint32_t (line 199) | typedef unsigned int khronos_uint32_t; type khronos_int32_t (line 209) | typedef int32_t khronos_int32_t; type khronos_uint32_t (line 210) | typedef uint32_t khronos_uint32_t; type khronos_int64_t (line 211) | typedef int64_t khronos_int64_t; type khronos_uint64_t (line 212) | typedef uint64_t khronos_uint64_t; type khronos_int8_t (line 222) | typedef signed char khronos_int8_t; type khronos_uint8_t (line 223) | typedef unsigned char khronos_uint8_t; type khronos_int16_t (line 224) | typedef signed short int khronos_int16_t; type khronos_uint16_t (line 225) | typedef unsigned short int khronos_uint16_t; type khronos_intptr_t (line 233) | typedef signed long long int khronos_intptr_t; type khronos_uintptr_t (line 234) | typedef unsigned long long int khronos_uintptr_t; type khronos_ssize_t (line 235) | typedef signed long long int khronos_ssize_t; type khronos_usize_t (line 236) | typedef unsigned long long int khronos_usize_t; type khronos_intptr_t (line 238) | typedef signed long int khronos_intptr_t; type khronos_uintptr_t (line 239) | typedef unsigned long int khronos_uintptr_t; type khronos_ssize_t (line 240) | typedef signed long int khronos_ssize_t; type khronos_usize_t (line 241) | typedef unsigned long int khronos_usize_t; type khronos_float_t (line 248) | typedef float khronos_float_t; type khronos_uint64_t (line 261) | typedef khronos_uint64_t khronos_utime_nanoseconds_t; type khronos_int64_t (line 262) | typedef khronos_int64_t khronos_stime_nanoseconds_t; type khronos_boolean_enum_t (line 278) | typedef enum { FILE: external/glad/include/glad/glad.h type gladGLversionStruct (line 630) | struct gladGLversionStruct { type __int32 (line 700) | typedef __int32 int32_t; type __int64 (line 701) | typedef __int64 int64_t; type GLenum (line 708) | typedef unsigned int GLenum; type GLboolean (line 709) | typedef unsigned char GLboolean; type GLbitfield (line 710) | typedef unsigned int GLbitfield; type GLvoid (line 711) | typedef void GLvoid; type GLbyte (line 712) | typedef signed char GLbyte; type GLshort (line 713) | typedef short GLshort; type GLint (line 714) | typedef int GLint; type GLclampx (line 715) | typedef int GLclampx; type GLubyte (line 716) | typedef unsigned char GLubyte; type GLushort (line 717) | typedef unsigned short GLushort; type GLuint (line 718) | typedef unsigned int GLuint; type GLsizei (line 719) | typedef int GLsizei; type GLfloat (line 720) | typedef float GLfloat; type GLclampf (line 721) | typedef float GLclampf; type GLdouble (line 722) | typedef double GLdouble; type GLclampd (line 723) | typedef double GLclampd; type GLchar (line 726) | typedef char GLchar; type GLcharARB (line 727) | typedef char GLcharARB; type GLhandleARB (line 731) | typedef unsigned int GLhandleARB; type GLhalfARB (line 733) | typedef unsigned short GLhalfARB; type GLhalf (line 734) | typedef unsigned short GLhalf; type GLint (line 735) | typedef GLint GLfixed; type GLintptr (line 737) | typedef long GLintptr; type GLintptr (line 739) | typedef ptrdiff_t GLintptr; type GLsizeiptr (line 742) | typedef long GLsizeiptr; type GLsizeiptr (line 744) | typedef ptrdiff_t GLsizeiptr; type GLint64 (line 746) | typedef int64_t GLint64; type GLuint64 (line 747) | typedef uint64_t GLuint64; type GLintptrARB (line 749) | typedef long GLintptrARB; type GLintptrARB (line 751) | typedef ptrdiff_t GLintptrARB; type GLsizeiptrARB (line 754) | typedef long GLsizeiptrARB; type GLsizeiptrARB (line 756) | typedef ptrdiff_t GLsizeiptrARB; type GLint64EXT (line 758) | typedef int64_t GLint64EXT; type GLuint64EXT (line 759) | typedef uint64_t GLuint64EXT; type __GLsync (line 760) | struct __GLsync type _cl_context (line 761) | struct _cl_context type _cl_event (line 762) | struct _cl_event type GLhalfNV (line 767) | typedef unsigned short GLhalfNV; type GLintptr (line 768) | typedef GLintptr GLvdpauSurfaceNV; type GLubyte (line 2686) | typedef const GLubyte * (APIENTRYP PFNGLGETSTRINGPROC)(GLenum name); type GLuint (line 3563) | typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTPROC)(GLsizei n, co... type GLubyte (line 4425) | typedef const GLubyte * (APIENTRYP PFNGLGETSTRINGIPROC)(GLenum name, GLu... type const (line 4864) | typedef GLint (APIENTRYP PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC)(GLuint p... type const (line 4867) | typedef GLuint (APIENTRYP PFNGLGETSUBROUTINEINDEXPROC)(GLuint program, G... type const (line 5290) | typedef GLuint (APIENTRYP PFNGLGETPROGRAMRESOURCEINDEXPROC)(GLuint progr... type const (line 5299) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONPROC)(GLuint pro... type const (line 5302) | typedef GLint (APIENTRYP PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC)(GLuin... type struct (line 9503) | typedef GLsync (APIENTRYP PFNGLCREATESYNCFROMCLEVENTARBPROC)(struct _cl_... type GLchar (line 10577) | typedef GLboolean (APIENTRYP PFNGLISNAMEDSTRINGARBPROC)(GLint namelen, c... type GLenum (line 11271) | typedef GLuint (APIENTRYP PFNGLNEWOBJECTBUFFERATIPROC)(GLsizei size, con... type GLuint (line 13248) | typedef GLboolean (APIENTRYP PFNGLARETEXTURESRESIDENTEXTPROC)(GLsizei n,... type GLbitfield (line 14885) | typedef GLenum (APIENTRYP PFNGLPATHGLYPHINDEXRANGENVPROC)(GLenum fontTar... type const (line 14888) | typedef GLenum (APIENTRYP PFNGLPATHGLYPHINDEXARRAYNVPROC)(GLuint firstPa... type const (line 15306) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTERVIDEOSURFACENVPROC... type const (line 15309) | typedef GLvdpauSurfaceNV (APIENTRYP PFNGLVDPAUREGISTEROUTPUTSURFACENVPRO... type GLuint (line 15449) | typedef GLboolean (APIENTRYP PFNGLAREPROGRAMSRESIDENTNVPROC)(GLsizei n, ... FILE: external/glad/src/glad.c function open_gl (line 614) | static function close_gl (line 626) | static function open_gl (line 642) | static function close_gl (line 673) | static function gladLoadGL (line 703) | int gladLoadGL(void) { type gladGLversionStruct (line 714) | struct gladGLversionStruct function get_exts (line 727) | static int get_exts(void) { function free_exts (line 761) | static void free_exts(void) { function has_ext (line 772) | static int has_ext(const char *ext) { function load_GL_VERSION_1_0 (line 4365) | static void load_GL_VERSION_1_0(GLADloadproc load) { function load_GL_VERSION_1_1 (line 4674) | static void load_GL_VERSION_1_1(GLADloadproc load) { function load_GL_VERSION_1_2 (line 4707) | static void load_GL_VERSION_1_2(GLADloadproc load) { function load_GL_VERSION_1_3 (line 4714) | static void load_GL_VERSION_1_3(GLADloadproc load) { function load_GL_VERSION_1_4 (line 4763) | static void load_GL_VERSION_1_4(GLADloadproc load) { function load_GL_VERSION_1_5 (line 4813) | static void load_GL_VERSION_1_5(GLADloadproc load) { function load_GL_VERSION_2_0 (line 4835) | static void load_GL_VERSION_2_0(GLADloadproc load) { function load_GL_VERSION_2_1 (line 4931) | static void load_GL_VERSION_2_1(GLADloadproc load) { function load_GL_VERSION_3_0 (line 4940) | static void load_GL_VERSION_3_0(GLADloadproc load) { function load_GL_VERSION_3_1 (line 5027) | static void load_GL_VERSION_3_1(GLADloadproc load) { function load_GL_VERSION_3_2 (line 5045) | static void load_GL_VERSION_3_2(GLADloadproc load) { function load_GL_VERSION_3_3 (line 5067) | static void load_GL_VERSION_3_3(GLADloadproc load) { function load_GL_VERSION_4_0 (line 5128) | static void load_GL_VERSION_4_0(GLADloadproc load) { function load_GL_VERSION_4_1 (line 5177) | static void load_GL_VERSION_4_1(GLADloadproc load) { function load_GL_VERSION_4_2 (line 5269) | static void load_GL_VERSION_4_2(GLADloadproc load) { function load_GL_VERSION_4_3 (line 5284) | static void load_GL_VERSION_4_3(GLADloadproc load) { function load_GL_VERSION_4_4 (line 5332) | static void load_GL_VERSION_4_4(GLADloadproc load) { function load_GL_VERSION_4_5 (line 5344) | static void load_GL_VERSION_4_5(GLADloadproc load) { function load_GL_VERSION_4_6 (line 5469) | static void load_GL_VERSION_4_6(GLADloadproc load) { function load_GL_3DFX_tbuffer (line 5476) | static void load_GL_3DFX_tbuffer(GLADloadproc load) { function load_GL_AMD_debug_output (line 5480) | static void load_GL_AMD_debug_output(GLADloadproc load) { function load_GL_AMD_draw_buffers_blend (line 5487) | static void load_GL_AMD_draw_buffers_blend(GLADloadproc load) { function load_GL_AMD_framebuffer_sample_positions (line 5494) | static void load_GL_AMD_framebuffer_sample_positions(GLADloadproc load) { function load_GL_AMD_gpu_shader_int64 (line 5501) | static void load_GL_AMD_gpu_shader_int64(GLADloadproc load) { function load_GL_AMD_interleaved_elements (line 5538) | static void load_GL_AMD_interleaved_elements(GLADloadproc load) { function load_GL_AMD_multi_draw_indirect (line 5542) | static void load_GL_AMD_multi_draw_indirect(GLADloadproc load) { function load_GL_AMD_name_gen_delete (line 5547) | static void load_GL_AMD_name_gen_delete(GLADloadproc load) { function load_GL_AMD_occlusion_query_event (line 5553) | static void load_GL_AMD_occlusion_query_event(GLADloadproc load) { function load_GL_AMD_performance_monitor (line 5557) | static void load_GL_AMD_performance_monitor(GLADloadproc load) { function load_GL_AMD_sample_positions (line 5571) | static void load_GL_AMD_sample_positions(GLADloadproc load) { function load_GL_AMD_sparse_texture (line 5575) | static void load_GL_AMD_sparse_texture(GLADloadproc load) { function load_GL_AMD_stencil_operation_extended (line 5580) | static void load_GL_AMD_stencil_operation_extended(GLADloadproc load) { function load_GL_AMD_vertex_shader_tessellator (line 5584) | static void load_GL_AMD_vertex_shader_tessellator(GLADloadproc load) { function load_GL_APPLE_element_array (line 5589) | static void load_GL_APPLE_element_array(GLADloadproc load) { function load_GL_APPLE_fence (line 5597) | static void load_GL_APPLE_fence(GLADloadproc load) { function load_GL_APPLE_flush_buffer_range (line 5608) | static void load_GL_APPLE_flush_buffer_range(GLADloadproc load) { function load_GL_APPLE_object_purgeable (line 5613) | static void load_GL_APPLE_object_purgeable(GLADloadproc load) { function load_GL_APPLE_texture_range (line 5619) | static void load_GL_APPLE_texture_range(GLADloadproc load) { function load_GL_APPLE_vertex_array_object (line 5624) | static void load_GL_APPLE_vertex_array_object(GLADloadproc load) { function load_GL_APPLE_vertex_array_range (line 5631) | static void load_GL_APPLE_vertex_array_range(GLADloadproc load) { function load_GL_APPLE_vertex_program_evaluators (line 5637) | static void load_GL_APPLE_vertex_program_evaluators(GLADloadproc load) { function load_GL_ARB_ES2_compatibility (line 5647) | static void load_GL_ARB_ES2_compatibility(GLADloadproc load) { function load_GL_ARB_ES3_1_compatibility (line 5655) | static void load_GL_ARB_ES3_1_compatibility(GLADloadproc load) { function load_GL_ARB_ES3_2_compatibility (line 5659) | static void load_GL_ARB_ES3_2_compatibility(GLADloadproc load) { function load_GL_ARB_base_instance (line 5663) | static void load_GL_ARB_base_instance(GLADloadproc load) { function load_GL_ARB_bindless_texture (line 5669) | static void load_GL_ARB_bindless_texture(GLADloadproc load) { function load_GL_ARB_blend_func_extended (line 5688) | static void load_GL_ARB_blend_func_extended(GLADloadproc load) { function load_GL_ARB_buffer_storage (line 5693) | static void load_GL_ARB_buffer_storage(GLADloadproc load) { function load_GL_ARB_cl_event (line 5697) | static void load_GL_ARB_cl_event(GLADloadproc load) { function load_GL_ARB_clear_buffer_object (line 5701) | static void load_GL_ARB_clear_buffer_object(GLADloadproc load) { function load_GL_ARB_clear_texture (line 5706) | static void load_GL_ARB_clear_texture(GLADloadproc load) { function load_GL_ARB_clip_control (line 5711) | static void load_GL_ARB_clip_control(GLADloadproc load) { function load_GL_ARB_color_buffer_float (line 5715) | static void load_GL_ARB_color_buffer_float(GLADloadproc load) { function load_GL_ARB_compute_shader (line 5719) | static void load_GL_ARB_compute_shader(GLADloadproc load) { function load_GL_ARB_compute_variable_group_size (line 5724) | static void load_GL_ARB_compute_variable_group_size(GLADloadproc load) { function load_GL_ARB_copy_buffer (line 5728) | static void load_GL_ARB_copy_buffer(GLADloadproc load) { function load_GL_ARB_copy_image (line 5732) | static void load_GL_ARB_copy_image(GLADloadproc load) { function load_GL_ARB_debug_output (line 5736) | static void load_GL_ARB_debug_output(GLADloadproc load) { function load_GL_ARB_direct_state_access (line 5743) | static void load_GL_ARB_direct_state_access(GLADloadproc load) { function load_GL_ARB_draw_buffers (line 5843) | static void load_GL_ARB_draw_buffers(GLADloadproc load) { function load_GL_ARB_draw_buffers_blend (line 5847) | static void load_GL_ARB_draw_buffers_blend(GLADloadproc load) { function load_GL_ARB_draw_elements_base_vertex (line 5854) | static void load_GL_ARB_draw_elements_base_vertex(GLADloadproc load) { function load_GL_ARB_draw_indirect (line 5861) | static void load_GL_ARB_draw_indirect(GLADloadproc load) { function load_GL_ARB_draw_instanced (line 5866) | static void load_GL_ARB_draw_instanced(GLADloadproc load) { function load_GL_ARB_fragment_program (line 5871) | static void load_GL_ARB_fragment_program(GLADloadproc load) { function load_GL_ARB_framebuffer_no_attachments (line 5893) | static void load_GL_ARB_framebuffer_no_attachments(GLADloadproc load) { function load_GL_ARB_framebuffer_object (line 5898) | static void load_GL_ARB_framebuffer_object(GLADloadproc load) { function load_GL_ARB_geometry_shader4 (line 5921) | static void load_GL_ARB_geometry_shader4(GLADloadproc load) { function load_GL_ARB_get_program_binary (line 5928) | static void load_GL_ARB_get_program_binary(GLADloadproc load) { function load_GL_ARB_get_texture_sub_image (line 5934) | static void load_GL_ARB_get_texture_sub_image(GLADloadproc load) { function load_GL_ARB_gl_spirv (line 5939) | static void load_GL_ARB_gl_spirv(GLADloadproc load) { function load_GL_ARB_gpu_shader_fp64 (line 5943) | static void load_GL_ARB_gpu_shader_fp64(GLADloadproc load) { function load_GL_ARB_gpu_shader_int64 (line 5964) | static void load_GL_ARB_gpu_shader_int64(GLADloadproc load) { function load_GL_ARB_imaging (line 6003) | static void load_GL_ARB_imaging(GLADloadproc load) { function load_GL_ARB_indirect_parameters (line 6040) | static void load_GL_ARB_indirect_parameters(GLADloadproc load) { function load_GL_ARB_instanced_arrays (line 6045) | static void load_GL_ARB_instanced_arrays(GLADloadproc load) { function load_GL_ARB_internalformat_query (line 6049) | static void load_GL_ARB_internalformat_query(GLADloadproc load) { function load_GL_ARB_internalformat_query2 (line 6053) | static void load_GL_ARB_internalformat_query2(GLADloadproc load) { function load_GL_ARB_invalidate_subdata (line 6057) | static void load_GL_ARB_invalidate_subdata(GLADloadproc load) { function load_GL_ARB_map_buffer_range (line 6066) | static void load_GL_ARB_map_buffer_range(GLADloadproc load) { function load_GL_ARB_matrix_palette (line 6071) | static void load_GL_ARB_matrix_palette(GLADloadproc load) { function load_GL_ARB_multi_bind (line 6079) | static void load_GL_ARB_multi_bind(GLADloadproc load) { function load_GL_ARB_multi_draw_indirect (line 6088) | static void load_GL_ARB_multi_draw_indirect(GLADloadproc load) { function load_GL_ARB_multisample (line 6093) | static void load_GL_ARB_multisample(GLADloadproc load) { function load_GL_ARB_multitexture (line 6097) | static void load_GL_ARB_multitexture(GLADloadproc load) { function load_GL_ARB_occlusion_query (line 6134) | static void load_GL_ARB_occlusion_query(GLADloadproc load) { function load_GL_ARB_parallel_shader_compile (line 6145) | static void load_GL_ARB_parallel_shader_compile(GLADloadproc load) { function load_GL_ARB_point_parameters (line 6149) | static void load_GL_ARB_point_parameters(GLADloadproc load) { function load_GL_ARB_polygon_offset_clamp (line 6154) | static void load_GL_ARB_polygon_offset_clamp(GLADloadproc load) { function load_GL_ARB_program_interface_query (line 6158) | static void load_GL_ARB_program_interface_query(GLADloadproc load) { function load_GL_ARB_provoking_vertex (line 6167) | static void load_GL_ARB_provoking_vertex(GLADloadproc load) { function load_GL_ARB_robustness (line 6171) | static void load_GL_ARB_robustness(GLADloadproc load) { function load_GL_ARB_sample_locations (line 6194) | static void load_GL_ARB_sample_locations(GLADloadproc load) { function load_GL_ARB_sample_shading (line 6200) | static void load_GL_ARB_sample_shading(GLADloadproc load) { function load_GL_ARB_sampler_objects (line 6204) | static void load_GL_ARB_sampler_objects(GLADloadproc load) { function load_GL_ARB_separate_shader_objects (line 6221) | static void load_GL_ARB_separate_shader_objects(GLADloadproc load) { function load_GL_ARB_shader_atomic_counters (line 6285) | static void load_GL_ARB_shader_atomic_counters(GLADloadproc load) { function load_GL_ARB_shader_image_load_store (line 6289) | static void load_GL_ARB_shader_image_load_store(GLADloadproc load) { function load_GL_ARB_shader_objects (line 6294) | static void load_GL_ARB_shader_objects(GLADloadproc load) { function load_GL_ARB_shader_storage_buffer_object (line 6336) | static void load_GL_ARB_shader_storage_buffer_object(GLADloadproc load) { function load_GL_ARB_shader_subroutine (line 6340) | static void load_GL_ARB_shader_subroutine(GLADloadproc load) { function load_GL_ARB_shading_language_include (line 6351) | static void load_GL_ARB_shading_language_include(GLADloadproc load) { function load_GL_ARB_sparse_buffer (line 6360) | static void load_GL_ARB_sparse_buffer(GLADloadproc load) { function load_GL_ARB_sparse_texture (line 6366) | static void load_GL_ARB_sparse_texture(GLADloadproc load) { function load_GL_ARB_sync (line 6370) | static void load_GL_ARB_sync(GLADloadproc load) { function load_GL_ARB_tessellation_shader (line 6380) | static void load_GL_ARB_tessellation_shader(GLADloadproc load) { function load_GL_ARB_texture_barrier (line 6385) | static void load_GL_ARB_texture_barrier(GLADloadproc load) { function load_GL_ARB_texture_buffer_object (line 6389) | static void load_GL_ARB_texture_buffer_object(GLADloadproc load) { function load_GL_ARB_texture_buffer_range (line 6393) | static void load_GL_ARB_texture_buffer_range(GLADloadproc load) { function load_GL_ARB_texture_compression (line 6397) | static void load_GL_ARB_texture_compression(GLADloadproc load) { function load_GL_ARB_texture_multisample (line 6407) | static void load_GL_ARB_texture_multisample(GLADloadproc load) { function load_GL_ARB_texture_storage (line 6414) | static void load_GL_ARB_texture_storage(GLADloadproc load) { function load_GL_ARB_texture_storage_multisample (line 6420) | static void load_GL_ARB_texture_storage_multisample(GLADloadproc load) { function load_GL_ARB_texture_view (line 6425) | static void load_GL_ARB_texture_view(GLADloadproc load) { function load_GL_ARB_timer_query (line 6429) | static void load_GL_ARB_timer_query(GLADloadproc load) { function load_GL_ARB_transform_feedback2 (line 6435) | static void load_GL_ARB_transform_feedback2(GLADloadproc load) { function load_GL_ARB_transform_feedback3 (line 6445) | static void load_GL_ARB_transform_feedback3(GLADloadproc load) { function load_GL_ARB_transform_feedback_instanced (line 6452) | static void load_GL_ARB_transform_feedback_instanced(GLADloadproc load) { function load_GL_ARB_transpose_matrix (line 6457) | static void load_GL_ARB_transpose_matrix(GLADloadproc load) { function load_GL_ARB_uniform_buffer_object (line 6464) | static void load_GL_ARB_uniform_buffer_object(GLADloadproc load) { function load_GL_ARB_vertex_array_object (line 6477) | static void load_GL_ARB_vertex_array_object(GLADloadproc load) { function load_GL_ARB_vertex_attrib_64bit (line 6484) | static void load_GL_ARB_vertex_attrib_64bit(GLADloadproc load) { function load_GL_ARB_vertex_attrib_binding (line 6497) | static void load_GL_ARB_vertex_attrib_binding(GLADloadproc load) { function load_GL_ARB_vertex_blend (line 6506) | static void load_GL_ARB_vertex_blend(GLADloadproc load) { function load_GL_ARB_vertex_buffer_object (line 6519) | static void load_GL_ARB_vertex_buffer_object(GLADloadproc load) { function load_GL_ARB_vertex_program (line 6533) | static void load_GL_ARB_vertex_program(GLADloadproc load) { function load_GL_ARB_vertex_shader (line 6598) | static void load_GL_ARB_vertex_shader(GLADloadproc load) { function load_GL_ARB_vertex_type_2_10_10_10_rev (line 6647) | static void load_GL_ARB_vertex_type_2_10_10_10_rev(GLADloadproc load) { function load_GL_ARB_viewport_array (line 6688) | static void load_GL_ARB_viewport_array(GLADloadproc load) { function load_GL_ARB_window_pos (line 6701) | static void load_GL_ARB_window_pos(GLADloadproc load) { function load_GL_ATI_draw_buffers (line 6720) | static void load_GL_ATI_draw_buffers(GLADloadproc load) { function load_GL_ATI_element_array (line 6724) | static void load_GL_ATI_element_array(GLADloadproc load) { function load_GL_ATI_envmap_bumpmap (line 6730) | static void load_GL_ATI_envmap_bumpmap(GLADloadproc load) { function load_GL_ATI_fragment_shader (line 6737) | static void load_GL_ATI_fragment_shader(GLADloadproc load) { function load_GL_ATI_map_object_buffer (line 6754) | static void load_GL_ATI_map_object_buffer(GLADloadproc load) { function load_GL_ATI_pn_triangles (line 6759) | static void load_GL_ATI_pn_triangles(GLADloadproc load) { function load_GL_ATI_separate_stencil (line 6764) | static void load_GL_ATI_separate_stencil(GLADloadproc load) { function load_GL_ATI_vertex_array_object (line 6769) | static void load_GL_ATI_vertex_array_object(GLADloadproc load) { function load_GL_ATI_vertex_attrib_array_object (line 6784) | static void load_GL_ATI_vertex_attrib_array_object(GLADloadproc load) { function load_GL_ATI_vertex_streams (line 6790) | static void load_GL_ATI_vertex_streams(GLADloadproc load) { function load_GL_EXT_bindable_uniform (line 6838) | static void load_GL_EXT_bindable_uniform(GLADloadproc load) { function load_GL_EXT_blend_color (line 6844) | static void load_GL_EXT_blend_color(GLADloadproc load) { function load_GL_EXT_blend_equation_separate (line 6848) | static void load_GL_EXT_blend_equation_separate(GLADloadproc load) { function load_GL_EXT_blend_func_separate (line 6852) | static void load_GL_EXT_blend_func_separate(GLADloadproc load) { function load_GL_EXT_blend_minmax (line 6856) | static void load_GL_EXT_blend_minmax(GLADloadproc load) { function load_GL_EXT_color_subtable (line 6860) | static void load_GL_EXT_color_subtable(GLADloadproc load) { function load_GL_EXT_compiled_vertex_array (line 6865) | static void load_GL_EXT_compiled_vertex_array(GLADloadproc load) { function load_GL_EXT_convolution (line 6870) | static void load_GL_EXT_convolution(GLADloadproc load) { function load_GL_EXT_coordinate_frame (line 6886) | static void load_GL_EXT_coordinate_frame(GLADloadproc load) { function load_GL_EXT_copy_texture (line 6911) | static void load_GL_EXT_copy_texture(GLADloadproc load) { function load_GL_EXT_cull_vertex (line 6919) | static void load_GL_EXT_cull_vertex(GLADloadproc load) { function load_GL_EXT_debug_label (line 6924) | static void load_GL_EXT_debug_label(GLADloadproc load) { function load_GL_EXT_debug_marker (line 6929) | static void load_GL_EXT_debug_marker(GLADloadproc load) { function load_GL_EXT_depth_bounds_test (line 6935) | static void load_GL_EXT_depth_bounds_test(GLADloadproc load) { function load_GL_EXT_direct_state_access (line 6939) | static void load_GL_EXT_direct_state_access(GLADloadproc load) { function load_GL_EXT_draw_buffers2 (line 7197) | static void load_GL_EXT_draw_buffers2(GLADloadproc load) { function load_GL_EXT_draw_instanced (line 7206) | static void load_GL_EXT_draw_instanced(GLADloadproc load) { function load_GL_EXT_draw_range_elements (line 7211) | static void load_GL_EXT_draw_range_elements(GLADloadproc load) { function load_GL_EXT_external_buffer (line 7215) | static void load_GL_EXT_external_buffer(GLADloadproc load) { function load_GL_EXT_fog_coord (line 7220) | static void load_GL_EXT_fog_coord(GLADloadproc load) { function load_GL_EXT_framebuffer_blit (line 7228) | static void load_GL_EXT_framebuffer_blit(GLADloadproc load) { function load_GL_EXT_framebuffer_multisample (line 7232) | static void load_GL_EXT_framebuffer_multisample(GLADloadproc load) { function load_GL_EXT_framebuffer_object (line 7236) | static void load_GL_EXT_framebuffer_object(GLADloadproc load) { function load_GL_EXT_geometry_shader4 (line 7256) | static void load_GL_EXT_geometry_shader4(GLADloadproc load) { function load_GL_EXT_gpu_program_parameters (line 7260) | static void load_GL_EXT_gpu_program_parameters(GLADloadproc load) { function load_GL_EXT_gpu_shader4 (line 7265) | static void load_GL_EXT_gpu_shader4(GLADloadproc load) { function load_GL_EXT_histogram (line 7279) | static void load_GL_EXT_histogram(GLADloadproc load) { function load_GL_EXT_index_func (line 7292) | static void load_GL_EXT_index_func(GLADloadproc load) { function load_GL_EXT_index_material (line 7296) | static void load_GL_EXT_index_material(GLADloadproc load) { function load_GL_EXT_light_texture (line 7300) | static void load_GL_EXT_light_texture(GLADloadproc load) { function load_GL_EXT_memory_object (line 7306) | static void load_GL_EXT_memory_object(GLADloadproc load) { function load_GL_EXT_memory_object_fd (line 7328) | static void load_GL_EXT_memory_object_fd(GLADloadproc load) { function load_GL_EXT_memory_object_win32 (line 7332) | static void load_GL_EXT_memory_object_win32(GLADloadproc load) { function load_GL_EXT_multi_draw_arrays (line 7337) | static void load_GL_EXT_multi_draw_arrays(GLADloadproc load) { function load_GL_EXT_multisample (line 7342) | static void load_GL_EXT_multisample(GLADloadproc load) { function load_GL_EXT_paletted_texture (line 7347) | static void load_GL_EXT_paletted_texture(GLADloadproc load) { function load_GL_EXT_pixel_transform (line 7354) | static void load_GL_EXT_pixel_transform(GLADloadproc load) { function load_GL_EXT_point_parameters (line 7363) | static void load_GL_EXT_point_parameters(GLADloadproc load) { function load_GL_EXT_polygon_offset (line 7368) | static void load_GL_EXT_polygon_offset(GLADloadproc load) { function load_GL_EXT_polygon_offset_clamp (line 7372) | static void load_GL_EXT_polygon_offset_clamp(GLADloadproc load) { function load_GL_EXT_provoking_vertex (line 7376) | static void load_GL_EXT_provoking_vertex(GLADloadproc load) { function load_GL_EXT_raster_multisample (line 7380) | static void load_GL_EXT_raster_multisample(GLADloadproc load) { function load_GL_EXT_secondary_color (line 7384) | static void load_GL_EXT_secondary_color(GLADloadproc load) { function load_GL_EXT_semaphore (line 7404) | static void load_GL_EXT_semaphore(GLADloadproc load) { function load_GL_EXT_semaphore_fd (line 7416) | static void load_GL_EXT_semaphore_fd(GLADloadproc load) { function load_GL_EXT_semaphore_win32 (line 7420) | static void load_GL_EXT_semaphore_win32(GLADloadproc load) { function load_GL_EXT_separate_shader_objects (line 7425) | static void load_GL_EXT_separate_shader_objects(GLADloadproc load) { function load_GL_EXT_shader_image_load_store (line 7476) | static void load_GL_EXT_shader_image_load_store(GLADloadproc load) { function load_GL_EXT_stencil_clear_tag (line 7481) | static void load_GL_EXT_stencil_clear_tag(GLADloadproc load) { function load_GL_EXT_stencil_two_side (line 7485) | static void load_GL_EXT_stencil_two_side(GLADloadproc load) { function load_GL_EXT_subtexture (line 7489) | static void load_GL_EXT_subtexture(GLADloadproc load) { function load_GL_EXT_texture3D (line 7494) | static void load_GL_EXT_texture3D(GLADloadproc load) { function load_GL_EXT_texture_array (line 7499) | static void load_GL_EXT_texture_array(GLADloadproc load) { function load_GL_EXT_texture_buffer_object (line 7503) | static void load_GL_EXT_texture_buffer_object(GLADloadproc load) { function load_GL_EXT_texture_filter_minmax (line 7507) | static void load_GL_EXT_texture_filter_minmax(GLADloadproc load) { function load_GL_EXT_texture_integer (line 7511) | static void load_GL_EXT_texture_integer(GLADloadproc load) { function load_GL_EXT_texture_object (line 7520) | static void load_GL_EXT_texture_object(GLADloadproc load) { function load_GL_EXT_texture_perturb_normal (line 7529) | static void load_GL_EXT_texture_perturb_normal(GLADloadproc load) { function load_GL_EXT_timer_query (line 7533) | static void load_GL_EXT_timer_query(GLADloadproc load) { function load_GL_EXT_transform_feedback (line 7538) | static void load_GL_EXT_transform_feedback(GLADloadproc load) { function load_GL_EXT_vertex_array (line 7548) | static void load_GL_EXT_vertex_array(GLADloadproc load) { function load_GL_EXT_vertex_attrib_64bit (line 7560) | static void load_GL_EXT_vertex_attrib_64bit(GLADloadproc load) { function load_GL_EXT_vertex_shader (line 7573) | static void load_GL_EXT_vertex_shader(GLADloadproc load) { function load_GL_EXT_vertex_weighting (line 7618) | static void load_GL_EXT_vertex_weighting(GLADloadproc load) { function load_GL_EXT_win32_keyed_mutex (line 7624) | static void load_GL_EXT_win32_keyed_mutex(GLADloadproc load) { function load_GL_EXT_window_rectangles (line 7629) | static void load_GL_EXT_window_rectangles(GLADloadproc load) { function load_GL_EXT_x11_sync_object (line 7633) | static void load_GL_EXT_x11_sync_object(GLADloadproc load) { function load_GL_GREMEDY_frame_terminator (line 7637) | static void load_GL_GREMEDY_frame_terminator(GLADloadproc load) { function load_GL_GREMEDY_string_marker (line 7641) | static void load_GL_GREMEDY_string_marker(GLADloadproc load) { function load_GL_HP_image_transform (line 7645) | static void load_GL_HP_image_transform(GLADloadproc load) { function load_GL_IBM_multimode_draw_arrays (line 7654) | static void load_GL_IBM_multimode_draw_arrays(GLADloadproc load) { function load_GL_IBM_static_data (line 7659) | static void load_GL_IBM_static_data(GLADloadproc load) { function load_GL_IBM_vertex_array_lists (line 7663) | static void load_GL_IBM_vertex_array_lists(GLADloadproc load) { function load_GL_INGR_blend_func_separate (line 7674) | static void load_GL_INGR_blend_func_separate(GLADloadproc load) { function load_GL_INTEL_framebuffer_CMAA (line 7678) | static void load_GL_INTEL_framebuffer_CMAA(GLADloadproc load) { function load_GL_INTEL_map_texture (line 7682) | static void load_GL_INTEL_map_texture(GLADloadproc load) { function load_GL_INTEL_parallel_arrays (line 7688) | static void load_GL_INTEL_parallel_arrays(GLADloadproc load) { function load_GL_INTEL_performance_query (line 7695) | static void load_GL_INTEL_performance_query(GLADloadproc load) { function load_GL_KHR_blend_equation_advanced (line 7708) | static void load_GL_KHR_blend_equation_advanced(GLADloadproc load) { function load_GL_KHR_debug (line 7712) | static void load_GL_KHR_debug(GLADloadproc load) { function load_GL_KHR_parallel_shader_compile (line 7737) | static void load_GL_KHR_parallel_shader_compile(GLADloadproc load) { function load_GL_KHR_robustness (line 7741) | static void load_GL_KHR_robustness(GLADloadproc load) { function load_GL_MESA_resize_buffers (line 7754) | static void load_GL_MESA_resize_buffers(GLADloadproc load) { function load_GL_MESA_window_pos (line 7758) | static void load_GL_MESA_window_pos(GLADloadproc load) { function load_GL_NVX_conditional_render (line 7785) | static void load_GL_NVX_conditional_render(GLADloadproc load) { function load_GL_NVX_linked_gpu_multicast (line 7790) | static void load_GL_NVX_linked_gpu_multicast(GLADloadproc load) { function load_GL_NV_alpha_to_coverage_dither_control (line 7796) | static void load_GL_NV_alpha_to_coverage_dither_control(GLADloadproc loa... function load_GL_NV_bindless_multi_draw_indirect (line 7800) | static void load_GL_NV_bindless_multi_draw_indirect(GLADloadproc load) { function load_GL_NV_bindless_multi_draw_indirect_count (line 7805) | static void load_GL_NV_bindless_multi_draw_indirect_count(GLADloadproc l... function load_GL_NV_bindless_texture (line 7810) | static void load_GL_NV_bindless_texture(GLADloadproc load) { function load_GL_NV_blend_equation_advanced (line 7826) | static void load_GL_NV_blend_equation_advanced(GLADloadproc load) { function load_GL_NV_clip_space_w_scaling (line 7831) | static void load_GL_NV_clip_space_w_scaling(GLADloadproc load) { function load_GL_NV_command_list (line 7835) | static void load_GL_NV_command_list(GLADloadproc load) { function load_GL_NV_conditional_render (line 7855) | static void load_GL_NV_conditional_render(GLADloadproc load) { function load_GL_NV_conservative_raster (line 7860) | static void load_GL_NV_conservative_raster(GLADloadproc load) { function load_GL_NV_conservative_raster_dilate (line 7864) | static void load_GL_NV_conservative_raster_dilate(GLADloadproc load) { function load_GL_NV_conservative_raster_pre_snap_triangles (line 7868) | static void load_GL_NV_conservative_raster_pre_snap_triangles(GLADloadpr... function load_GL_NV_copy_image (line 7872) | static void load_GL_NV_copy_image(GLADloadproc load) { function load_GL_NV_depth_buffer_float (line 7876) | static void load_GL_NV_depth_buffer_float(GLADloadproc load) { function load_GL_NV_draw_texture (line 7882) | static void load_GL_NV_draw_texture(GLADloadproc load) { function load_GL_NV_draw_vulkan_image (line 7886) | static void load_GL_NV_draw_vulkan_image(GLADloadproc load) { function load_GL_NV_evaluators (line 7894) | static void load_GL_NV_evaluators(GLADloadproc load) { function load_GL_NV_explicit_multisample (line 7906) | static void load_GL_NV_explicit_multisample(GLADloadproc load) { function load_GL_NV_fence (line 7912) | static void load_GL_NV_fence(GLADloadproc load) { function load_GL_NV_fragment_coverage_to_color (line 7922) | static void load_GL_NV_fragment_coverage_to_color(GLADloadproc load) { function load_GL_NV_fragment_program (line 7926) | static void load_GL_NV_fragment_program(GLADloadproc load) { function load_GL_NV_framebuffer_mixed_samples (line 7935) | static void load_GL_NV_framebuffer_mixed_samples(GLADloadproc load) { function load_GL_NV_framebuffer_multisample_coverage (line 7942) | static void load_GL_NV_framebuffer_multisample_coverage(GLADloadproc loa... function load_GL_NV_geometry_program4 (line 7946) | static void load_GL_NV_geometry_program4(GLADloadproc load) { function load_GL_NV_gpu_multicast (line 7953) | static void load_GL_NV_gpu_multicast(GLADloadproc load) { function load_GL_NV_gpu_program4 (line 7968) | static void load_GL_NV_gpu_program4(GLADloadproc load) { function load_GL_NV_gpu_program5 (line 7987) | static void load_GL_NV_gpu_program5(GLADloadproc load) { function load_GL_NV_gpu_shader5 (line 7992) | static void load_GL_NV_gpu_shader5(GLADloadproc load) { function load_GL_NV_half_float (line 8028) | static void load_GL_NV_half_float(GLADloadproc load) { function load_GL_NV_internalformat_sample_query (line 8077) | static void load_GL_NV_internalformat_sample_query(GLADloadproc load) { function load_GL_NV_occlusion_query (line 8081) | static void load_GL_NV_occlusion_query(GLADloadproc load) { function load_GL_NV_parameter_buffer_object (line 8091) | static void load_GL_NV_parameter_buffer_object(GLADloadproc load) { function load_GL_NV_path_rendering (line 8097) | static void load_GL_NV_path_rendering(GLADloadproc load) { function load_GL_NV_pixel_data_range (line 8183) | static void load_GL_NV_pixel_data_range(GLADloadproc load) { function load_GL_NV_point_sprite (line 8188) | static void load_GL_NV_point_sprite(GLADloadproc load) { function load_GL_NV_present_video (line 8193) | static void load_GL_NV_present_video(GLADloadproc load) { function load_GL_NV_primitive_restart (line 8202) | static void load_GL_NV_primitive_restart(GLADloadproc load) { function load_GL_NV_query_resource (line 8207) | static void load_GL_NV_query_resource(GLADloadproc load) { function load_GL_NV_query_resource_tag (line 8211) | static void load_GL_NV_query_resource_tag(GLADloadproc load) { function load_GL_NV_register_combiners (line 8217) | static void load_GL_NV_register_combiners(GLADloadproc load) { function load_GL_NV_register_combiners2 (line 8233) | static void load_GL_NV_register_combiners2(GLADloadproc load) { function load_GL_NV_sample_locations (line 8238) | static void load_GL_NV_sample_locations(GLADloadproc load) { function load_GL_NV_shader_buffer_load (line 8244) | static void load_GL_NV_shader_buffer_load(GLADloadproc load) { function load_GL_NV_texture_barrier (line 8261) | static void load_GL_NV_texture_barrier(GLADloadproc load) { function load_GL_NV_texture_multisample (line 8265) | static void load_GL_NV_texture_multisample(GLADloadproc load) { function load_GL_NV_transform_feedback (line 8274) | static void load_GL_NV_transform_feedback(GLADloadproc load) { function load_GL_NV_transform_feedback2 (line 8289) | static void load_GL_NV_transform_feedback2(GLADloadproc load) { function load_GL_NV_vdpau_interop (line 8299) | static void load_GL_NV_vdpau_interop(GLADloadproc load) { function load_GL_NV_vertex_array_range (line 8312) | static void load_GL_NV_vertex_array_range(GLADloadproc load) { function load_GL_NV_vertex_attrib_integer_64bit (line 8317) | static void load_GL_NV_vertex_attrib_integer_64bit(GLADloadproc load) { function load_GL_NV_vertex_buffer_unified_memory (line 8339) | static void load_GL_NV_vertex_buffer_unified_memory(GLADloadproc load) { function load_GL_NV_vertex_program (line 8354) | static void load_GL_NV_vertex_program(GLADloadproc load) { function load_GL_NV_vertex_program4 (line 8421) | static void load_GL_NV_vertex_program4(GLADloadproc load) { function load_GL_NV_video_capture (line 8447) | static void load_GL_NV_video_capture(GLADloadproc load) { function load_GL_NV_viewport_swizzle (line 8462) | static void load_GL_NV_viewport_swizzle(GLADloadproc load) { function load_GL_OES_byte_coordinates (line 8466) | static void load_GL_OES_byte_coordinates(GLADloadproc load) { function load_GL_OES_fixed_point (line 8491) | static void load_GL_OES_fixed_point(GLADloadproc load) { function load_GL_OES_query_matrix (line 8601) | static void load_GL_OES_query_matrix(GLADloadproc load) { function load_GL_OES_single_precision (line 8605) | static void load_GL_OES_single_precision(GLADloadproc load) { function load_GL_OVR_multiview (line 8614) | static void load_GL_OVR_multiview(GLADloadproc load) { function load_GL_PGI_misc_hints (line 8618) | static void load_GL_PGI_misc_hints(GLADloadproc load) { function load_GL_SGIS_detail_texture (line 8622) | static void load_GL_SGIS_detail_texture(GLADloadproc load) { function load_GL_SGIS_fog_function (line 8627) | static void load_GL_SGIS_fog_function(GLADloadproc load) { function load_GL_SGIS_multisample (line 8632) | static void load_GL_SGIS_multisample(GLADloadproc load) { function load_GL_SGIS_pixel_texture (line 8637) | static void load_GL_SGIS_pixel_texture(GLADloadproc load) { function load_GL_SGIS_point_parameters (line 8646) | static void load_GL_SGIS_point_parameters(GLADloadproc load) { function load_GL_SGIS_sharpen_texture (line 8651) | static void load_GL_SGIS_sharpen_texture(GLADloadproc load) { function load_GL_SGIS_texture4D (line 8656) | static void load_GL_SGIS_texture4D(GLADloadproc load) { function load_GL_SGIS_texture_color_mask (line 8661) | static void load_GL_SGIS_texture_color_mask(GLADloadproc load) { function load_GL_SGIS_texture_filter4 (line 8665) | static void load_GL_SGIS_texture_filter4(GLADloadproc load) { function load_GL_SGIX_async (line 8670) | static void load_GL_SGIX_async(GLADloadproc load) { function load_GL_SGIX_flush_raster (line 8679) | static void load_GL_SGIX_flush_raster(GLADloadproc load) { function load_GL_SGIX_fragment_lighting (line 8683) | static void load_GL_SGIX_fragment_lighting(GLADloadproc load) { function load_GL_SGIX_framezoom (line 8704) | static void load_GL_SGIX_framezoom(GLADloadproc load) { function load_GL_SGIX_igloo_interface (line 8708) | static void load_GL_SGIX_igloo_interface(GLADloadproc load) { function load_GL_SGIX_instruments (line 8712) | static void load_GL_SGIX_instruments(GLADloadproc load) { function load_GL_SGIX_list_priority (line 8721) | static void load_GL_SGIX_list_priority(GLADloadproc load) { function load_GL_SGIX_pixel_texture (line 8730) | static void load_GL_SGIX_pixel_texture(GLADloadproc load) { function load_GL_SGIX_polynomial_ffd (line 8734) | static void load_GL_SGIX_polynomial_ffd(GLADloadproc load) { function load_GL_SGIX_reference_plane (line 8741) | static void load_GL_SGIX_reference_plane(GLADloadproc load) { function load_GL_SGIX_sprite (line 8745) | static void load_GL_SGIX_sprite(GLADloadproc load) { function load_GL_SGIX_tag_sample_buffer (line 8752) | static void load_GL_SGIX_tag_sample_buffer(GLADloadproc load) { function load_GL_SGI_color_table (line 8756) | static void load_GL_SGI_color_table(GLADloadproc load) { function load_GL_SUNX_constant_data (line 8766) | static void load_GL_SUNX_constant_data(GLADloadproc load) { function load_GL_SUN_global_alpha (line 8770) | static void load_GL_SUN_global_alpha(GLADloadproc load) { function load_GL_SUN_mesh_array (line 8781) | static void load_GL_SUN_mesh_array(GLADloadproc load) { function load_GL_SUN_triangle_list (line 8785) | static void load_GL_SUN_triangle_list(GLADloadproc load) { function load_GL_SUN_vertex (line 8795) | static void load_GL_SUN_vertex(GLADloadproc load) { function find_extensionsGL (line 8838) | static int find_extensionsGL(void) { function find_coreGL (line 9424) | static void find_coreGL(void) { function gladLoadGLLoader (line 9485) | int gladLoadGLLoader(GLADloadproc load) { FILE: external/nvapi/include/NvApiDriverSettings.h type ESetting (line 143) | enum ESetting { type EValues_OGL_AA_LINE_GAMMA (line 249) | enum EValues_OGL_AA_LINE_GAMMA { type EValues_OGL_DEEP_COLOR_SCANOUT (line 258) | enum EValues_OGL_DEEP_COLOR_SCANOUT { type EValues_OGL_DEFAULT_SWAP_INTERVAL (line 265) | enum EValues_OGL_DEFAULT_SWAP_INTERVAL { type EValues_OGL_DEFAULT_SWAP_INTERVAL_FRACTIONAL (line 279) | enum EValues_OGL_DEFAULT_SWAP_INTERVAL_FRACTIONAL { type EValues_OGL_DEFAULT_SWAP_INTERVAL_SIGN (line 286) | enum EValues_OGL_DEFAULT_SWAP_INTERVAL_SIGN { type EValues_OGL_EVENT_LOG_SEVERITY_THRESHOLD (line 293) | enum EValues_OGL_EVENT_LOG_SEVERITY_THRESHOLD { type EValues_OGL_FORCE_BLIT (line 303) | enum EValues_OGL_FORCE_BLIT { type EValues_OGL_FORCE_STEREO (line 310) | enum EValues_OGL_FORCE_STEREO { type EValues_OGL_MULTIMON (line 322) | enum EValues_OGL_MULTIMON { type EValues_OGL_OVERLAY_PIXEL_TYPE (line 335) | enum EValues_OGL_OVERLAY_PIXEL_TYPE { type EValues_OGL_OVERLAY_SUPPORT (line 344) | enum EValues_OGL_OVERLAY_SUPPORT { type EValues_OGL_QUALITY_ENHANCEMENTS (line 352) | enum EValues_OGL_QUALITY_ENHANCEMENTS { type EValues_OGL_SINGLE_BACKDEPTH_BUFFER (line 361) | enum EValues_OGL_SINGLE_BACKDEPTH_BUFFER { type EValues_OGL_SLI_MULTICAST (line 369) | enum EValues_OGL_SLI_MULTICAST { type EValues_OGL_THREAD_CONTROL (line 377) | enum EValues_OGL_THREAD_CONTROL { type EValues_OGL_TMON_LEVEL (line 384) | enum EValues_OGL_TMON_LEVEL { type EValues_OGL_TRIPLE_BUFFER (line 395) | enum EValues_OGL_TRIPLE_BUFFER { type EValues_AA_BEHAVIOR_FLAGS (line 402) | enum EValues_AA_BEHAVIOR_FLAGS { type EValues_AA_MODE_ALPHATOCOVERAGE (line 424) | enum EValues_AA_MODE_ALPHATOCOVERAGE { type EValues_AA_MODE_GAMMACORRECTION (line 433) | enum EValues_AA_MODE_GAMMACORRECTION { type EValues_AA_MODE_METHOD (line 445) | enum EValues_AA_MODE_METHOD { type EValues_AA_MODE_REPLAY (line 500) | enum EValues_AA_MODE_REPLAY { type EValues_AA_MODE_SELECTOR (line 525) | enum EValues_AA_MODE_SELECTOR { type EValues_AA_MODE_SELECTOR_SLIAA (line 535) | enum EValues_AA_MODE_SELECTOR_SLIAA { type EValues_ANISO_MODE_LEVEL (line 542) | enum EValues_ANISO_MODE_LEVEL { type EValues_ANISO_MODE_SELECTOR (line 551) | enum EValues_ANISO_MODE_SELECTOR { type EValues_ANSEL_ALLOW (line 561) | enum EValues_ANSEL_ALLOW { type EValues_ANSEL_ENABLE (line 568) | enum EValues_ANSEL_ENABLE { type EValues_ANSEL_WHITELISTED (line 575) | enum EValues_ANSEL_WHITELISTED { type EValues_APPLICATION_PROFILE_NOTIFICATION_TIMEOUT (line 582) | enum EValues_APPLICATION_PROFILE_NOTIFICATION_TIMEOUT { type EValues_BATTERY_BOOST (line 593) | enum EValues_BATTERY_BOOST { type EValues_CPL_HIDDEN_PROFILE (line 602) | enum EValues_CPL_HIDDEN_PROFILE { type EValues_EXPORT_PERF_COUNTERS (line 617) | enum EValues_EXPORT_PERF_COUNTERS { type EValues_FXAA_ALLOW (line 624) | enum EValues_FXAA_ALLOW { type EValues_FXAA_ENABLE (line 631) | enum EValues_FXAA_ENABLE { type EValues_FXAA_INDICATOR_ENABLE (line 638) | enum EValues_FXAA_INDICATOR_ENABLE { type EValues_MCSFRSHOWSPLIT (line 645) | enum EValues_MCSFRSHOWSPLIT { type EValues_NV_QUALITY_UPSCALING (line 652) | enum EValues_NV_QUALITY_UPSCALING { type EValues_OPTIMUS_MAXAA (line 659) | enum EValues_OPTIMUS_MAXAA { type EValues_PHYSXINDICATOR (line 666) | enum EValues_PHYSXINDICATOR { type EValues_PREFERRED_PSTATE (line 673) | enum EValues_PREFERRED_PSTATE { type EValues_PREVENT_UI_AF_OVERRIDE (line 686) | enum EValues_PREVENT_UI_AF_OVERRIDE { type EValues_PS_FRAMERATE_LIMITER (line 693) | enum EValues_PS_FRAMERATE_LIMITER { type EValues_PS_FRAMERATE_LIMITER_2_CONTROL (line 720) | enum EValues_PS_FRAMERATE_LIMITER_2_CONTROL { type EValues_PS_FRAMERATE_LIMITER_GPS_CTRL (line 734) | enum EValues_PS_FRAMERATE_LIMITER_GPS_CTRL { type EValues_PS_FRAMERATE_MONITOR_CTRL (line 750) | enum EValues_PS_FRAMERATE_MONITOR_CTRL { type EValues_SHIM_MCCOMPAT (line 770) | enum EValues_SHIM_MCCOMPAT { type EValues_SHIM_RENDERING_MODE (line 783) | enum EValues_SHIM_RENDERING_MODE { type EValues_SHIM_RENDERING_OPTIONS (line 796) | enum EValues_SHIM_RENDERING_OPTIONS { type EValues_SLI_GPU_COUNT (line 825) | enum EValues_SLI_GPU_COUNT { type EValues_SLI_PREDEFINED_GPU_COUNT (line 835) | enum EValues_SLI_PREDEFINED_GPU_COUNT { type EValues_SLI_PREDEFINED_GPU_COUNT_DX10 (line 845) | enum EValues_SLI_PREDEFINED_GPU_COUNT_DX10 { type EValues_SLI_PREDEFINED_MODE (line 855) | enum EValues_SLI_PREDEFINED_MODE { type EValues_SLI_PREDEFINED_MODE_DX10 (line 866) | enum EValues_SLI_PREDEFINED_MODE_DX10 { type EValues_SLI_RENDERING_MODE (line 877) | enum EValues_SLI_RENDERING_MODE { type EValues_VRPRERENDERLIMIT (line 888) | enum EValues_VRPRERENDERLIMIT { type EValues_VRRFEATUREINDICATOR (line 896) | enum EValues_VRRFEATUREINDICATOR { type EValues_VRROVERLAYINDICATOR (line 903) | enum EValues_VRROVERLAYINDICATOR { type EValues_VRRREQUESTSTATE (line 910) | enum EValues_VRRREQUESTSTATE { type EValues_VRR_APP_OVERRIDE (line 918) | enum EValues_VRR_APP_OVERRIDE { type EValues_VRR_APP_OVERRIDE_REQUEST_STATE (line 928) | enum EValues_VRR_APP_OVERRIDE_REQUEST_STATE { type EValues_VRR_MODE (line 938) | enum EValues_VRR_MODE { type EValues_VSYNCSMOOTHAFR (line 946) | enum EValues_VSYNCSMOOTHAFR { type EValues_VSYNCVRRCONTROL (line 953) | enum EValues_VSYNCVRRCONTROL { type EValues_VSYNC_BEHAVIOR_FLAGS (line 961) | enum EValues_VSYNC_BEHAVIOR_FLAGS { type EValues_WKS_API_STEREO_EYES_EXCHANGE (line 968) | enum EValues_WKS_API_STEREO_EYES_EXCHANGE { type EValues_WKS_API_STEREO_MODE (line 975) | enum EValues_WKS_API_STEREO_MODE { type EValues_WKS_MEMORY_ALLOCATION_POLICY (line 1004) | enum EValues_WKS_MEMORY_ALLOCATION_POLICY { type EValues_WKS_STEREO_DONGLE_SUPPORT (line 1012) | enum EValues_WKS_STEREO_DONGLE_SUPPORT { type EValues_WKS_STEREO_SUPPORT (line 1020) | enum EValues_WKS_STEREO_SUPPORT { type EValues_WKS_STEREO_SWAP_MODE (line 1027) | enum EValues_WKS_STEREO_SWAP_MODE { type EValues_AO_MODE (line 1036) | enum EValues_AO_MODE { type EValues_AO_MODE_ACTIVE (line 1045) | enum EValues_AO_MODE_ACTIVE { type EValues_AUTO_LODBIASADJUST (line 1052) | enum EValues_AUTO_LODBIASADJUST { type EValues_EXPORT_PERF_COUNTERS_DX9_ONLY (line 1060) | enum EValues_EXPORT_PERF_COUNTERS_DX9_ONLY { type EValues_LODBIASADJUST (line 1067) | enum EValues_LODBIASADJUST { type EValues_MAXWELL_B_SAMPLE_INTERLEAVE (line 1074) | enum EValues_MAXWELL_B_SAMPLE_INTERLEAVE { type EValues_NLS_ALLOW (line 1081) | enum EValues_NLS_ALLOW { type EValues_NLS_ENABLE (line 1088) | enum EValues_NLS_ENABLE { type EValues_PRERENDERLIMIT (line 1095) | enum EValues_PRERENDERLIMIT { type EValues_PS_SHADERDISKCACHE (line 1103) | enum EValues_PS_SHADERDISKCACHE { type EValues_PS_TEXFILTER_ANISO_OPTS2 (line 1110) | enum EValues_PS_TEXFILTER_ANISO_OPTS2 { type EValues_PS_TEXFILTER_BILINEAR_IN_ANISO (line 1117) | enum EValues_PS_TEXFILTER_BILINEAR_IN_ANISO { type EValues_PS_TEXFILTER_DISABLE_TRILIN_SLOPE (line 1124) | enum EValues_PS_TEXFILTER_DISABLE_TRILIN_SLOPE { type EValues_PS_TEXFILTER_NO_NEG_LODBIAS (line 1131) | enum EValues_PS_TEXFILTER_NO_NEG_LODBIAS { type EValues_QUALITY_ENHANCEMENTS (line 1138) | enum EValues_QUALITY_ENHANCEMENTS { type EValues_REFRESH_RATE_OVERRIDE (line 1147) | enum EValues_REFRESH_RATE_OVERRIDE { type EValues_SET_POWER_THROTTLE_FOR_PCIe_COMPLIANCE (line 1155) | enum EValues_SET_POWER_THROTTLE_FOR_PCIe_COMPLIANCE { type EValues_SET_VAB_DATA (line 1162) | enum EValues_SET_VAB_DATA { type EValues_VSYNCMODE (line 1173) | enum EValues_VSYNCMODE { type EValues_VSYNCTEARCONTROL (line 1185) | enum EValues_VSYNCTEARCONTROL { type SettingDWORDNameString (line 1194) | typedef struct _SettingDWORDNameString { type SettingWSTRINGNameString (line 1202) | typedef struct _SettingWSTRINGNameString { FILE: external/nvapi/include/nvHLSLExtns.h function NvShfl (line 61) | int NvShfl(int val, uint srcLane, int width = NV_WARP_SIZE) function NvShflUp (line 76) | int NvShflUp(int val, uint delta, int width = NV_WARP_SIZE) function NvShflDown (line 89) | int NvShflDown(int val, uint delta, int width = NV_WARP_SIZE) function NvShflXor (line 102) | int NvShflXor(int val, uint laneMask, int width = NV_WARP_SIZE) function uint (line 118) | uint NvAny(int predicate) function uint (line 127) | uint NvAll(int predicate) function uint (line 136) | uint NvBallot(int predicate) function NvGetLaneId (line 150) | int NvGetLaneId() function uint (line 167) | uint NvInterlockedAddFp16x2(RWByteAddressBuffer uav, uint byteAddress, u... function uint (line 172) | uint NvInterlockedMinFp16x2(RWByteAddressBuffer uav, uint byteAddress, u... function uint (line 177) | uint NvInterlockedMaxFp16x2(RWByteAddressBuffer uav, uint byteAddress, u... function uint (line 184) | uint NvInterlockedAddFp16x2(RWByteAddressBuffer uav, uint byteAddress, f... function uint (line 189) | uint NvInterlockedMinFp16x2(RWByteAddressBuffer uav, uint byteAddress, f... function uint (line 194) | uint NvInterlockedMaxFp16x2(RWByteAddressBuffer uav, uint byteAddress, f... function uint (line 208) | uint NvInterlockedAddFp16x2(RWTexture1D uav, uint address, uint ... function uint (line 213) | uint NvInterlockedMinFp16x2(RWTexture1D uav, uint address, uint ... function uint (line 218) | uint NvInterlockedMaxFp16x2(RWTexture1D uav, uint address, uint ... function uint (line 223) | uint NvInterlockedAddFp16x2(RWTexture2D uav, uint2 address, uint... function uint (line 228) | uint NvInterlockedMinFp16x2(RWTexture2D uav, uint2 address, uint... function uint (line 233) | uint NvInterlockedMaxFp16x2(RWTexture2D uav, uint2 address, uint... function uint (line 238) | uint NvInterlockedAddFp16x2(RWTexture3D uav, uint3 address, uint... function uint (line 243) | uint NvInterlockedMinFp16x2(RWTexture3D uav, uint3 address, uint... function uint (line 248) | uint NvInterlockedMaxFp16x2(RWTexture3D uav, uint3 address, uint... function uint (line 255) | uint NvInterlockedAddFp16x2(RWTexture1D uav, uint address, float... function uint (line 260) | uint NvInterlockedMinFp16x2(RWTexture1D uav, uint address, float... function uint (line 265) | uint NvInterlockedMaxFp16x2(RWTexture1D uav, uint address, float... function uint (line 270) | uint NvInterlockedAddFp16x2(RWTexture2D uav, uint2 address, floa... function uint (line 275) | uint NvInterlockedMinFp16x2(RWTexture2D uav, uint2 address, floa... function uint (line 280) | uint NvInterlockedMaxFp16x2(RWTexture2D uav, uint2 address, floa... function uint (line 285) | uint NvInterlockedAddFp16x2(RWTexture3D uav, uint3 address, floa... function uint (line 290) | uint NvInterlockedMinFp16x2(RWTexture3D uav, uint3 address, floa... function uint (line 295) | uint NvInterlockedMaxFp16x2(RWTexture3D uav, uint3 address, floa... function uint2 (line 310) | uint2 NvInterlockedAddFp16x4(RWTexture1D uav, uint address, uint... function uint2 (line 315) | uint2 NvInterlockedMinFp16x4(RWTexture1D uav, uint address, uint... function uint2 (line 320) | uint2 NvInterlockedMaxFp16x4(RWTexture1D uav, uint address, uint... function uint2 (line 325) | uint2 NvInterlockedAddFp16x4(RWTexture2D uav, uint2 address, uin... function uint2 (line 330) | uint2 NvInterlockedMinFp16x4(RWTexture2D uav, uint2 address, uin... function uint2 (line 335) | uint2 NvInterlockedMaxFp16x4(RWTexture2D uav, uint2 address, uin... function uint2 (line 340) | uint2 NvInterlockedAddFp16x4(RWTexture3D uav, uint3 address, uin... function uint2 (line 345) | uint2 NvInterlockedMinFp16x4(RWTexture3D uav, uint3 address, uin... function uint2 (line 350) | uint2 NvInterlockedMaxFp16x4(RWTexture3D uav, uint3 address, uin... function uint2 (line 356) | uint2 NvInterlockedAddFp16x4(RWTexture1D uav, uint address, floa... function uint2 (line 361) | uint2 NvInterlockedMinFp16x4(RWTexture1D uav, uint address, floa... function uint2 (line 366) | uint2 NvInterlockedMaxFp16x4(RWTexture1D uav, uint address, floa... function uint2 (line 371) | uint2 NvInterlockedAddFp16x4(RWTexture2D uav, uint2 address, flo... function uint2 (line 376) | uint2 NvInterlockedMinFp16x4(RWTexture2D uav, uint2 address, flo... function uint2 (line 381) | uint2 NvInterlockedMaxFp16x4(RWTexture2D uav, uint2 address, flo... function uint2 (line 386) | uint2 NvInterlockedAddFp16x4(RWTexture3D uav, uint3 address, flo... function uint2 (line 391) | uint2 NvInterlockedMinFp16x4(RWTexture3D uav, uint3 address, flo... function uint2 (line 396) | uint2 NvInterlockedMaxFp16x4(RWTexture3D uav, uint3 address, flo... function NvInterlockedAddFp32 (line 410) | float NvInterlockedAddFp32(RWByteAddressBuffer uav, uint byteAddress, fl... function NvInterlockedAddFp32 (line 422) | float NvInterlockedAddFp32(RWTexture1D uav, uint address, float val) function NvInterlockedAddFp32 (line 427) | float NvInterlockedAddFp32(RWTexture2D uav, uint2 address, float ... function NvInterlockedAddFp32 (line 432) | float NvInterlockedAddFp32(RWTexture3D uav, uint3 address, float ... FILE: external/nvapi/include/nvHLSLExtnsInternal.h type NvShaderExtnStruct (line 41) | struct NvShaderExtnStruct function __NvGetShflMaskFromWidth (line 86) | int __NvGetShflMaskFromWidth(uint width) function __NvReferenceUAVForOp (line 93) | void __NvReferenceUAVForOp(RWByteAddressBuffer uav) function __NvReferenceUAVForOp (line 100) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 107) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 114) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 121) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 128) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 135) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 142) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 149) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 156) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 164) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 171) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 178) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 185) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 192) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 199) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 206) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 213) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 220) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 227) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 234) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 241) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 248) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 255) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 262) | void __NvReferenceUAVForOp(RWTexture3D uav) function __NvReferenceUAVForOp (line 269) | void __NvReferenceUAVForOp(RWTexture1D uav) function __NvReferenceUAVForOp (line 276) | void __NvReferenceUAVForOp(RWTexture2D uav) function __NvReferenceUAVForOp (line 283) | void __NvReferenceUAVForOp(RWTexture3D uav) function uint (line 303) | uint __NvAtomicOpFP16x2(RWByteAddressBuffer uav, uint byteAddress, uint ... function uint (line 324) | uint __NvAtomicOpFP16x2(RWTexture1D uav, uint address, uint fp16... function uint (line 336) | uint __NvAtomicOpFP16x2(RWTexture2D uav, uint2 address, uint fp1... function uint (line 348) | uint __NvAtomicOpFP16x2(RWTexture3D uav, uint3 address, uint fp1... function uint2 (line 370) | uint2 __NvAtomicOpFP16x2(RWTexture1D uav, uint address, uint2 fp... function uint2 (line 396) | uint2 __NvAtomicOpFP16x2(RWTexture2D uav, uint2 address, uint2 f... function uint2 (line 424) | uint2 __NvAtomicOpFP16x2(RWTexture3D uav, uint3 address, uint2 f... function uint (line 452) | uint __fp32x2Tofp16x2(float2 val) function uint2 (line 457) | uint2 __fp32x4Tofp16x4(float4 val) function __NvAtomicAddFP32 (line 467) | float __NvAtomicAddFP32(RWByteAddressBuffer uav, uint byteAddress, float... function __NvAtomicAddFP32 (line 479) | float __NvAtomicAddFP32(RWTexture1D uav, uint address, float val) function __NvAtomicAddFP32 (line 491) | float __NvAtomicAddFP32(RWTexture2D uav, uint2 address, float val) function __NvAtomicAddFP32 (line 503) | float __NvAtomicAddFP32(RWTexture3D uav, uint3 address, float val) FILE: external/nvapi/include/nvapi.h type NV_DP_LINK_RATE (line 186) | typedef enum _NV_DP_LINK_RATE type NV_DP_LANE_COUNT (line 197) | typedef enum _NV_DP_LANE_COUNT type NV_DP_COLOR_FORMAT (line 207) | typedef enum _NV_DP_COLOR_FORMAT type NV_DP_COLORIMETRY (line 217) | typedef enum _NV_DP_COLORIMETRY type NV_DP_DYNAMIC_RANGE (line 227) | typedef enum _NV_DP_DYNAMIC_RANGE type NV_DP_BPC (line 236) | typedef enum _NV_DP_BPC type NV_EDID_V1 (line 280) | typedef struct type NV_EDID_V2 (line 287) | typedef struct type NV_EDID_V3 (line 295) | typedef struct type NV_EDID_V3 (line 308) | typedef NV_EDID_V3 NV_EDID; type NV_GPU_CONNECTOR_TYPE (line 322) | typedef enum _NV_GPU_CONNECTOR_TYPE type NV_DISPLAY_TV_FORMAT (line 362) | typedef enum _NV_DISPLAY_TV_FORMAT type NV_TARGET_VIEW_MODE (line 415) | typedef enum _NV_TARGET_VIEW_MODE type NV_SCALING (line 433) | typedef enum _NV_SCALING type NV_ROTATE (line 456) | typedef enum _NV_ROTATE type NV_FORMAT (line 475) | typedef enum _NV_FORMAT type NV_VIEWPORTF (line 487) | typedef struct type NV_TIMING_OVERRIDE (line 501) | typedef enum _NV_TIMING_OVERRIDE type NV_TIMINGEXT (line 533) | typedef struct tagNV_TIMINGEXT type NV_TIMING (line 573) | typedef struct _NV_TIMING type NV_VIEW_TARGET_INFO (line 647) | typedef struct type NV_DISPLAY_PATH (line 683) | typedef struct type NV_DISPLAY_PATH_INFO_V3 (line 722) | typedef struct type NV_DISPLAY_PATH_INFO (line 731) | typedef struct type NV_POSITION (line 788) | typedef struct _NV_POSITION type NV_RESOLUTION (line 795) | typedef struct _NV_RESOLUTION type NV_DISPLAYCONFIG_PATH_ADVANCED_TARGET_INFO_V1 (line 803) | typedef struct _NV_DISPLAYCONFIG_PATH_ADVANCED_TARGET_INFO_V1 type NV_DISPLAYCONFIG_PATH_ADVANCED_TARGET_INFO_V1 (line 844) | typedef NV_DISPLAYCONFIG_PATH_ADVANCED_TARGET_INFO_V1 NV_DISPLAYCONFIG_P... type NV_DISPLAYCONFIG_PATH_TARGET_INFO_V1 (line 853) | typedef struct _NV_DISPLAYCONFIG_PATH_TARGET_INFO_V1 type NV_DISPLAYCONFIG_PATH_TARGET_INFO_V2 (line 860) | typedef struct _NV_DISPLAYCONFIG_PATH_TARGET_INFO_V2 type NV_DISPLAYCONFIG_PATH_TARGET_INFO_V2 (line 870) | typedef NV_DISPLAYCONFIG_PATH_TARGET_INFO_V2 NV_DISPLAYCONFIG_PATH_TARGE... type NV_DISPLAYCONFIG_SPANNING_ORIENTATION (line 874) | typedef enum _NV_DISPLAYCONFIG_SPANNING_ORIENTATION type NV_DISPLAYCONFIG_SOURCE_MODE_INFO_V1 (line 882) | typedef struct _NV_DISPLAYCONFIG_SOURCE_MODE_INFO_V1 type NV_DISPLAYCONFIG_PATH_INFO_V1 (line 898) | typedef struct _NV_DISPLAYCONFIG_PATH_INFO_V1 type NV_DISPLAYCONFIG_PATH_INFO_V2 (line 914) | typedef struct _NV_DISPLAYCONFIG_PATH_INFO_V2 type NV_DISPLAYCONFIG_PATH_INFO_V2 (line 939) | typedef NV_DISPLAYCONFIG_PATH_INFO_V2 NV_DISPLAYCONFIG_PATH_INFO; type NV_DISPLAYCONFIG_SOURCE_MODE_INFO_V1 (line 943) | typedef NV_DISPLAYCONFIG_SOURCE_MODE_INFO_V1 NV_DISPLAYCONFIG_SOURCE_MOD... type NV_DISPLAYCONFIG_FLAGS (line 949) | typedef enum _NV_DISPLAYCONFIG_FLAGS type NvU16 (line 961) | typedef NvU16 NvAPI_UnicodeString[NVAPI_UNICODE_STRING_MAX]; type NvU16 (line 962) | typedef const NvU16 *NvAPI_LPCWSTR; type NV_DISPLAY_DRIVER_VERSION (line 985) | typedef struct type NV_MONITOR_CONN_TYPE (line 1488) | typedef enum type NV_GPU_DISPLAYIDS (line 1514) | typedef struct _NV_GPU_DISPLAYIDS type NV_SYSTEM_TYPE (line 1693) | typedef enum type NV_GPU_OUTPUT_TYPE (line 1781) | typedef enum _NV_GPU_OUTPUT_TYPE type NV_GPU_TYPE (line 1876) | typedef enum _NV_GPU_TYPE type NV_GPU_BUS_TYPE (line 1912) | typedef enum _NV_GPU_BUS_TYPE type NV_BOARD_INFO_V1 (line 2200) | typedef struct _NV_BOARD_INFO type NV_BOARD_INFO_V1 (line 2210) | typedef NV_BOARD_INFO_V1 NV_BOARD_INFO; type NV_GPU_PUBLIC_CLOCK_ID (line 2263) | typedef enum _NV_GPU_PUBLIC_CLOCK_ID type NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID (line 2274) | typedef enum _NV_GPU_PERF_VOLTAGE_INFO_DOMAIN_ID type NV_GPU_CLOCK_FREQUENCIES_V1 (line 2284) | typedef struct type NV_GPU_CLOCK_FREQUENCIES_CLOCK_TYPE (line 2298) | typedef enum type NV_GPU_CLOCK_FREQUENCIES_V2 (line 2308) | typedef struct type NV_GPU_CLOCK_FREQUENCIES_V2 (line 2324) | typedef NV_GPU_CLOCK_FREQUENCIES_V2 NV_GPU_CLOCK_FREQUENCIES; type NV_GPU_PERF_PSTATE_ID (line 2364) | typedef enum _NV_GPU_PERF_PSTATE_ID type NV_GPU_PERF_PSTATES_INFO_V1 (line 2393) | typedef struct type NV_GPU_PERF_PSTATES_INFO_V2 (line 2422) | typedef struct type NV_GPU_PERF_PSTATES_INFO_V2 (line 2460) | typedef NV_GPU_PERF_PSTATES_INFO_V2 NV_GPU_PERF_PSTATES_INFO; type NV_GPU_PERF_PSTATE20_CLOCK_TYPE_ID (line 2556) | typedef enum type NV_GPU_PERF_PSTATES20_PARAM_DELTA (line 2566) | typedef struct type NV_GPU_PSTATE20_CLOCK_ENTRY_V1 (line 2582) | typedef struct type NV_GPU_PSTATE20_BASE_VOLTAGE_ENTRY_V1 (line 2623) | typedef struct type NV_GPU_PERF_PSTATES20_INFO_V1 (line 2640) | typedef struct type NV_GPU_PERF_PSTATES20_INFO_V2 (line 2683) | typedef struct _NV_GPU_PERF_PSTATES20_INFO_V2 type NV_GPU_PERF_PSTATES20_INFO_V2 (line 2736) | typedef NV_GPU_PERF_PSTATES20_INFO_V2 NV_GPU_PERF_PSTATES20_INFO; type NV_GPU_DYNAMIC_PSTATES_INFO_EX (line 2823) | typedef struct type NV_THERMAL_TARGET (line 2873) | typedef enum type NV_THERMAL_CONTROLLER (line 2890) | typedef enum type NV_GPU_THERMAL_SETTINGS_V1 (line 2909) | typedef struct type NV_GPU_THERMAL_SETTINGS_V2 (line 2925) | typedef struct type NV_GPU_THERMAL_SETTINGS_V2 (line 2941) | typedef NV_GPU_THERMAL_SETTINGS_V2 NV_GPU_THERMAL_SETTINGS; type NV_I2C_SPEED (line 3004) | typedef enum type NV_I2C_INFO_V1 (line 3016) | typedef struct type NV_I2C_INFO_V2 (line 3036) | typedef struct type NV_I2C_INFO_V3 (line 3057) | typedef struct type NV_I2C_INFO_V3 (line 3080) | typedef NV_I2C_INFO_V3 NV_I2C_INFO; type NVAPI_GPU_WORKSTATION_FEATURE_MASK (line 3191) | typedef enum type NV_GPU_HDCP_FUSE_STATE (line 3256) | typedef enum _NV_GPU_HDCP_FUSE_STATE type NV_GPU_HDCP_KEY_SOURCE (line 3265) | typedef enum _NV_GPU_HDCP_KEY_SOURCE type NV_GPU_HDCP_KEY_SOURCE_STATE (line 3277) | typedef enum _NV_GPU_HDCP_KEY_SOURCE_STATE type NV_GPU_GET_HDCP_SUPPORT_STATUS (line 3286) | typedef struct type NV_ECC_CONFIGURATION (line 3372) | typedef enum _NV_ECC_CONFIGURATION type NV_GPU_ECC_STATUS_INFO (line 3381) | typedef struct type NV_GPU_ECC_ERROR_INFO (line 3431) | typedef struct type NV_GPU_ECC_CONFIGURATION_INFO (line 3512) | typedef struct type NV_SCANOUT_INTENSITY_DATA_V1 (line 3559) | typedef struct type NV_SCANOUT_INTENSITY_DATA_V2 (line 3568) | typedef struct type NV_SCANOUT_INTENSITY_DATA_V2 (line 3578) | typedef NV_SCANOUT_INTENSITY_DATA_V2 NV_SCANOUT_INTENSITY_DATA; type NV_SCANOUT_INTENSITY_STATE_DATA (line 3611) | typedef struct _NV_SCANOUT_INTENSITY_STATE_DATA type NV_GPU_WARPING_VERTICE_FORMAT (line 3646) | typedef enum type NV_SCANOUT_WARPING_DATA (line 3653) | typedef struct type NV_SCANOUT_WARPING_STATE_DATA (line 3693) | typedef struct _NV_SCANOUT_WARPING_STATE_DATA type NV_GPU_SCANOUT_COMPOSITION_PARAMETER (line 3726) | typedef enum type NV_GPU_SCANOUT_COMPOSITION_PARAMETER_VALUE (line 3733) | typedef enum type NV_SCANOUT_INFORMATION (line 3829) | typedef struct _NV_SCANOUT_INFORMATION type NVAPI_GPU_PERF_DECREASE (line 3864) | typedef enum _NVAPI_GPU_PERF_DECREASE type NV_GPU_ILLUMINATION_ATTRIB (line 3894) | typedef enum _NV_GPU_ILLUMINATION_ATTRIB type NV_GPU_QUERY_ILLUMINATION_SUPPORT_PARM_V1 (line 3926) | typedef struct _NV_GPU_QUERY_ILLUMINATION_SUPPORT_PARM_V1 { type NV_GPU_QUERY_ILLUMINATION_SUPPORT_PARM_V1 (line 3946) | typedef NV_GPU_QUERY_ILLUMINATION_SUPPORT_PARM_V1 NV_GPU_QUERY_ILLU... type NV_GPU_GET_ILLUMINATION_PARM_V1 (line 3988) | typedef struct _NV_GPU_GET_ILLUMINATION_PARM_V1 { type NV_GPU_GET_ILLUMINATION_PARM_V1 (line 4010) | typedef NV_GPU_GET_ILLUMINATION_PARM_V1 NV_GPU_GET_ILLUMINATION_PARM; type NV_GPU_SET_ILLUMINATION_PARM_V1 (line 4053) | typedef struct _NV_GPU_SET_ILLUMINATION_PARM_V1 { type NV_GPU_SET_ILLUMINATION_PARM_V1 (line 4076) | typedef NV_GPU_SET_ILLUMINATION_PARM_V1 NV_GPU_SET_ILLUMINATION_PARM; type NV_DISPLAY_PORT_INFO_V1 (line 4350) | typedef struct _NV_DISPLAY_PORT_INFO_V1 type NV_DISPLAY_PORT_INFO_V1 (line 4392) | typedef NV_DISPLAY_PORT_INFO_V1 NV_DISPLAY_PORT_INFO; type NV_DISPLAY_PORT_CONFIG (line 4450) | typedef struct type NV_HDMI_SUPPORT_INFO_V1 (line 4487) | typedef struct _NV_HDMI_SUPPORT_INFO_V1 type NV_HDMI_SUPPORT_INFO_V2 (line 4504) | typedef struct _NV_HDMI_SUPPORT_INFO_V2 type NV_HDMI_SUPPORT_INFO_V2 (line 4531) | typedef NV_HDMI_SUPPORT_INFO_V2 NV_HDMI_SUPPORT_INFO; type NV_INFOFRAME_CMD (line 4566) | typedef enum type NV_INFOFRAME_PROPERTY_MODE (line 4579) | typedef enum type NV_INFOFRAME_PROPERTY_BLACKLIST (line 4589) | typedef enum type NV_INFOFRAME_PROPERTY (line 4595) | typedef struct type NV_INFOFRAME_FIELD_VALUE_AVI_SCANINFO (line 4605) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_BARDATA (line 4615) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_ACTIVEFORMATINFO (line 4624) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_COLORFORMAT (line 4632) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_F17 (line 4641) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_ASPECTRATIOACTIVEPORTION (line 4649) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_ASPECTRATIOCODEDFRAME (line 4671) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_COLORIMETRY (line 4680) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_NONUNIFORMPICTURESCALING (line 4690) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_RGBQUANTIZATION (line 4699) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_EXTENDEDCOLORIMETRY (line 4708) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_ITC (line 4721) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_PIXELREPETITION (line 4729) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_CONTENTTYPE (line 4751) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AVI_YCCQUANTIZATION (line 4760) | typedef enum type NV_INFOFRAME_VIDEO (line 4770) | typedef struct type NV_INFOFRAME_FIELD_VALUE_AUDIO_CHANNELCOUNT (line 4796) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_CODINGTYPE (line 4809) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_SAMPLESIZE (line 4831) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_SAMPLEFREQUENCY (line 4840) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_CODINGEXTENSIONTYPE (line 4856) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_CHANNELALLOCATION (line 4895) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_LFEPLAYBACKLEVEL (line 4952) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_LEVELSHIFTVALUES (line 4961) | typedef enum type NV_INFOFRAME_FIELD_VALUE_AUDIO_DOWNMIX (line 4983) | typedef enum type NV_INFOFRAME_AUDIO (line 4990) | typedef struct type NV_INFOFRAME_DATA (line 5012) | typedef struct type NV_COLOR_CMD (line 5074) | typedef enum type NV_COLOR_FORMAT (line 5083) | typedef enum type NV_COLOR_COLORIMETRY (line 5096) | typedef enum type NV_DYNAMIC_RANGE (line 5114) | typedef enum _NV_DYNAMIC_RANGE type NV_BPC (line 5122) | typedef enum _NV_BPC type NV_COLOR_DATA_V1 (line 5132) | typedef struct _NV_COLOR_DATA_V1 type NV_COLOR_DATA_V2 (line 5144) | typedef struct _NV_COLOR_DATA_V2 type NV_COLOR_DATA_V3 (line 5157) | typedef struct _NV_COLOR_DATA_V3 type NV_COLOR_DATA_V3 (line 5171) | typedef NV_COLOR_DATA_V3 NV_COLOR_DATA; type NV_STATIC_METADATA_DESCRIPTOR_ID (line 5201) | typedef enum type NV_HDR_CAPABILITIES (line 5206) | typedef struct _NV_HDR_CAPABILITIES type NV_HDR_CMD (line 5266) | typedef enum type NV_HDR_MODE (line 5272) | typedef enum type NV_HDR_COLOR_DATA (line 5281) | typedef struct _NV_HDR_COLOR_DATA type NV_TIMING_FLAG (line 5320) | typedef struct type NV_TIMING_INPUT (line 5339) | typedef struct _NV_TIMING_INPUT type NV_MONITOR_CAPS_TYPE (line 5401) | typedef enum type NV_MONITOR_CAPS_VCDB (line 5410) | typedef struct _NV_MONITOR_CAPS_VCDB type NV_MONITOR_CAPS_VSDB (line 5421) | typedef struct _NV_MONITOR_CAPS_VSDB type NV_MONITOR_CAPABILITIES_V1 (line 5469) | typedef struct _NV_MONITOR_CAPABILITIES_V1 type NV_MONITOR_CAPABILITIES_V1 (line 5482) | typedef NV_MONITOR_CAPABILITIES_V1 NV_MONITOR_CAPABILITIES; type NV_MONITOR_COLOR_CAPS_V1 (line 5496) | typedef struct _NV_MONITOR_COLOR_DATA type NV_MONITOR_COLOR_CAPS_V1 (line 5504) | typedef NV_MONITOR_COLOR_CAPS_V1 NV_MONITOR_COLOR_CAPS; type NV_CUSTOM_DISPLAY (line 5553) | typedef struct type NV_MOSAIC_TOPO_DETAILS (line 5926) | typedef struct type NV_MOSAIC_TOPO_TYPE (line 5954) | typedef enum type NV_MOSAIC_TOPO (line 5975) | typedef enum type NV_MOSAIC_TOPO_BRIEF (line 6040) | typedef struct type NV_MOSAIC_DISPLAY_SETTING_V1 (line 6055) | typedef struct _NV_MOSAIC_DISPLAY_SETTING_V1 type NV_MOSAIC_DISPLAY_SETTING_V2 (line 6064) | typedef struct NV_MOSAIC_DISPLAY_SETTING_V2 type NV_MOSAIC_DISPLAY_SETTING_V2 (line 6074) | typedef NV_MOSAIC_DISPLAY_SETTING_V2 NV_MOSAIC_DISPLAY_SETTING; type NV_MOSAIC_SUPPORTED_TOPO_INFO_V1 (line 6093) | typedef struct _NV_MOSAIC_SUPPORTED_TOPO_INFO_V1 type NV_MOSAIC_SUPPORTED_TOPO_INFO_V2 (line 6103) | typedef struct _NV_MOSAIC_SUPPORTED_TOPO_INFO_V2 type NV_MOSAIC_SUPPORTED_TOPO_INFO_V2 (line 6113) | typedef NV_MOSAIC_SUPPORTED_TOPO_INFO_V2 NV_MOSAIC_SUPPORTED_TOPO_INFO; type NV_MOSAIC_TOPO_GROUP (line 6157) | typedef struct type NV_MOSAIC_GRID_TOPO_DISPLAY_V1 (line 6433) | typedef struct _NV_MOSAIC_GRID_TOPO_DISPLAY_V1 type NV_PIXEL_SHIFT_TYPE (line 6442) | typedef enum _NV_PIXEL_SHIFT_TYPE type NV_MOSAIC_GRID_TOPO_DISPLAY_V2 (line 6449) | typedef struct _NV_MOSAIC_GRID_TOPO_DISPLAY_V2 type NV_MOSAIC_GRID_TOPO_DISPLAY_V1 (line 6463) | typedef NV_MOSAIC_GRID_TOPO_DISPLAY_V1 NV_MOSAIC_GRID_TOPO_DIS... type NV_MOSAIC_GRID_TOPO_V1 (line 6467) | typedef struct _NV_MOSAIC_GRID_TOPO_V1 type NV_MOSAIC_GRID_TOPO_V2 (line 6483) | typedef struct _NV_MOSAIC_GRID_TOPO_V2 type NV_MOSAIC_GRID_TOPO_V2 (line 6505) | typedef NV_MOSAIC_GRID_TOPO_V2 NV_MOSAIC_GRID_TOPO; type NV_MOSAIC_DISPLAY_TOPO_STATUS (line 6592) | typedef struct type NV_MOSAIC_TOPOLOGY (line 6771) | typedef struct type NV_MOSAIC_SUPPORTED_TOPOLOGIES (line 6792) | typedef struct type NV_GSYNC_CAPABILITIES_V1 (line 6948) | typedef struct _NV_GSYNC_CAPABILITIES_V1 type NV_GSYNC_CAPABILITIES_V1 (line 6956) | typedef NV_GSYNC_CAPABILITIES_V1 NV_GSYNC_CAPABILITIES; type NVAPI_GSYNC_GPU_TOPOLOGY_CONNECTOR (line 6994) | typedef enum _NVAPI_GSYNC_GPU_TOPOLOGY_CONNECTOR type NVAPI_GSYNC_DISPLAY_SYNC_STATE (line 7004) | typedef enum _NVAPI_GSYNC_DISPLAY_SYNC_STATE type NV_GSYNC_GPU (line 7011) | typedef struct _NV_GSYNC_GPU type NV_GSYNC_DISPLAY (line 7022) | typedef struct _NV_GSYNC_DISPLAY type NVAPI_GSYNC_POLARITY (line 7107) | typedef enum _NVAPI_GSYNC_POLARITY type NVAPI_GSYNC_VIDEO_MODE (line 7115) | typedef enum _NVAPI_GSYNC_VIDEO_MODE type NVAPI_GSYNC_SYNC_SOURCE (line 7125) | typedef enum _NVAPI_GSYNC_SYNC_SOURCE type NV_GSYNC_DELAY (line 7132) | typedef struct _NV_GSYNC_DELAY type NV_GSYNC_CONTROL_PARAMS (line 7144) | typedef struct _NV_GSYNC_CONTROL_PARAMS type NVAPI_GSYNC_DELAY_TYPE (line 7213) | typedef enum _NVAPI_GSYNC_DELAY_TYPE type NV_GSYNC_STATUS (line 7246) | typedef struct _NV_GSYNC_STATUS type NVAPI_GSYNC_RJ45_IO (line 7288) | typedef enum _NVAPI_GSYNC_RJ45_IO type NV_GSYNC_STATUS_PARAMS (line 7298) | typedef struct _NV_GSYNC_STATUS_PARAMS type NVAPI_ALIAS_SURFACE_FLAG (line 7424) | typedef enum { type NV_STEREO_VIDEO_FORMAT (line 7574) | typedef enum _NV_STEREO_VIDEO_FORMAT type NV_DX_VIDEO_STEREO_INFO (line 7593) | typedef struct _NV_DX_VIDEO_STEREO_INFO { type NVAPI_D3D11_INSERTWFI_FLAG (line 7703) | typedef enum _NVAPI_D3D11_INSERTWFI_FLAG type NVAPI_QUAD_FILLMODE (line 7787) | enum NVAPI_QUAD_FILLMODE type NvAPI_D3D11_RASTERIZER_DESC_EX (line 7800) | typedef struct NvAPI_D3D11_RASTERIZER_DESC_EX type NVAPI_ANSEL_FEATURE (line 7872) | typedef enum _NVAPI_ANSEL_FEATURE type NVAPI_ANSEL_FEATURE_STATE (line 7879) | typedef enum _NVAPI_ANSEL_FEATURE_STATE type NVAPI_ANSEL_HOTKEY_MODIFIER (line 7886) | typedef enum _NVAPI_ANSEL_HOTKEY_MODIFIER type NVAPI_ANSEL_FEATURE_CONFIGURATION_STRUCT (line 7894) | typedef struct NVAPI_ANSEL_FEATURE_CONFIGURATION_STRUCT { type NVAPI_ANSEL_CONFIGURATION_STRUCT_V1 (line 7900) | typedef struct NVAPI_ANSEL_CONFIGURATION_STRUCT_V1 { type NVAPI_ANSEL_CONFIGURATION_STRUCT_V1 (line 7908) | typedef NVAPI_ANSEL_CONFIGURATION_STRUCT_V1 NVAPI_ANSEL_CONFIGURATION_ST... type UINT (line 7952) | typedef UINT NvAPI_D3D11_SWIZZLE_MODE; type NV_SWIZZLE_MODE (line 7954) | typedef enum _NV_SWIZZLE_MODE type NV_SWIZZLE_OFFSET (line 7966) | typedef enum _NV_SWIZZLE_OFFSET type NV_CUSTOM_SEMANTIC_TYPE (line 7981) | typedef enum NV_CUSTOM_SEMANTIC_TYPE type NV_CUSTOM_SEMANTIC (line 7990) | typedef struct _NV_CUSTOM_SEMANTIC type NvAPI_D3D11_CREATE_GEOMETRY_SHADER_EX_V5 (line 8004) | typedef struct NvAPI_D3D11_CREATE_GEOMETRY_SHADER_EX_V5 type NvAPI_D3D11_CREATE_GEOMETRY_SHADER_EX_V5 (line 8022) | typedef NvAPI_D3D11_CREATE_GEOMETRY_SHADER_EX_V5 NvAPI_D3D11_CREA... type NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V1 (line 8087) | typedef struct NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V1 type NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V2 (line 8095) | typedef struct NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V2 type NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V3 (line 8104) | typedef struct NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V3 type NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V3 (line 8114) | typedef NvAPI_D3D11_CREATE_VERTEX_SHADER_EX_V3 NvAPI_D3D11_CREA... type NvAPI_D3D11_CREATE_HULL_SHADER_EX_V1 (line 8168) | typedef struct NvAPI_D3D11_CREATE_HULL_SHADER_EX_V1 type NvAPI_D3D11_CREATE_HULL_SHADER_EX_V2 (line 8177) | typedef struct NvAPI_D3D11_CREATE_HULL_SHADER_EX_V2 type NvAPI_D3D11_CREATE_HULL_SHADER_EX_V2 (line 8187) | typedef NvAPI_D3D11_CREATE_HULL_SHADER_EX_V2 NvAPI_D3D11_CREATE... type NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V1 (line 8240) | typedef struct NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V1 type NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V2 (line 8248) | typedef struct NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V2 type NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V3 (line 8257) | typedef struct NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V3 type NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V3 (line 8267) | typedef NvAPI_D3D11_CREATE_DOMAIN_SHADER_EX_V3 NvAPI_D3D11_CREA... type NV_FASTGS_FLAGS (line 8321) | typedef enum _NV_FASTGS_FLAGS type NvAPI_D3D11_CREATE_FASTGS_EXPLICIT_DESC_V1 (line 8329) | struct NvAPI_D3D11_CREATE_FASTGS_EXPLICIT_DESC_V1 type NvAPI_D3D11_CREATE_FASTGS_EXPLICIT_DESC_V1 (line 8359) | typedef NvAPI_D3D11_CREATE_FASTGS_EXPLICIT_DESC_V1 NvAPI_D3D11_CREATE_FA... type NV_PSO_EXTENSION (line 8450) | typedef enum _NV_PSO_EXTENSION type NVAPI_D3D12_PSO_EXTENSION_DESC_V1 (line 8459) | struct NVAPI_D3D12_PSO_EXTENSION_DESC_V1 type NVAPI_D3D12_PSO_EXTENSION_DESC_V1 (line 8468) | typedef NVAPI_D3D12_PSO_EXTENSION_DESC_V1 NVAPI_D3D12_PSO_EXTENSION_DESC; function NVAPI_D3D12_PSO_EXTENSION_DESC (line 8471) | struct NVAPI_D3D12_PSO_RASTERIZER_STATE_DESC_V1 : public NVAPI_D3D12_PSO... type NVAPI_D3D12_PSO_RASTERIZER_STATE_DESC_V1 (line 8490) | typedef NVAPI_D3D12_PSO_RASTERIZER_STATE_DESC_V1 NVAPI_D3D12_PSO_RASTE... function NVAPI_D3D12_PSO_EXTENSION_DESC (line 8492) | struct NVAPI_D3D12_PSO_CREATE_FASTGS_EXPLICIT_DESC_V1 : public NVAPI_D3D... type NVAPI_D3D12_PSO_CREATE_FASTGS_EXPLICIT_DESC_V1 (line 8522) | typedef NVAPI_D3D12_PSO_CREATE_FASTGS_EXPLICIT_DESC_V1 NVAPI_D3D12_PSO... function NVAPI_D3D12_PSO_EXTENSION_DESC (line 8525) | struct NVAPI_D3D12_PSO_REQUEST_FAST_GEOMETRY_SHADER_DESC_V1 : public NVA... type NVAPI_D3D12_PSO_REQUEST_FAST_GEOMETRY_SHADER_DESC_V1 (line 8533) | typedef NVAPI_D3D12_PSO_REQUEST_FAST_GEOMETRY_SHADER_DESC_V1 NVAPI_D3D... function NVAPI_D3D12_PSO_EXTENSION_DESC (line 8536) | struct NVAPI_D3D12_PSO_ENABLE_DEPTH_BOUND_TEST_DESC_V1 : public NVAPI_D3... type NVAPI_D3D12_PSO_ENABLE_DEPTH_BOUND_TEST_DESC_V1 (line 8545) | typedef NVAPI_D3D12_PSO_ENABLE_DEPTH_BOUND_TEST_DESC_V1 NVAPI_D3D1... function NVAPI_D3D12_PSO_EXTENSION_DESC (line 8548) | struct NVAPI_D3D12_PSO_SET_SHADER_EXTENSION_SLOT_DESC_V1 : public NVAPI_... type NVAPI_D3D12_PSO_SET_SHADER_EXTENSION_SLOT_DESC_V1 (line 8558) | typedef NVAPI_D3D12_PSO_SET_SHADER_EXTENSION_SLOT_DESC_V1 NVAPI_D3D1... type NV_MULTIGPU_CAPS (line 8767) | typedef struct function DECLARE_INTERFACE (line 8832) | DECLARE_INTERFACE(ID3D11MultiGPUDevice_V1) type ID3D11MultiGPUDevice_V1 (line 8926) | typedef ID3D11MultiGPUDevice_V1 ID3D11MultiGPUDevice; type NV_QUERY_SINGLE_PASS_STEREO_SUPPORT_PARAMS_V1 (line 8943) | typedef struct _NV_QUERY_SINGLE_PASS_STEREO_SUPPORT_PARAMS type NV_QUERY_SINGLE_PASS_STEREO_SUPPORT_PARAMS_V1 (line 8949) | typedef NV_QUERY_SINGLE_PASS_STEREO_SUPPORT_PARAMS_V1 NV... type NV_QUERY_MODIFIED_W_SUPPORT_PARAMS_V1 (line 9006) | typedef struct _NV_QUERY_MODIFIED_W_SUPPORT_PARAMS type NV_QUERY_MODIFIED_W_SUPPORT_PARAMS_V1 (line 9012) | typedef NV_QUERY_MODIFIED_W_SUPPORT_PARAMS_V1 NV_QUERY_MOD... type NV_MODIFIED_W_COEFFICIENTS (line 9043) | typedef struct _NV_MODIFIED_W_COEFFICIENTS type NV_MODIFIED_W_PARAMS_V1 (line 9053) | typedef struct _NV_MODIFIED_W_PARAMS type NV_MODIFIED_W_PARAMS_V1 (line 9063) | typedef NV_MODIFIED_W_PARAMS_V1 NV_MODIFIED_W_PARAMS; type IMPLICIT_SLI_CONTROL (line 9203) | typedef enum _IMPLICIT_SLI_CONTROL type NvU32 (line 9218) | typedef NvU32 NVVIOOWNERID; type NVVIOOWNERTYPE (line 9229) | typedef enum _NVVIOOWNERTYPE type NVVIOSIGNALFORMAT (line 9272) | typedef enum _NVVIOSIGNALFORMAT type NVVIOVIDEOSTANDARD (line 9348) | typedef enum _NVVIOVIDEOSTANDARD type NVVIOVIDEOTYPE (line 9359) | typedef enum _NVVIOVIDEOTYPE type NVVIOINTERLACEMODE (line 9366) | typedef enum _NVVIOINTERLACEMODE type NVVIODATAFORMAT (line 9374) | typedef enum _NVVIODATAFORMAT type NVVIOOUTPUTAREA (line 9405) | typedef enum _NVVIOOUTPUTAREA type NVVIOSYNCSOURCE (line 9413) | typedef enum _NVVIOSYNCSOURCE type NVVIOCOMPSYNCTYPE (line 9420) | typedef enum _NVVIOCOMPSYNCTYPE type NVVIOINPUTOUTPUTSTATUS (line 9428) | typedef enum _NVVIOINPUTOUTPUTSTATUS type NVVIOSYNCSTATUS (line 9437) | typedef enum _NVVIOSYNCSTATUS type NVVIOCAPTURESTATUS (line 9448) | typedef enum _NVVIOCAPTURESTATUS type NVVIOSTATUSTYPE (line 9456) | typedef enum _NVVIOSTATUSTYPE type NVVIOCONFIGTYPE (line 9502) | typedef enum _NVVIOCONFIGTYPE type NVVIOCOLORSPACE (line 9508) | typedef enum _NVVIOCOLORSPACE type NVVIOCOMPONENTSAMPLING (line 9520) | typedef enum _NVVIOCOMPONENTSAMPLING type NVVIOBITSPERCOMPONENT (line 9529) | typedef enum _NVVIOBITSPERCOMPONENT type NVVIOLINKID (line 9537) | typedef enum _NVVIOLINKID type NVVIOANCPARITYCOMPUTATION (line 9547) | typedef enum _NVVIOANCPARITYCOMPUTATION type NVVIOCAPS (line 9601) | typedef struct _NVVIOCAPS type NVVIOCHANNELSTATUS (line 9632) | typedef struct _NVVIOCHANNELSTATUS type NVVIOINPUTSTATUS (line 9643) | typedef struct _NVVIOINPUTSTATUS type NVVIOOUTPUTSTATUS (line 9650) | typedef struct _NVVIOOUTPUTSTATUS type NVVIOSTATUS (line 9669) | typedef struct _NVVIOSTATUS type NVVIOOUTPUTREGION (line 9684) | typedef struct _NVVIOOUTPUTREGION type NVVIOGAMMARAMP8 (line 9693) | typedef struct _NVVIOGAMMARAMP8 type NVVIOGAMMARAMP10 (line 9701) | typedef struct _NVVIOGAMMARAMP10 type NVVIOSYNCDELAY (line 9710) | typedef struct _NVVIOSYNCDELAY type NVVIOVIDEOMODE (line 9722) | typedef struct _NVVIOVIDEOMODE type NVVIOSIGNALFORMATDETAIL (line 9733) | typedef struct _NVVIOSIGNALFORMATDETAIL type NVVIODATAFORMATDETAIL (line 9767) | typedef struct _NVVIODATAFORMATDETAIL type NVVIOCOLORCONVERSION (line 9774) | typedef struct _NVVIOCOLORCONVERSION type NVVIOGAMMACORRECTION (line 9792) | typedef struct _NVVIOGAMMACORRECTION type NVVIOCOMPOSITERANGE (line 9814) | typedef struct _NVVIOCOMPOSITERANGE type NVVIOOUTPUTCONFIG_V1 (line 9959) | typedef struct _NVVIOOUTPUTCONFIG_V1 type NVVIOOUTPUTCONFIG_V2 (line 9987) | typedef struct _NVVIOOUTPUTCONFIG_V2 type NVVIOOUTPUTCONFIG_V3 (line 10016) | typedef struct _NVVIOOUTPUTCONFIG_V3 type NVVIOSTREAM (line 10047) | typedef struct _NVVIOSTREAM type NVVIOINPUTCONFIG (line 10061) | typedef struct _NVVIOINPUTCONFIG type NVVIOCONFIG_V1 (line 10074) | typedef struct _NVVIOCONFIG_V1 type NVVIOCONFIG_V2 (line 10087) | typedef struct _NVVIOCONFIG_V2 type NVVIOCONFIG_V3 (line 10099) | typedef struct _NVVIOCONFIG_V3 type NVVIOOUTPUTCONFIG_V3 (line 10110) | typedef NVVIOOUTPUTCONFIG_V3 NVVIOOUTPUTCONFIG; type NVVIOCONFIG_V3 (line 10111) | typedef NVVIOCONFIG_V3 NVVIOCONFIG; type NVVIOTOPOLOGYTARGET (line 10119) | typedef struct type NV_VIO_TOPOLOGY (line 10128) | typedef struct _NV_VIO_TOPOLOGY type NVVIOPCILINKRATE (line 10467) | typedef enum _NVVIOPCILINKRATE type NVVIOPCILINKWIDTH (line 10475) | typedef enum _NVVIOPCILINKWIDTH type NVVIOPCIINFO_V1 (line 10485) | typedef struct _NVVIOPCIINFO type NVVIOPCIINFO_V1 (line 10499) | typedef NVVIOPCIINFO_V1 NVVIOPCI... type NV_STEREO_REGISTRY_PROFILE_TYPE (line 10755) | typedef enum _NV_StereoRegistryProfileType type NV_STEREO_REGISTRY_ID (line 10839) | typedef enum _NV_StereoRegistryID type NVAPI_STEREO_CAPS_V1 (line 10889) | typedef struct _NVAPI_STEREO_CAPS type NVAPI_STEREO_CAPS_V1 (line 10902) | typedef NVAPI_STEREO_CAPS_V1 NVAPI_STEREO_CAPS; type NV_FRUSTUM_ADJUST_MODE (line 11075) | typedef enum _NV_FrustumAdjustMode type NVAPI_STEREO_INIT_ACTIVATION_FLAGS (line 11177) | typedef enum _NVAPI_STEREO_INIT_ACTIVATION_FLAGS type NV_STEREO_SWAPCHAIN_MODE (line 11349) | typedef enum _NV_StereoSwapChainMode type NVDRS_SETTING_TYPE (line 11446) | typedef enum _NVDRS_SETTING_TYPE type NVDRS_SETTING_LOCATION (line 11454) | typedef enum _NVDRS_SETTING_LOCATION type NVDRS_GPU_SUPPORT (line 11463) | typedef struct _NVDRS_GPU_SUPPORT type NVDRS_BINARY_SETTING (line 11500) | typedef struct _NVDRS_BINARY_SETTING type NVDRS_SETTING_VALUES (line 11506) | typedef struct _NVDRS_SETTING_VALUES type NVDRS_SETTING_V1 (line 11529) | typedef struct _NVDRS_SETTING_V1 type NVDRS_SETTING_V1 (line 11560) | typedef NVDRS_SETTING_V1 NVDRS_SETTING; type NVDRS_APPLICATION_V1 (line 11563) | typedef struct _NVDRS_APPLICATION_V1 type NVDRS_APPLICATION_V2 (line 11572) | typedef struct _NVDRS_APPLICATION_V2 type NVDRS_APPLICATION_V3 (line 11583) | typedef struct _NVDRS_APPLICATION_V3 type NVDRS_APPLICATION_V4 (line 11597) | typedef struct _NVDRS_APPLICATION_V4 type NVDRS_APPLICATION_V4 (line 11618) | typedef NVDRS_APPLICATION_V4 NVDRS_APPLICATION; type NVDRS_PROFILE_V1 (line 11621) | typedef struct _NVDRS_PROFILE_V1 type NVDRS_PROFILE_V1 (line 11632) | typedef NVDRS_PROFILE_V1 NVDRS_PROFILE; type NV_CHIPSET_INFO_v4 (line 12329) | typedef struct type NV_CHIPSET_INFO_v3 (line 12347) | typedef struct type NV_CHIPSET_INFO_FLAGS (line 12360) | typedef enum type NV_CHIPSET_INFO_v2 (line 12365) | typedef struct type NV_CHIPSET_INFO_v1 (line 12375) | typedef struct type NV_LID_DOCK_PARAMS (line 12415) | typedef struct FILE: external/nvapi/include/nvapi_lite_common.h type NvU64 (line 59) | typedef unsigned long long NvU64; type NvS64 (line 60) | typedef long long NvS64; type NvU64 (line 62) | typedef unsigned __int64 NvU64; type __int64 (line 63) | typedef __int64 NvS64; type NvS32 (line 68) | typedef signed long NvS32; type NvS32 (line 70) | typedef signed int NvS32; type NvU32 (line 77) | typedef unsigned int NvU32; type NvU32 (line 79) | typedef unsigned long NvU32; type NvU32 (line 82) | typedef unsigned int NvU32; type temp_NvU32 (line 85) | typedef unsigned long temp_NvU32; type NvS16 (line 86) | typedef signed short NvS16; type NvU16 (line 87) | typedef unsigned short NvU16; type NvU8 (line 88) | typedef unsigned char NvU8; type NvS8 (line 89) | typedef signed char NvS8; type NvU8 (line 92) | typedef NvU8 NvBool; type NV_RECT (line 97) | typedef struct _NV_RECT type NvSBox (line 157) | typedef struct type NvGUID (line 168) | typedef struct type NvAPI_Status (line 234) | typedef enum _NvAPI_Status type NV_DISPLAY_DRIVER_MEMORY_INFO_V1 (line 387) | typedef struct type NV_DISPLAY_DRIVER_MEMORY_INFO_V2 (line 400) | typedef struct type NV_DISPLAY_DRIVER_MEMORY_INFO_V3 (line 413) | typedef struct type NV_DISPLAY_DRIVER_MEMORY_INFO_V3 (line 427) | typedef NV_DISPLAY_DRIVER_MEMORY_INFO_V3 NV_DISPLAY_DRIVER_MEMORY_INFO; FILE: external/nvapi/include/nvapi_lite_d3dext.h type NVAPI_DEVICE_FEATURE_LEVEL (line 44) | typedef enum FILE: external/nvapi/include/nvapi_lite_sli.h type NV_GET_CURRENT_SLI_STATE_V1 (line 49) | typedef struct type NV_GET_CURRENT_SLI_STATE_V2 (line 61) | typedef struct type NVAPI_D3D_SETRESOURCEHINT_CATEGORY (line 139) | typedef enum _NVAPI_D3D_SETRESOURCEHINT_CATEGORY type NVAPI_D3D_SETRESOURCEHINT_SLI (line 161) | typedef enum _NVAPI_D3D_SETRESOURCEHINT_SLI type NVAPI_D3D_RESOURCERENDERING_FLAG (line 200) | typedef enum _NVAPI_D3D_RESOURCERENDERING_FLAG FILE: external/nvapi/include/nvapi_lite_stereo.h type NV_STEREO_ACTIVE_EYE (line 374) | typedef enum _NV_StereoActiveEye type NV_STEREO_DRIVER_MODE (line 409) | typedef enum _NV_StereoDriverMode type NVAPI_STEREO_SURFACECREATEMODE (line 485) | typedef enum _NVAPI_STEREO_SURFACECREATEMODE FILE: external/regal_shared/include/GL/Regal.h type XID (line 219) | typedef XID GLXDrawable; type __int64 (line 233) | typedef __int64 int64_t; type HDC__ (line 236) | struct HDC__ {int unused;} type HDC__ (line 237) | struct HDC__ type HGLRC__ (line 238) | struct HGLRC__ {int unused;} type HGLRC__ (line 239) | struct HGLRC__ type GLenum (line 245) | typedef unsigned int GLenum; type GLboolean (line 246) | typedef unsigned char GLboolean; type GLbitfield (line 247) | typedef unsigned int GLbitfield; type GLbyte (line 248) | typedef signed char GLbyte; type GLshort (line 249) | typedef short GLshort; type GLint (line 250) | typedef int GLint; type GLsizei (line 251) | typedef int GLsizei; type GLubyte (line 252) | typedef unsigned char GLubyte; type GLushort (line 253) | typedef unsigned short GLushort; type GLuint (line 254) | typedef unsigned int GLuint; type GLfloat (line 255) | typedef float GLfloat; type GLclampf (line 256) | typedef float GLclampf; type GLdouble (line 257) | typedef double GLdouble; type GLclampd (line 258) | typedef double GLclampd; type GLvoid (line 259) | typedef void GLvoid; type GLintptr (line 260) | typedef ptrdiff_t GLintptr; type GLsizeiptr (line 261) | typedef ptrdiff_t GLsizeiptr; type GLchar (line 262) | typedef char GLchar; type GLint64 (line 263) | typedef int64_t GLint64; type GLuint64 (line 264) | typedef uint64_t GLuint64; type __GLsync (line 265) | struct __GLsync type _cl_context (line 266) | struct _cl_context type _cl_event (line 267) | struct _cl_event type GLintptrARB (line 268) | typedef ptrdiff_t GLintptrARB; type GLsizeiptrARB (line 269) | typedef ptrdiff_t GLsizeiptrARB; type GLcharARB (line 270) | typedef char GLcharARB; type GLhandleARB (line 272) | typedef unsigned long GLhandleARB; type GLhandleARB (line 274) | typedef unsigned long GLhandleARB; type GLhandleARB (line 276) | typedef unsigned int GLhandleARB; type GLhalfARB (line 278) | typedef unsigned short GLhalfARB; type GLhalfNV (line 279) | typedef unsigned short GLhalfNV; type GLint64EXT (line 280) | typedef int64_t GLint64EXT; type GLuint64EXT (line 281) | typedef uint64_t GLuint64EXT; type GLintptr (line 282) | typedef GLintptr GLvdpauSurfaceNV; type GLfixed (line 283) | typedef int GLfixed; type GLclampx (line 284) | typedef int GLclampx; type VOID (line 289) | typedef void VOID; type PVOID (line 291) | typedef PVOID HANDLE; type INT32 (line 293) | typedef signed int INT32; type INT64 (line 294) | typedef signed __int64 INT64; type BOOL (line 296) | typedef int BOOL; type DWORD (line 297) | typedef unsigned long DWORD; type FLOAT (line 298) | typedef float FLOAT; type INT (line 299) | typedef int INT; type UINT (line 300) | typedef unsigned int UINT; type USHORT (line 301) | typedef unsigned short USHORT; type DWORD (line 303) | typedef DWORD COLORREF; type LONG (line 304) | typedef long LONG; type GLYPHMETRICSFLOAT (line 308) | typedef struct _GLYPHMETRICSFLOAT GLYPHMETRICSFLOAT; type GLYPHMETRICSFLOAT (line 309) | typedef GLYPHMETRICSFLOAT * LPGLYPHMETRICSFLOAT; type LAYERPLANEDESCRIPTOR (line 310) | typedef struct tagLAYERPLANEDESCRIPTOR LAYERPLANEDESCRIPTOR; type LAYERPLANEDESCRIPTOR (line 311) | typedef LAYERPLANEDESCRIPTOR * LPLAYERPLANEDESCRIPTOR; type PIXELFORMATDESCRIPTOR (line 312) | typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR; type PIXELFORMATDESCRIPTOR (line 313) | typedef PIXELFORMATDESCRIPTOR * LPPIXELFORMATDESCRIPTOR; type POINTFLOAT (line 314) | typedef struct _POINTFLOAT POINTFLOAT; type WGLSWAP (line 315) | typedef struct _WGLSWAP WGLSWAP; type HPBUFFERARB__ (line 318) | struct HPBUFFERARB__ type HPBUFFEREXT__ (line 319) | struct HPBUFFEREXT__ type HGPUNV__ (line 320) | struct HGPUNV__ type HPVIDEODEV__ (line 321) | struct HPVIDEODEV__ type HVIDEOINPUTDEVICENV__ (line 322) | struct HVIDEOINPUTDEVICENV__ type HVIDEOOUTPUTDEVICENV__ (line 323) | struct HVIDEOOUTPUTDEVICENV__ type GPU_DEVICE (line 324) | struct GPU_DEVICE type XID (line 328) | typedef XID GLXVideoCaptureDeviceNV; type XID (line 329) | typedef unsigned long XID; type XID (line 330) | typedef XID Pixmap; type XID (line 331) | typedef XID Font; type Display (line 332) | typedef struct _XDisplay Display; type XID (line 333) | typedef XID GLXDrawble; type XID (line 334) | typedef XID GLXPixmap; type __GLXcontextRec (line 335) | struct __GLXcontextRec type GLXVideoDeviceNV (line 336) | typedef unsigned int GLXVideoDeviceNV; type XID (line 337) | typedef XID GLXWindow; type XID (line 338) | typedef XID GLXPbuffer; type XID (line 339) | typedef XID GLXFBConfigID; type __GLXFBConfigRec (line 340) | struct __GLXFBConfigRec type XID (line 341) | typedef XID GLXContextID; type XID (line 342) | typedef XID GLXFBConfigIDSGIX; type __GLXFBConfigRec (line 343) | struct __GLXFBConfigRec type XID (line 344) | typedef XID GLXPbufferSGIX; type _CGLContextObject (line 348) | struct _CGLContextObject type _CGLPixelFormatObject (line 349) | struct _CGLPixelFormatObject type _CGLRendererInfoObject (line 350) | struct _CGLRendererInfoObject type _CGLPBufferObject (line 351) | struct _CGLPBufferObject type __IOSurface (line 353) | struct __IOSurface type CGSWindowID (line 355) | typedef int CGSWindowID; type CGSSurfaceID (line 356) | typedef int CGSSurfaceID; type ANativeWindow (line 361) | struct ANativeWindow type HWND (line 363) | typedef HWND EGLNativeWindowType; type Window (line 365) | typedef Window EGLNativeWindowType; type egl_native_pixmap_t (line 370) | struct egl_native_pixmap_t type HBITMAP (line 372) | typedef HBITMAP EGLNativePixmapType; type Pixmap (line 374) | typedef Pixmap EGLNativePixmapType; type HDC (line 381) | typedef HDC EGLNativeDisplayType; type Display (line 383) | typedef Display * EGLNativeDisplayType; type EGLNativeDisplayType (line 385) | typedef int EGLNativeDisplayType; type EGLNativeDisplayType (line 387) | typedef EGLNativeDisplayType NativeDisplayType; type EGLNativePixmapType (line 388) | typedef EGLNativePixmapType NativePixmapType; type EGLNativeWindowType (line 389) | typedef EGLNativeWindowType NativeWindowType; type EGLint (line 390) | typedef int EGLint; type EGLBoolean (line 391) | typedef unsigned int EGLBoolean; type EGLenum (line 392) | typedef unsigned int EGLenum; type EGLTimeKHR (line 400) | typedef uint64_t EGLTimeKHR; type EGLuint64KHR (line 403) | typedef uint64_t EGLuint64KHR; type EGLNativeFileDescriptorKHR (line 404) | typedef int EGLNativeFileDescriptorKHR; type EGLTimeNV (line 406) | typedef uint64_t EGLTimeNV; type EGLuint64NV (line 407) | typedef uint64_t EGLuint64NV; type CGLPixelFormatAttribute (line 424) | typedef enum _CGLPixelFormatAttribute { type CGLRendererProperty (line 466) | typedef enum _CGLRendererProperty { type CGLContextEnable (line 499) | typedef enum _CGLContextEnable { type CGLContextParameter (line 510) | typedef enum _CGLContextParameter { type CGLGlobalOption (line 528) | typedef enum _CGLGlobalOption { type CGLOpenGLProfile (line 537) | typedef enum _CGLOpenGLProfile { type CGLError (line 542) | typedef enum _CGLError { type GLvoid (line 5863) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERRANGEPROC)(GLenum target, GLi... type const (line 6651) | typedef GLint (REGAL_CALL *PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC)(GLu... type const (line 6652) | typedef GLint (REGAL_CALL *PFNGLGETPROGRAMRESOURCELOCATIONPROC)(GLuint p... type const (line 6653) | typedef GLuint (REGAL_CALL *PFNGLGETPROGRAMRESOURCEINDEXPROC)(GLuint pro... type const (line 7907) | typedef GLint (REGAL_CALL *PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC)(GLuint... type const (line 7908) | typedef GLuint (REGAL_CALL *PFNGLGETSUBROUTINEINDEXPROC)(GLuint program,... type GLchar (line 8025) | typedef GLboolean (REGAL_CALL *PFNGLISNAMEDSTRINGARBPROC)(GLint namelen,... type GLvoid (line 10232) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERARBPROC)(GLenum target, GLenu... type GLvoid (line 11541) | typedef GLvoid *(REGAL_CALL *PFNGLMAPOBJECTBUFFERATIPROC)(GLuint buffer); type GLvoid (line 11924) | typedef GLuint (REGAL_CALL *PFNGLNEWOBJECTBUFFERATIPROC)(GLsizei size, c... type GLvoid (line 13499) | typedef GLvoid *(REGAL_CALL *PFNGLMAPNAMEDBUFFEREXTPROC)(GLuint buffer, ... type GLvoid (line 13500) | typedef GLvoid *(REGAL_CALL *PFNGLMAPNAMEDBUFFERRANGEEXTPROC)(GLuint buf... type GLvoid (line 15842) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERRANGEEXTPROC)(GLenum target, ... type GLuint (line 18163) | typedef GLboolean (REGAL_CALL *PFNGLARETEXTURESRESIDENTEXTPROC)(GLsizei ... type GLvoid (line 20397) | typedef GLvoid *(REGAL_CALL *PFNGLMAPTEXTURE2DINTELPROC)(GLuint texture,... type const (line 25463) | typedef GLvdpauSurfaceNV (REGAL_CALL *PFNGLVDPAUREGISTEROUTPUTSURFACENVP... type const (line 25464) | typedef GLvdpauSurfaceNV (REGAL_CALL *PFNGLVDPAUREGISTERVIDEOSURFACENVPR... type GLuint (line 25953) | typedef GLboolean (REGAL_CALL *PFNGLAREPROGRAMSRESIDENTNVPROC)(GLsizei n... type GLvoid (line 26919) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFEROESPROC)(GLenum target, GLenu... type GLchar (line 28747) | typedef const GLchar *(REGAL_CALL *PFNGLERRORSTRINGREGALPROC)(GLenum err... type GLubyte (line 31736) | typedef const GLubyte *(REGAL_CALL *PFNGLGETSTRINGPROC)(GLenum name); type GLuint (line 33528) | typedef GLboolean (REGAL_CALL *PFNGLARETEXTURESRESIDENTPROC)(GLsizei n, ... type GLvoid (line 34437) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERPROC)(GLenum target, GLenum a... type GLubyte (line 35251) | typedef const GLubyte *(REGAL_CALL *PFNGLGETSTRINGIPROC)(GLenum name, GL... type const (line 36068) | typedef HGLRC (REGAL_CALL *PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC)(... type const (line 36213) | typedef HGLRC (REGAL_CALL *PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC hDC, H... type const (line 36502) | typedef HPBUFFERARB (REGAL_CALL *PFNWGLCREATEPBUFFERARBPROC)(HDC hDC, in... type const (line 36611) | typedef BOOL (REGAL_CALL *PFNWGLCHOOSEPIXELFORMATARBPROC)(HDC hDC, const... type const (line 36612) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBFVARBPROC)(HDC hDC, ... type const (line 36613) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBIVARBPROC)(HDC hDC, ... type const (line 37208) | typedef HPBUFFEREXT (REGAL_CALL *PFNWGLCREATEPBUFFEREXTPROC)(HDC hDC, in... type const (line 37313) | typedef BOOL (REGAL_CALL *PFNWGLCHOOSEPIXELFORMATEXTPROC)(HDC hDC, const... type const (line 37314) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBFVEXTPROC)(HDC hDC, ... type const (line 37315) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBIVEXTPROC)(HDC hDC, ... type PIXELFORMATDESCRIPTOR (line 37445) | typedef BOOL (REGAL_CALL *PFNWGLSETPIXELFORMATPROC)(HDC hDC, int iPixelF... type const (line 37513) | typedef BOOL (REGAL_CALL *PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC)(HDC hD... type USHORT (line 37567) | typedef BOOL (REGAL_CALL *PFNWGLSETGAMMATABLEI3DPROC)(HDC hDC, int iEntr... type const (line 37568) | typedef BOOL (REGAL_CALL *PFNWGLSETGAMMATABLEPARAMETERSI3DPROC)(HDC hDC,... type HANDLE (line 37726) | typedef BOOL (REGAL_CALL *PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC)(HDC h... type LPVOID (line 37728) | typedef BOOL (REGAL_CALL *PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC)(HDC hDC... type WGLSWAP (line 38613) | typedef DWORD (REGAL_CALL *PFNWGLSWAPMULTIPLEBUFFERSPROC)(UINT n, const ... type const (line 38776) | typedef GLXContext (REGAL_CALL *PFNGLXCREATEASSOCIATEDCONTEXTATTRIBSAMDP... type const (line 38857) | typedef GLXContext (REGAL_CALL *PFNGLXCREATECONTEXTATTRIBSARBPROC)(Displ... type GLXVideoCaptureDeviceNV (line 40319) | typedef GLXVideoCaptureDeviceNV *(REGAL_CALL *PFNGLXENUMERATEVIDEOCAPTUR... type GLXFBConfigSGIX (line 40705) | typedef GLXFBConfigSGIX *(REGAL_CALL *PFNGLXCHOOSEFBCONFIGSGIXPROC)(Disp... type XVisualInfo (line 40707) | typedef XVisualInfo *(REGAL_CALL *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC)(D... type XVisualInfo (line 41401) | typedef XVisualInfo *(REGAL_CALL *PFNGLXCHOOSEVISUALPROC)(Display *dpy, ... type Display (line 41559) | typedef Display *(REGAL_CALL *PFNGLXGETCURRENTDISPLAYPROC)(void); type GLXFBConfig (line 41665) | typedef GLXFBConfig *(REGAL_CALL *PFNGLXCHOOSEFBCONFIGPROC)(Display *dpy... type GLXFBConfig (line 41666) | typedef GLXFBConfig *(REGAL_CALL *PFNGLXGETFBCONFIGSPROC)(Display *dpy, ... type XVisualInfo (line 41670) | typedef XVisualInfo *(REGAL_CALL *PFNGLXGETVISUALFROMFBCONFIGPROC)(Displ... type EGLint (line 43610) | typedef EGLBoolean (REGAL_CALL *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, ... type const (line 43624) | typedef EGLContext (REGAL_CALL *PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy,... type PPB_OpenGLES2 (line 43928) | struct PPB_OpenGLES2 type RegalSystemContext (line 43929) | typedef int32_t RegalSystemContext; type PPB_OpenGLES2 (line 43962) | struct PPB_OpenGLES2 FILE: external/regal_static/include/GL/Regal.h type XID (line 219) | typedef XID GLXDrawable; type __int64 (line 233) | typedef __int64 int64_t; type HDC__ (line 236) | struct HDC__ {int unused;} type HDC__ (line 237) | struct HDC__ type HGLRC__ (line 238) | struct HGLRC__ {int unused;} type HGLRC__ (line 239) | struct HGLRC__ type GLenum (line 245) | typedef unsigned int GLenum; type GLboolean (line 246) | typedef unsigned char GLboolean; type GLbitfield (line 247) | typedef unsigned int GLbitfield; type GLbyte (line 248) | typedef signed char GLbyte; type GLshort (line 249) | typedef short GLshort; type GLint (line 250) | typedef int GLint; type GLsizei (line 251) | typedef int GLsizei; type GLubyte (line 252) | typedef unsigned char GLubyte; type GLushort (line 253) | typedef unsigned short GLushort; type GLuint (line 254) | typedef unsigned int GLuint; type GLfloat (line 255) | typedef float GLfloat; type GLclampf (line 256) | typedef float GLclampf; type GLdouble (line 257) | typedef double GLdouble; type GLclampd (line 258) | typedef double GLclampd; type GLvoid (line 259) | typedef void GLvoid; type GLintptr (line 260) | typedef ptrdiff_t GLintptr; type GLsizeiptr (line 261) | typedef ptrdiff_t GLsizeiptr; type GLchar (line 262) | typedef char GLchar; type GLint64 (line 263) | typedef int64_t GLint64; type GLuint64 (line 264) | typedef uint64_t GLuint64; type __GLsync (line 265) | struct __GLsync type _cl_context (line 266) | struct _cl_context type _cl_event (line 267) | struct _cl_event type GLintptrARB (line 268) | typedef ptrdiff_t GLintptrARB; type GLsizeiptrARB (line 269) | typedef ptrdiff_t GLsizeiptrARB; type GLcharARB (line 270) | typedef char GLcharARB; type GLhandleARB (line 272) | typedef unsigned long GLhandleARB; type GLhandleARB (line 274) | typedef unsigned long GLhandleARB; type GLhandleARB (line 276) | typedef unsigned int GLhandleARB; type GLhalfARB (line 278) | typedef unsigned short GLhalfARB; type GLhalfNV (line 279) | typedef unsigned short GLhalfNV; type GLint64EXT (line 280) | typedef int64_t GLint64EXT; type GLuint64EXT (line 281) | typedef uint64_t GLuint64EXT; type GLintptr (line 282) | typedef GLintptr GLvdpauSurfaceNV; type GLfixed (line 283) | typedef int GLfixed; type GLclampx (line 284) | typedef int GLclampx; type VOID (line 289) | typedef void VOID; type PVOID (line 291) | typedef PVOID HANDLE; type INT32 (line 293) | typedef signed int INT32; type INT64 (line 294) | typedef signed __int64 INT64; type BOOL (line 296) | typedef int BOOL; type DWORD (line 297) | typedef unsigned long DWORD; type FLOAT (line 298) | typedef float FLOAT; type INT (line 299) | typedef int INT; type UINT (line 300) | typedef unsigned int UINT; type USHORT (line 301) | typedef unsigned short USHORT; type DWORD (line 303) | typedef DWORD COLORREF; type LONG (line 304) | typedef long LONG; type GLYPHMETRICSFLOAT (line 308) | typedef struct _GLYPHMETRICSFLOAT GLYPHMETRICSFLOAT; type GLYPHMETRICSFLOAT (line 309) | typedef GLYPHMETRICSFLOAT * LPGLYPHMETRICSFLOAT; type LAYERPLANEDESCRIPTOR (line 310) | typedef struct tagLAYERPLANEDESCRIPTOR LAYERPLANEDESCRIPTOR; type LAYERPLANEDESCRIPTOR (line 311) | typedef LAYERPLANEDESCRIPTOR * LPLAYERPLANEDESCRIPTOR; type PIXELFORMATDESCRIPTOR (line 312) | typedef struct tagPIXELFORMATDESCRIPTOR PIXELFORMATDESCRIPTOR; type PIXELFORMATDESCRIPTOR (line 313) | typedef PIXELFORMATDESCRIPTOR * LPPIXELFORMATDESCRIPTOR; type POINTFLOAT (line 314) | typedef struct _POINTFLOAT POINTFLOAT; type WGLSWAP (line 315) | typedef struct _WGLSWAP WGLSWAP; type HPBUFFERARB__ (line 318) | struct HPBUFFERARB__ type HPBUFFEREXT__ (line 319) | struct HPBUFFEREXT__ type HGPUNV__ (line 320) | struct HGPUNV__ type HPVIDEODEV__ (line 321) | struct HPVIDEODEV__ type HVIDEOINPUTDEVICENV__ (line 322) | struct HVIDEOINPUTDEVICENV__ type HVIDEOOUTPUTDEVICENV__ (line 323) | struct HVIDEOOUTPUTDEVICENV__ type GPU_DEVICE (line 324) | struct GPU_DEVICE type XID (line 328) | typedef XID GLXVideoCaptureDeviceNV; type XID (line 329) | typedef unsigned long XID; type XID (line 330) | typedef XID Pixmap; type XID (line 331) | typedef XID Font; type Display (line 332) | typedef struct _XDisplay Display; type XID (line 333) | typedef XID GLXDrawble; type XID (line 334) | typedef XID GLXPixmap; type __GLXcontextRec (line 335) | struct __GLXcontextRec type GLXVideoDeviceNV (line 336) | typedef unsigned int GLXVideoDeviceNV; type XID (line 337) | typedef XID GLXWindow; type XID (line 338) | typedef XID GLXPbuffer; type XID (line 339) | typedef XID GLXFBConfigID; type __GLXFBConfigRec (line 340) | struct __GLXFBConfigRec type XID (line 341) | typedef XID GLXContextID; type XID (line 342) | typedef XID GLXFBConfigIDSGIX; type __GLXFBConfigRec (line 343) | struct __GLXFBConfigRec type XID (line 344) | typedef XID GLXPbufferSGIX; type _CGLContextObject (line 348) | struct _CGLContextObject type _CGLPixelFormatObject (line 349) | struct _CGLPixelFormatObject type _CGLRendererInfoObject (line 350) | struct _CGLRendererInfoObject type _CGLPBufferObject (line 351) | struct _CGLPBufferObject type __IOSurface (line 353) | struct __IOSurface type CGSWindowID (line 355) | typedef int CGSWindowID; type CGSSurfaceID (line 356) | typedef int CGSSurfaceID; type ANativeWindow (line 361) | struct ANativeWindow type HWND (line 363) | typedef HWND EGLNativeWindowType; type Window (line 365) | typedef Window EGLNativeWindowType; type egl_native_pixmap_t (line 370) | struct egl_native_pixmap_t type HBITMAP (line 372) | typedef HBITMAP EGLNativePixmapType; type Pixmap (line 374) | typedef Pixmap EGLNativePixmapType; type HDC (line 381) | typedef HDC EGLNativeDisplayType; type Display (line 383) | typedef Display * EGLNativeDisplayType; type EGLNativeDisplayType (line 385) | typedef int EGLNativeDisplayType; type EGLNativeDisplayType (line 387) | typedef EGLNativeDisplayType NativeDisplayType; type EGLNativePixmapType (line 388) | typedef EGLNativePixmapType NativePixmapType; type EGLNativeWindowType (line 389) | typedef EGLNativeWindowType NativeWindowType; type EGLint (line 390) | typedef int EGLint; type EGLBoolean (line 391) | typedef unsigned int EGLBoolean; type EGLenum (line 392) | typedef unsigned int EGLenum; type EGLTimeKHR (line 400) | typedef uint64_t EGLTimeKHR; type EGLuint64KHR (line 403) | typedef uint64_t EGLuint64KHR; type EGLNativeFileDescriptorKHR (line 404) | typedef int EGLNativeFileDescriptorKHR; type EGLTimeNV (line 406) | typedef uint64_t EGLTimeNV; type EGLuint64NV (line 407) | typedef uint64_t EGLuint64NV; type CGLPixelFormatAttribute (line 424) | typedef enum _CGLPixelFormatAttribute { type CGLRendererProperty (line 466) | typedef enum _CGLRendererProperty { type CGLContextEnable (line 499) | typedef enum _CGLContextEnable { type CGLContextParameter (line 510) | typedef enum _CGLContextParameter { type CGLGlobalOption (line 528) | typedef enum _CGLGlobalOption { type CGLOpenGLProfile (line 537) | typedef enum _CGLOpenGLProfile { type CGLError (line 542) | typedef enum _CGLError { type GLvoid (line 5863) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERRANGEPROC)(GLenum target, GLi... type const (line 6651) | typedef GLint (REGAL_CALL *PFNGLGETPROGRAMRESOURCELOCATIONINDEXPROC)(GLu... type const (line 6652) | typedef GLint (REGAL_CALL *PFNGLGETPROGRAMRESOURCELOCATIONPROC)(GLuint p... type const (line 6653) | typedef GLuint (REGAL_CALL *PFNGLGETPROGRAMRESOURCEINDEXPROC)(GLuint pro... type const (line 7907) | typedef GLint (REGAL_CALL *PFNGLGETSUBROUTINEUNIFORMLOCATIONPROC)(GLuint... type const (line 7908) | typedef GLuint (REGAL_CALL *PFNGLGETSUBROUTINEINDEXPROC)(GLuint program,... type GLchar (line 8025) | typedef GLboolean (REGAL_CALL *PFNGLISNAMEDSTRINGARBPROC)(GLint namelen,... type GLvoid (line 10232) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERARBPROC)(GLenum target, GLenu... type GLvoid (line 11541) | typedef GLvoid *(REGAL_CALL *PFNGLMAPOBJECTBUFFERATIPROC)(GLuint buffer); type GLvoid (line 11924) | typedef GLuint (REGAL_CALL *PFNGLNEWOBJECTBUFFERATIPROC)(GLsizei size, c... type GLvoid (line 13499) | typedef GLvoid *(REGAL_CALL *PFNGLMAPNAMEDBUFFEREXTPROC)(GLuint buffer, ... type GLvoid (line 13500) | typedef GLvoid *(REGAL_CALL *PFNGLMAPNAMEDBUFFERRANGEEXTPROC)(GLuint buf... type GLvoid (line 15842) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERRANGEEXTPROC)(GLenum target, ... type GLuint (line 18163) | typedef GLboolean (REGAL_CALL *PFNGLARETEXTURESRESIDENTEXTPROC)(GLsizei ... type GLvoid (line 20397) | typedef GLvoid *(REGAL_CALL *PFNGLMAPTEXTURE2DINTELPROC)(GLuint texture,... type const (line 25463) | typedef GLvdpauSurfaceNV (REGAL_CALL *PFNGLVDPAUREGISTEROUTPUTSURFACENVP... type const (line 25464) | typedef GLvdpauSurfaceNV (REGAL_CALL *PFNGLVDPAUREGISTERVIDEOSURFACENVPR... type GLuint (line 25953) | typedef GLboolean (REGAL_CALL *PFNGLAREPROGRAMSRESIDENTNVPROC)(GLsizei n... type GLvoid (line 26919) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFEROESPROC)(GLenum target, GLenu... type GLchar (line 28747) | typedef const GLchar *(REGAL_CALL *PFNGLERRORSTRINGREGALPROC)(GLenum err... type GLubyte (line 31736) | typedef const GLubyte *(REGAL_CALL *PFNGLGETSTRINGPROC)(GLenum name); type GLuint (line 33528) | typedef GLboolean (REGAL_CALL *PFNGLARETEXTURESRESIDENTPROC)(GLsizei n, ... type GLvoid (line 34437) | typedef GLvoid *(REGAL_CALL *PFNGLMAPBUFFERPROC)(GLenum target, GLenum a... type GLubyte (line 35251) | typedef const GLubyte *(REGAL_CALL *PFNGLGETSTRINGIPROC)(GLenum name, GL... type const (line 36068) | typedef HGLRC (REGAL_CALL *PFNWGLCREATEASSOCIATEDCONTEXTATTRIBSAMDPROC)(... type const (line 36213) | typedef HGLRC (REGAL_CALL *PFNWGLCREATECONTEXTATTRIBSARBPROC)(HDC hDC, H... type const (line 36502) | typedef HPBUFFERARB (REGAL_CALL *PFNWGLCREATEPBUFFERARBPROC)(HDC hDC, in... type const (line 36611) | typedef BOOL (REGAL_CALL *PFNWGLCHOOSEPIXELFORMATARBPROC)(HDC hDC, const... type const (line 36612) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBFVARBPROC)(HDC hDC, ... type const (line 36613) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBIVARBPROC)(HDC hDC, ... type const (line 37208) | typedef HPBUFFEREXT (REGAL_CALL *PFNWGLCREATEPBUFFEREXTPROC)(HDC hDC, in... type const (line 37313) | typedef BOOL (REGAL_CALL *PFNWGLCHOOSEPIXELFORMATEXTPROC)(HDC hDC, const... type const (line 37314) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBFVEXTPROC)(HDC hDC, ... type const (line 37315) | typedef BOOL (REGAL_CALL *PFNWGLGETPIXELFORMATATTRIBIVEXTPROC)(HDC hDC, ... type PIXELFORMATDESCRIPTOR (line 37445) | typedef BOOL (REGAL_CALL *PFNWGLSETPIXELFORMATPROC)(HDC hDC, int iPixelF... type const (line 37513) | typedef BOOL (REGAL_CALL *PFNWGLSETDIGITALVIDEOPARAMETERSI3DPROC)(HDC hD... type USHORT (line 37567) | typedef BOOL (REGAL_CALL *PFNWGLSETGAMMATABLEI3DPROC)(HDC hDC, int iEntr... type const (line 37568) | typedef BOOL (REGAL_CALL *PFNWGLSETGAMMATABLEPARAMETERSI3DPROC)(HDC hDC,... type HANDLE (line 37726) | typedef BOOL (REGAL_CALL *PFNWGLASSOCIATEIMAGEBUFFEREVENTSI3DPROC)(HDC h... type LPVOID (line 37728) | typedef BOOL (REGAL_CALL *PFNWGLRELEASEIMAGEBUFFEREVENTSI3DPROC)(HDC hDC... type WGLSWAP (line 38613) | typedef DWORD (REGAL_CALL *PFNWGLSWAPMULTIPLEBUFFERSPROC)(UINT n, const ... type const (line 38776) | typedef GLXContext (REGAL_CALL *PFNGLXCREATEASSOCIATEDCONTEXTATTRIBSAMDP... type const (line 38857) | typedef GLXContext (REGAL_CALL *PFNGLXCREATECONTEXTATTRIBSARBPROC)(Displ... type GLXVideoCaptureDeviceNV (line 40319) | typedef GLXVideoCaptureDeviceNV *(REGAL_CALL *PFNGLXENUMERATEVIDEOCAPTUR... type GLXFBConfigSGIX (line 40705) | typedef GLXFBConfigSGIX *(REGAL_CALL *PFNGLXCHOOSEFBCONFIGSGIXPROC)(Disp... type XVisualInfo (line 40707) | typedef XVisualInfo *(REGAL_CALL *PFNGLXGETVISUALFROMFBCONFIGSGIXPROC)(D... type XVisualInfo (line 41401) | typedef XVisualInfo *(REGAL_CALL *PFNGLXCHOOSEVISUALPROC)(Display *dpy, ... type Display (line 41559) | typedef Display *(REGAL_CALL *PFNGLXGETCURRENTDISPLAYPROC)(void); type GLXFBConfig (line 41665) | typedef GLXFBConfig *(REGAL_CALL *PFNGLXCHOOSEFBCONFIGPROC)(Display *dpy... type GLXFBConfig (line 41666) | typedef GLXFBConfig *(REGAL_CALL *PFNGLXGETFBCONFIGSPROC)(Display *dpy, ... type XVisualInfo (line 41670) | typedef XVisualInfo *(REGAL_CALL *PFNGLXGETVISUALFROMFBCONFIGPROC)(Displ... type EGLint (line 43613) | typedef EGLBoolean (REGAL_CALL *PFNEGLCHOOSECONFIGPROC)(EGLDisplay dpy, ... type const (line 43627) | typedef EGLContext (REGAL_CALL *PFNEGLCREATECONTEXTPROC)(EGLDisplay dpy,... type PPB_OpenGLES2 (line 43931) | struct PPB_OpenGLES2 type RegalSystemContext (line 43932) | typedef int32_t RegalSystemContext; type PPB_OpenGLES2 (line 43965) | struct PPB_OpenGLES2 FILE: external/stb_image/stb_image.h type stbi_uc (line 320) | typedef unsigned char stbi_uc; type stbi_us (line 321) | typedef unsigned short stbi_us; type stbi_io_callbacks (line 342) | typedef struct type stbi__uint16 (line 532) | typedef unsigned short stbi__uint16; type stbi__int16 (line 533) | typedef signed short stbi__int16; type stbi__uint32 (line 534) | typedef unsigned int stbi__uint32; type stbi__int32 (line 535) | typedef signed int stbi__int32; type stbi__uint16 (line 538) | typedef uint16_t stbi__uint16; type stbi__int16 (line 539) | typedef int16_t stbi__int16; type stbi__uint32 (line 540) | typedef uint32_t stbi__uint32; type stbi__int32 (line 541) | typedef int32_t stbi__int32; function stbi__cpuid3 (line 622) | static int stbi__cpuid3(void) function stbi__sse2_available (line 643) | static int stbi__sse2_available(void) function stbi__sse2_available (line 651) | static int stbi__sse2_available(void) type stbi__context (line 682) | typedef struct function stbi__start_mem (line 702) | static void stbi__start_mem(stbi__context *s, stbi_uc const *buffer, int... function stbi__start_callbacks (line 711) | static void stbi__start_callbacks(stbi__context *s, stbi_io_callbacks *c... function stbi__stdio_read (line 724) | static int stbi__stdio_read(void *user, char *data, int size) function stbi__stdio_skip (line 729) | static void stbi__stdio_skip(void *user, int n) function stbi__stdio_eof (line 734) | static int stbi__stdio_eof(void *user) function stbi__start_file (line 746) | static void stbi__start_file(stbi__context *s, FILE *f) function stbi__rewind (line 755) | static void stbi__rewind(stbi__context *s) type stbi__result_info (line 770) | typedef struct function STBIDEF (line 834) | STBIDEF const char *stbi_failure_reason(void) function stbi__err (line 839) | static int stbi__err(const char *str) function stbi__addsizes_valid (line 862) | static int stbi__addsizes_valid(int a, int b) function stbi__mul2sizes_valid (line 874) | static int stbi__mul2sizes_valid(int a, int b) function stbi__mad2sizes_valid (line 883) | static int stbi__mad2sizes_valid(int a, int b, int add) function stbi__mad3sizes_valid (line 889) | static int stbi__mad3sizes_valid(int a, int b, int c, int add) function stbi__mad4sizes_valid (line 896) | static int stbi__mad4sizes_valid(int a, int b, int c, int d, int add) function STBIDEF (line 936) | STBIDEF void stbi_image_free(void *retval_from_stbi_load) function STBIDEF (line 951) | STBIDEF void stbi_set_flip_vertically_on_load(int flag_true_if_should_flip) function stbi_uc (line 1001) | static stbi_uc *stbi__convert_16_to_8(stbi__uint16 *orig, int w, int h, ... function stbi__uint16 (line 1017) | static stbi__uint16 *stbi__convert_8_to_16(stbi_uc *orig, int w, int h, ... function stbi__vertical_flip (line 1033) | static void stbi__vertical_flip(void *image, int w, int h, int bytes_per... function stbi__uint16 (line 1081) | static stbi__uint16 *stbi__load_and_postprocess_16bit(stbi__context *s, ... function stbi__float_postprocess (line 1107) | static void stbi__float_postprocess(float *result, int *x, int *y, int *... function FILE (line 1118) | static FILE *stbi__fopen(char const *filename, char const *mode) function STBIDEF (line 1131) | STBIDEF stbi_uc *stbi_load(char const *filename, int *x, int *y, int *co... function STBIDEF (line 1141) | STBIDEF stbi_uc *stbi_load_from_file(FILE *f, int *x, int *y, int *comp,... function STBIDEF (line 1154) | STBIDEF stbi__uint16 *stbi_load_from_file_16(FILE *f, int *x, int *y, in... function STBIDEF (line 1167) | STBIDEF stbi_us *stbi_load_16(char const *filename, int *x, int *y, int ... function STBIDEF (line 1180) | STBIDEF stbi_us *stbi_load_16_from_memory(stbi_uc const *buffer, int len... function STBIDEF (line 1187) | STBIDEF stbi_us *stbi_load_16_from_callbacks(stbi_io_callbacks const *cl... function STBIDEF (line 1194) | STBIDEF stbi_uc *stbi_load_from_memory(stbi_uc const *buffer, int len, i... function STBIDEF (line 1201) | STBIDEF stbi_uc *stbi_load_from_callbacks(stbi_io_callbacks const *clbk,... function STBIDEF (line 1227) | STBIDEF float *stbi_loadf_from_memory(stbi_uc const *buffer, int len, in... function STBIDEF (line 1234) | STBIDEF float *stbi_loadf_from_callbacks(stbi_io_callbacks const *clbk, ... function STBIDEF (line 1242) | STBIDEF float *stbi_loadf(char const *filename, int *x, int *y, int *com... function STBIDEF (line 1252) | STBIDEF float *stbi_loadf_from_file(FILE *f, int *x, int *y, int *comp, ... function STBIDEF (line 1266) | STBIDEF int stbi_is_hdr_from_memory(stbi_uc const *buffer, int len) function STBIDEF (line 1280) | STBIDEF int stbi_is_hdr (char const *filename) function STBIDEF (line 1291) | STBIDEF int stbi_is_hdr_from_file(FILE *f) function STBIDEF (line 1304) | STBIDEF int stbi_is_hdr_from_callbacks(stbi_io_callbacks const *clb... function STBIDEF (line 1320) | STBIDEF void stbi_ldr_to_hdr_gamma(float gamma) { stbi__l2h_gamma = ga... function STBIDEF (line 1321) | STBIDEF void stbi_ldr_to_hdr_scale(float scale) { stbi__l2h_scale = sc... function STBIDEF (line 1326) | STBIDEF void stbi_hdr_to_ldr_gamma(float gamma) { stbi__h2l_gamma_i = ... function STBIDEF (line 1327) | STBIDEF void stbi_hdr_to_ldr_scale(float scale) { stbi__h2l_scale_i = ... function stbi__refill_buffer (line 1342) | static void stbi__refill_buffer(stbi__context *s) function stbi_inline (line 1358) | stbi_inline static stbi_uc stbi__get8(stbi__context *s) function stbi_inline (line 1369) | stbi_inline static int stbi__at_eof(stbi__context *s) function stbi__skip (line 1381) | static void stbi__skip(stbi__context *s, int n) function stbi__getn (line 1398) | static int stbi__getn(stbi__context *s, stbi_uc *buffer, int n) function stbi__get16be (line 1422) | static int stbi__get16be(stbi__context *s) function stbi__uint32 (line 1428) | static stbi__uint32 stbi__get32be(stbi__context *s) function stbi__get16le (line 1437) | static int stbi__get16le(stbi__context *s) function stbi__uint32 (line 1445) | static stbi__uint32 stbi__get32le(stbi__context *s) function stbi_uc (line 1466) | static stbi_uc stbi__compute_y(int r, int g, int b) function stbi__uint16 (line 1515) | static stbi__uint16 stbi__compute_y_16(int r, int g, int b) function stbi__uint16 (line 1520) | static stbi__uint16 *stbi__convert_format16(stbi__uint16 *data, int img_... function stbi_uc (line 1587) | static stbi_uc *stbi__hdr_to_ldr(float *data, int x, int y, int comp) type stbi__huffman (line 1641) | typedef struct type stbi__jpeg (line 1652) | typedef struct function stbi__build_huffman (line 1706) | static int stbi__build_huffman(stbi__huffman *h, int *count) function stbi__build_fast_ac (line 1749) | static void stbi__build_fast_ac(stbi__int16 *fast_ac, stbi__huffman *h) function stbi__grow_buffer_unsafe (line 1774) | static void stbi__grow_buffer_unsafe(stbi__jpeg *j) function stbi_inline (line 1796) | stbi_inline static int stbi__jpeg_huff_decode(stbi__jpeg *j, stbi__huffm... function stbi_inline (line 1850) | stbi_inline static int stbi__extend_receive(stbi__jpeg *j, int n) function stbi_inline (line 1866) | stbi_inline static int stbi__jpeg_get_bits(stbi__jpeg *j, int n) function stbi_inline (line 1877) | stbi_inline static int stbi__jpeg_get_bit(stbi__jpeg *j) function stbi__jpeg_decode_block (line 1905) | static int stbi__jpeg_decode_block(stbi__jpeg *j, short data[64], stbi__... function stbi__jpeg_decode_block_prog_dc (line 1957) | static int stbi__jpeg_decode_block_prog_dc(stbi__jpeg *j, short data[64]... function stbi__jpeg_decode_block_prog_ac (line 1984) | static int stbi__jpeg_decode_block_prog_ac(stbi__jpeg *j, short data[64]... function stbi_inline (line 2104) | stbi_inline static stbi_uc stbi__clamp(int x) function stbi__idct_block (line 2155) | static void stbi__idct_block(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2218) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi__idct_simd (line 2399) | static void stbi__idct_simd(stbi_uc *out, int out_stride, short data[64]) function stbi_uc (line 2607) | static stbi_uc stbi__get_marker(stbi__jpeg *j) function stbi__jpeg_reset (line 2624) | static void stbi__jpeg_reset(stbi__jpeg *j) function stbi__parse_entropy_coded_data (line 2637) | static int stbi__parse_entropy_coded_data(stbi__jpeg *z) function stbi__jpeg_dequantize (line 2761) | static void stbi__jpeg_dequantize(short *data, stbi__uint16 *dequant) function stbi__jpeg_finish (line 2768) | static void stbi__jpeg_finish(stbi__jpeg *z) function stbi__process_marker (line 2787) | static int stbi__process_marker(stbi__jpeg *z, int m) function stbi__process_scan_header (line 2890) | static int stbi__process_scan_header(stbi__jpeg *z) function stbi__free_jpeg_components (line 2929) | static int stbi__free_jpeg_components(stbi__jpeg *z, int ncomp, int why) function stbi__process_frame_header (line 2951) | static int stbi__process_frame_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_header (line 3043) | static int stbi__decode_jpeg_header(stbi__jpeg *z, int scan) function stbi__decode_jpeg_image (line 3068) | static int stbi__decode_jpeg_image(stbi__jpeg *j) type stbi_uc (line 3110) | typedef stbi_uc *(*resample_row_func)(stbi_uc *out, stbi_uc *in0, stbi_u... function stbi_uc (line 3115) | static stbi_uc *resample_row_1(stbi_uc *out, stbi_uc *in_near, stbi_uc *... function stbi_uc (line 3124) | static stbi_uc* stbi__resample_row_v_2(stbi_uc *out, stbi_uc *in_near, s... function stbi_uc (line 3134) | static stbi_uc* stbi__resample_row_h_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3164) | static stbi_uc *stbi__resample_row_hv_2(stbi_uc *out, stbi_uc *in_near, ... function stbi_uc (line 3189) | static stbi_uc *stbi__resample_row_hv_2_simd(stbi_uc *out, stbi_uc *in_n... function stbi_uc (line 3305) | static stbi_uc *stbi__resample_row_generic(stbi_uc *out, stbi_uc *in_nea... function stbi__YCbCr_to_RGB_row (line 3319) | static void stbi__YCbCr_to_RGB_row(stbi_uc *out, const stbi_uc *y, const... function stbi__YCbCr_to_RGB_simd (line 3345) | static void stbi__YCbCr_to_RGB_simd(stbi_uc *out, stbi_uc const *y, stbi... function stbi__setup_jpeg (line 3480) | static void stbi__setup_jpeg(stbi__jpeg *j) function stbi__cleanup_jpeg (line 3502) | static void stbi__cleanup_jpeg(stbi__jpeg *j) type stbi__resample (line 3507) | typedef struct function stbi_uc (line 3518) | static stbi_uc stbi__blinn_8x8(stbi_uc x, stbi_uc y) function stbi_uc (line 3524) | static stbi_uc *load_jpeg_image(stbi__jpeg *z, int *out_x, int *out_y, i... function stbi__jpeg_test (line 3695) | static int stbi__jpeg_test(stbi__context *s) function stbi__jpeg_info_raw (line 3707) | static int stbi__jpeg_info_raw(stbi__jpeg *j, int *x, int *y, int *comp) function stbi__jpeg_info (line 3719) | static int stbi__jpeg_info(stbi__context *s, int *x, int *y, int *comp) type stbi__zhuffman (line 3745) | typedef struct function stbi_inline (line 3755) | stbi_inline static int stbi__bitreverse16(int n) function stbi_inline (line 3764) | stbi_inline static int stbi__bit_reverse(int v, int bits) function stbi__zbuild_huffman (line 3772) | static int stbi__zbuild_huffman(stbi__zhuffman *z, const stbi_uc *sizeli... type stbi__zbuf (line 3825) | typedef struct function stbi_inline (line 3839) | stbi_inline static stbi_uc stbi__zget8(stbi__zbuf *z) function stbi__fill_bits (line 3845) | static void stbi__fill_bits(stbi__zbuf *z) function stbi__zreceive (line 3854) | int stbi__zreceive(stbi__zbuf *z, int n) function stbi__zhuffman_decode_slowpath (line 3864) | static int stbi__zhuffman_decode_slowpath(stbi__zbuf *a, stbi__zhuffman *z) function stbi_inline (line 3882) | stbi_inline static int stbi__zhuffman_decode(stbi__zbuf *a, stbi__zhuffm... function stbi__zexpand (line 3896) | static int stbi__zexpand(stbi__zbuf *z, char *zout, int n) // need to m... function stbi__parse_huffman_block (line 3929) | static int stbi__parse_huffman_block(stbi__zbuf *a) function stbi__compute_huffman_codes (line 3971) | static int stbi__compute_huffman_codes(stbi__zbuf *a) function stbi__parse_uncompressed_block (line 4020) | static int stbi__parse_uncompressed_block(stbi__zbuf *a) function stbi__parse_zlib_header (line 4049) | static int stbi__parse_zlib_header(stbi__zbuf *a) function stbi__parse_zlib (line 4091) | static int stbi__parse_zlib(stbi__zbuf *a, int parse_header) function stbi__do_zlib (line 4119) | static int stbi__do_zlib(stbi__zbuf *a, char *obuf, int olen, int exp, i... function STBIDEF (line 4129) | STBIDEF char *stbi_zlib_decode_malloc_guesssize(const char *buffer, int ... function STBIDEF (line 4145) | STBIDEF char *stbi_zlib_decode_malloc(char const *buffer, int len, int *... function STBIDEF (line 4150) | STBIDEF char *stbi_zlib_decode_malloc_guesssize_headerflag(const char *b... function STBIDEF (line 4166) | STBIDEF int stbi_zlib_decode_buffer(char *obuffer, int olen, char const ... function STBIDEF (line 4177) | STBIDEF char *stbi_zlib_decode_noheader_malloc(char const *buffer, int l... function STBIDEF (line 4193) | STBIDEF int stbi_zlib_decode_noheader_buffer(char *obuffer, int olen, co... type stbi__pngchunk (line 4216) | typedef struct function stbi__pngchunk (line 4222) | static stbi__pngchunk stbi__get_chunk_header(stbi__context *s) function stbi__check_png_header (line 4230) | static int stbi__check_png_header(stbi__context *s) type stbi__png (line 4239) | typedef struct function stbi__paeth (line 4267) | static int stbi__paeth(int a, int b, int c) function stbi__create_png_image_raw (line 4281) | static int stbi__create_png_image_raw(stbi__png *a, stbi_uc *raw, stbi__... function stbi__create_png_image (line 4491) | static int stbi__create_png_image(stbi__png *a, stbi_uc *image_data, stb... function stbi__compute_transparency (line 4535) | static int stbi__compute_transparency(stbi__png *z, stbi_uc tc[3], int o... function stbi__compute_transparency16 (line 4560) | static int stbi__compute_transparency16(stbi__png *z, stbi__uint16 tc[3]... function stbi__expand_png_palette (line 4585) | static int stbi__expand_png_palette(stbi__png *a, stbi_uc *palette, int ... function STBIDEF (line 4625) | STBIDEF void stbi_set_unpremultiply_on_load(int flag_true_if_should_unpr... function STBIDEF (line 4630) | STBIDEF void stbi_convert_iphone_png_to_rgb(int flag_true_if_should_conv... function stbi__de_iphone (line 4635) | static void stbi__de_iphone(stbi__png *z) function stbi__parse_png_file (line 4680) | static int stbi__parse_png_file(stbi__png *z, int scan, int req_comp) function stbi__png_test (line 4889) | static int stbi__png_test(stbi__context *s) function stbi__png_info_raw (line 4897) | static int stbi__png_info_raw(stbi__png *p, int *x, int *y, int *comp) function stbi__png_info (line 4909) | static int stbi__png_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_test_raw (line 4920) | static int stbi__bmp_test_raw(stbi__context *s) function stbi__bmp_test (line 4935) | static int stbi__bmp_test(stbi__context *s) function stbi__high_bit (line 4944) | static int stbi__high_bit(unsigned int z) function stbi__bitcount (line 4956) | static int stbi__bitcount(unsigned int a) function stbi__shiftsigned (line 4966) | static int stbi__shiftsigned(int v, int shift, int bits) type stbi__bmp_data (line 4983) | typedef struct function stbi__tga_get_comp (line 5236) | static int stbi__tga_get_comp(int bits_per_pixel, int is_grey, int* is_r... function stbi__tga_info (line 5252) | static int stbi__tga_info(stbi__context *s, int *x, int *y, int *comp) function stbi__tga_test (line 5317) | static int stbi__tga_test(stbi__context *s) function stbi__tga_read_rgb16 (line 5349) | static void stbi__tga_read_rgb16(stbi__context *s, stbi_uc* out) function stbi__psd_test (line 5567) | static int stbi__psd_test(stbi__context *s) function stbi__psd_decode_rle (line 5574) | static int stbi__psd_decode_rle(stbi__context *s, stbi_uc *p, int pixelC... function stbi__pic_is4 (line 5819) | static int stbi__pic_is4(stbi__context *s,const char *str) function stbi__pic_test_core (line 5829) | static int stbi__pic_test_core(stbi__context *s) type stbi__pic_packet (line 5845) | typedef struct function stbi_uc (line 5850) | static stbi_uc *stbi__readval(stbi__context *s, int channel, stbi_uc *dest) function stbi__copyval (line 5864) | static void stbi__copyval(int channel,stbi_uc *dest,const stbi_uc *src) function stbi_uc (line 5873) | static stbi_uc *stbi__pic_load_core(stbi__context *s,int width,int heigh... function stbi__pic_test (line 6019) | static int stbi__pic_test(stbi__context *s) type stbi__gif_lzw (line 6031) | typedef struct type stbi__gif (line 6038) | typedef struct function stbi__gif_test_raw (line 6055) | static int stbi__gif_test_raw(stbi__context *s) function stbi__gif_test (line 6065) | static int stbi__gif_test(stbi__context *s) function stbi__gif_parse_colortable (line 6072) | static void stbi__gif_parse_colortable(stbi__context *s, stbi_uc pal[256... function stbi__gif_header (line 6083) | static int stbi__gif_header(stbi__context *s, stbi__gif *g, int *comp, i... function stbi__gif_info_raw (line 6111) | static int stbi__gif_info_raw(stbi__context *s, int *x, int *y, int *comp) function stbi__out_gif_code (line 6125) | static void stbi__out_gif_code(stbi__gif *g, stbi__uint16 code) function stbi_uc (line 6159) | static stbi_uc *stbi__process_gif_raster(stbi__context *s, stbi__gif *g) function stbi__fill_gif_background (line 6239) | static void stbi__fill_gif_background(stbi__gif *g, int x0, int y0, int ... function stbi_uc (line 6255) | static stbi_uc *stbi__gif_load_next(stbi__context *s, stbi__gif *g, int ... function stbi__gif_info (line 6395) | static int stbi__gif_info(stbi__context *s, int *x, int *y, int *comp) function stbi__hdr_test_core (line 6405) | static int stbi__hdr_test_core(stbi__context *s, const char *signature) function stbi__hdr_test (line 6415) | static int stbi__hdr_test(stbi__context* s) function stbi__hdr_convert (line 6449) | static void stbi__hdr_convert(float *output, stbi_uc *input, int req_comp) function stbi__hdr_info (line 6604) | static int stbi__hdr_info(stbi__context *s, int *x, int *y, int *comp) function stbi__bmp_info (line 6650) | static int stbi__bmp_info(stbi__context *s, int *x, int *y, int *comp) function stbi__psd_info (line 6668) | static int stbi__psd_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pic_info (line 6704) | static int stbi__pic_info(stbi__context *s, int *x, int *y, int *comp) function stbi__pnm_test (line 6776) | static int stbi__pnm_test(stbi__context *s) function stbi__pnm_isspace (line 6814) | static int stbi__pnm_isspace(char c) function stbi__pnm_skip_whitespace (line 6819) | static void stbi__pnm_skip_whitespace(stbi__context *s, char *c) function stbi__pnm_isdigit (line 6833) | static int stbi__pnm_isdigit(char c) function stbi__pnm_getinteger (line 6838) | static int stbi__pnm_getinteger(stbi__context *s, char *c) function stbi__pnm_info (line 6850) | static int stbi__pnm_info(stbi__context *s, int *x, int *y, int *comp) function stbi__info_main (line 6889) | static int stbi__info_main(stbi__context *s, int *x, int *y, int *comp) function STBIDEF (line 6932) | STBIDEF int stbi_info(char const *filename, int *x, int *y, int *comp) function STBIDEF (line 6942) | STBIDEF int stbi_info_from_file(FILE *f, int *x, int *y, int *comp) function STBIDEF (line 6954) | STBIDEF int stbi_info_from_memory(stbi_uc const *buffer, int len, int *x... function STBIDEF (line 6961) | STBIDEF int stbi_info_from_callbacks(stbi_io_callbacks const *c, void *u... FILE: include/NvFlex.h type NvFlexLibrary (line 52) | typedef struct NvFlexLibrary NvFlexLibrary; type NvFlexSolver (line 57) | typedef struct NvFlexSolver NvFlexSolver; type NvFlexBuffer (line 62) | typedef struct NvFlexBuffer NvFlexBuffer; type NvFlexMapFlags (line 67) | enum NvFlexMapFlags type NvFlexBufferType (line 76) | enum NvFlexBufferType type NvFlexRelaxationMode (line 85) | enum NvFlexRelaxationMode type NvFlexParams (line 95) | struct NvFlexParams type NvFlexPhase (line 160) | enum NvFlexPhase function NV_FLEX_API (line 189) | NV_FLEX_API inline int NvFlexMakePhaseWithChannels(int group, int partic... function NV_FLEX_API (line 194) | NV_FLEX_API inline int NvFlexMakePhase(int group, int particleFlags) { r... type NvFlexTimers (line 200) | struct NvFlexTimers type NvFlexErrorSeverity (line 231) | enum NvFlexErrorSeverity type NvFlexSolverCallbackStage (line 243) | enum NvFlexSolverCallbackStage type NvFlexSolverCallbackParams (line 266) | struct NvFlexSolverCallbackParams type NvFlexSolverCallback (line 285) | struct NvFlexSolverCallback type NvFlexComputeType (line 304) | enum NvFlexComputeType type NvFlexInitDesc (line 314) | struct NvFlexInitDesc type NvFlexFeatureMode (line 353) | enum NvFlexFeatureMode type NvFlexSolverDesc (line 363) | struct NvFlexSolverDesc type NvFlexCopyDesc (line 512) | struct NvFlexCopyDesc type NvFlexTriangleMeshId (line 730) | typedef unsigned int NvFlexTriangleMeshId; type NvFlexDistanceFieldId (line 735) | typedef unsigned int NvFlexDistanceFieldId; type NvFlexConvexMeshId (line 742) | typedef unsigned int NvFlexConvexMeshId; type NvFlexSphereGeometry (line 888) | struct NvFlexSphereGeometry type NvFlexCapsuleGeometry (line 896) | struct NvFlexCapsuleGeometry type NvFlexBoxGeometry (line 905) | struct NvFlexBoxGeometry type NvFlexConvexMeshGeometry (line 913) | struct NvFlexConvexMeshGeometry type NvFlexTriangleMeshGeometry (line 922) | struct NvFlexTriangleMeshGeometry type NvFlexSDFGeometry (line 932) | struct NvFlexSDFGeometry type NvFlexCollisionShapeType (line 952) | enum NvFlexCollisionShapeType type NvFlexCollisionShapeFlags (line 962) | enum NvFlexCollisionShapeFlags function NV_FLEX_API (line 978) | NV_FLEX_API inline int NvFlexMakeShapeFlagsWithChannels(NvFlexCollisionS... function NV_FLEX_API (line 983) | NV_FLEX_API inline int NvFlexMakeShapeFlags(NvFlexCollisionShapeType typ... type NvFlexDetailTimer (line 1182) | struct NvFlexDetailTimer FILE: include/NvFlexExt.h function init (line 79) | void init(int size) function destroy (line 86) | void destroy() function map (line 100) | void map(int flags=eNvFlexMapWait) function unmap (line 109) | void unmap() function T (line 120) | const T& operator[](int index) const function push_back (line 136) | void push_back(const T& t) function assign (line 146) | void assign(const T* srcPtr, int newCount) function copyto (line 155) | void copyto(T* dest, int count) function T (line 166) | const T& back() const function resize (line 201) | void resize(int newCount) function resize (line 211) | void resize(int newCount, const T& val) type NvFlexExtMovingFrame (line 231) | struct NvFlexExtMovingFrame type NvFlexExtAsset (line 311) | struct NvFlexExtAsset type NvFlexExtInstance (line 350) | struct NvFlexExtInstance type NvFlexExtSoftJoint (line 371) | struct NvFlexExtSoftJoint type NvFlexExtContainer (line 389) | typedef struct NvFlexExtContainer NvFlexExtContainer; type NvFlexExtTearingParticleClone (line 452) | struct NvFlexExtTearingParticleClone type NvFlexExtTearingMeshEdit (line 465) | struct NvFlexExtTearingMeshEdit type NvFlexExtParticleData (line 588) | struct NvFlexExtParticleData type NvFlexExtTriangleData (line 609) | struct NvFlexExtTriangleData type NvFlexExtShapeData (line 627) | struct NvFlexExtShapeData type NvFlexExtForceMode (line 734) | enum NvFlexExtForceMode type NvFlexExtForceField (line 749) | struct NvFlexExtForceField type NvFlexExtForceFieldCallback (line 762) | typedef struct NvFlexExtForceFieldCallback NvFlexExtForceFieldCallback; FILE: src/dx/context/Context.h type GpuVendorId (line 43) | enum GpuVendorId function ThrowIfFailed (line 50) | inline void ThrowIfFailed(HRESULT hr) type NvFlexContextDesc (line 59) | struct NvFlexContextDesc type NvFlexBuffer (line 62) | struct NvFlexBuffer type NvFlexTexture3D (line 63) | struct NvFlexTexture3D type NvFlexBufferViewDesc (line 66) | struct NvFlexBufferViewDesc type NvFlexTexture3DViewDesc (line 67) | struct NvFlexTexture3DViewDesc type NvFlexObject (line 70) | struct NvFlexObject function namespace (line 79) | namespace NvFlex type InputElementDesc (line 174) | struct InputElementDesc function NvFlexObject (line 181) | struct ConstantBuffer : public NvFlexObject function NvFlexObject (line 189) | struct Resource : public NvFlexObject {} function NvFlexObject (line 193) | struct ResourceRW : public NvFlexObject type BufferResourceTypes (line 198) | enum BufferResourceTypes function NvFlexObject (line 209) | struct Buffer : public NvFlexObject function NvFlexObject (line 218) | struct Stage : public NvFlexObject function NvFlexObject (line 225) | struct Texture3D : public NvFlexObject function NvFlexObject (line 233) | struct ComputeShader : public NvFlexObject function NvFlexObject (line 239) | struct Timer : public NvFlexObject function NvFlexObject (line 244) | struct Fence : public NvFlexObject type DispatchParams (line 249) | struct DispatchParams type MapType (line 260) | enum MapType type MappedData (line 268) | struct MappedData type TimerPool (line 277) | struct TimerPool type ltstr (line 306) | struct ltstr type ltwstr (line 316) | struct ltwstr type std (line 327) | typedef std::multimap NameToTimerMap; type NameToTimerMap (line 328) | typedef NameToTimerMap::iterator NameToTimerMapIter; type std (line 330) | typedef std::multimap NameToTimerMapW; type NameToTimerMapW (line 331) | typedef NameToTimerMapW::iterator NameToTimerMapWIter; type Context (line 333) | struct Context FILE: src/dx/context/Device.h type FlexDeviceDesc (line 24) | struct FlexDeviceDesc function namespace (line 38) | namespace NvFlex FILE: src/dx/context/Format.h function namespace (line 15) | namespace NvFlex FILE: src/dx/context/NvFlexTypes.h type NvFlexResult (line 14) | enum NvFlexResult type NvFlexInt (line 20) | typedef int NvFlexInt; type NvFlexFloat (line 21) | typedef float NvFlexFloat; type NvFlexUint (line 22) | typedef unsigned int NvFlexUint; type NvFlexUint64 (line 23) | typedef unsigned long long NvFlexUint64; type NvFlexDim (line 25) | struct NvFlexDim type NvFlexUint3 (line 30) | struct NvFlexUint3 type NvFlexUint4 (line 35) | struct NvFlexUint4 type NvFlexFloat3 (line 40) | struct NvFlexFloat3 type NvFlexFloat4 (line 45) | struct NvFlexFloat4 type NvFlexFloat4x4 (line 50) | struct NvFlexFloat4x4 type NvFlexFormat (line 55) | enum NvFlexFormat FILE: src/dx/context/Vector.h function namespace (line 17) | namespace NvFlex function init (line 129) | void init(NvFlexDim dim) function init (line 175) | void init(NvFlexUint dim)