Home
last modified time | relevance | path

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

/external/angle/src/libANGLE/
DCaps.h189 struct Caps struct
193 Caps &operator=(const Caps &other); argument
201 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 …]
/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/include/core/
DSkCapabilities.h19 namespace skgpu::graphite { class Caps; } variable
/external/skia/src/gpu/graphite/
DUploadBufferManager.h20 class Caps; variable
DTextureProxy.h22 class Caps; variable
DContextPriv.h17 class Caps; variable
DSharedContext.h26 class Caps; variable
DCaps.cpp18 Caps::Caps() in Caps() function in skgpu::graphite::Caps
DResourceProvider.h32 class Caps; variable
DDrawContext.h39 class Caps; variable
DRendererProvider.h19 class Caps; variable
DAttachmentTypes.h19 class Caps; variable
DBufferManager.h22 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/skia/include/gpu/graphite/
DRecorder.h36 class Caps; variable
/external/skia/tests/graphite/
DMutableImagesTest.cpp421 std::unique_ptr<Recording> init(const Caps* /* caps */) override { in init()
/external/angle/src/libANGLE/renderer/gl/
DProgramGL.cpp493 GLboolean ProgramGL::validate(const gl::Caps & /*caps*/, gl::InfoLog * /*infoLog*/) in validate()
/external/swiftshader/src/Reactor/
DReactor.hpp67 struct Caps struct
/external/angle/src/libANGLE/renderer/d3d/
DProgramD3D.cpp2214 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()