Searched defs:Caps (Results 1 – 20 of 20) sorted by relevance
189 struct Caps struct193 Caps &operator=(const Caps &other); argument201 GLfloat minInterpolationOffset = 0;202 GLfloat maxInterpolationOffset = 0;203 GLint subPixelInterpolationOffsetBits = 0;206 GLint64 maxElementIndex = 0;207 GLint max3DTextureSize = 0;208 GLint max2DTextureSize = 0;209 GLint maxRectangleTextureSize = 0;210 GLint maxArrayTextureLayers = 0;[all …]
111 pub struct Caps(cap_t); struct113 impl Caps { impl157 impl Drop for Caps { implementation
19 namespace skgpu::graphite { class Caps; } variable
20 class Caps; variable
22 class Caps; variable
17 class Caps; variable
26 class Caps; variable
18 Caps::Caps() in Caps() function in skgpu::graphite::Caps
32 class Caps; variable
39 class Caps; variable
19 class Caps; variable
290 DWORD Caps; member297 DWORD Caps; member307 DWORD Caps; member377 DWORD Caps; member385 UINT Caps; member
36 class Caps; variable
421 std::unique_ptr<Recording> init(const Caps* /* caps */) override { in init()
493 GLboolean ProgramGL::validate(const gl::Caps & /*caps*/, gl::InfoLog * /*infoLog*/) in validate()
67 struct Caps struct
2214 GLboolean ProgramD3D::validate(const gl::Caps & /*caps*/, gl::InfoLog * /*infoLog*/) in validate()
2069 static bool isDiagnosedResult(ASTReader::ASTReadResult ARR, unsigned Caps) { in isDiagnosedResult()