Home
last modified time | relevance | path

Searched defs:Caps (Results 1 – 12 of 12) sorted by relevance

/external/angle/src/libANGLE/
DCaps.h181 struct Caps struct
185 Caps &operator=(const Caps &other); argument
193 GLfloat minInterpolationOffset = 0;
194 GLfloat maxInterpolationOffset = 0;
195 GLint subPixelInterpolationOffsetBits = 0;
198 GLint64 maxElementIndex = 0;
199 GLint max3DTextureSize = 0;
200 GLint max2DTextureSize = 0;
201 GLint maxRectangleTextureSize = 0;
202 GLint maxArrayTextureLayers = 0;
[all …]
/external/crosvm/devices/src/virtio/fs/
Dcaps.rs111 pub struct Caps(cap_t); struct
113 impl Caps { impl
157 impl Drop for Caps { implementation
/external/skia/experimental/graphite/src/
DCaps.cpp15 Caps::Caps() {} in Caps() function in skgpu::Caps
DGpu.h24 class Caps; variable
DResourceProvider.h27 class Caps; variable
/external/skia/experimental/graphite/include/
DTextureInfo.h22 class Caps; variable
DRecorder.h18 class Caps; variable
/external/mesa3d/include/D3D9/
Dd3d9caps.h290 DWORD Caps; member
297 DWORD Caps; member
307 DWORD Caps; member
377 DWORD Caps; member
385 UINT Caps; member
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp494 GLboolean ProgramGL::validate(const gl::Caps & /*caps*/, gl::InfoLog * /*infoLog*/) in validate()
/external/swiftshader/src/Reactor/
DReactor.hpp72 struct Caps struct
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2174 GLboolean ProgramD3D::validate(const gl::Caps & /*caps*/, gl::InfoLog * /*infoLog*/) in validate()
/external/clang/lib/Serialization/
DASTReader.cpp2069 static bool isDiagnosedResult(ASTReader::ASTReadResult ARR, unsigned Caps) { in isDiagnosedResult()