Home
last modified time | relevance | path

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

/third_party/skia/third_party/externals/swiftshader/src/Renderer/
DPlane.hpp24 struct Plane struct
26 float A;
27 float B;
28 float C;
29 float D;
DPlane.cpp21 Plane::Plane() in Plane() function in sw::Plane
25 Plane::Plane(float p_A, float p_B, float p_C, float p_D) in Plane() function in sw::Plane
33 Plane::Plane(const float ABCD[4]) in Plane() function in sw::Plane
/third_party/openh264/test/
DBaseDecoderTest.h13 struct Plane { struct
21 Plane y; argument
DBaseThreadDecoderTest.h13 struct Plane { struct
21 Plane y; argument
/third_party/vk-gl-cts/external/vulkancts/framework/vulkan/
DvkImageUtil.hpp110 struct Plane struct
112 deUint8 elementSizeBytes;
113 deUint8 widthDivisor;
114 deUint8 heightDivisor;
115 VkFormat planeCompatibleFormat;
/third_party/ffmpeg/libavcodec/
Dcfhd.h120 typedef struct Plane { struct
134 } Plane; argument
Dsnow.h99 typedef struct Plane{ struct
112 }Plane; argument
Dindeo3.c64 typedef struct Plane { struct
70 } Plane; argument
Dvc2enc.c93 typedef struct Plane { struct
101 } Plane; argument
Ddiracdec.c107 typedef struct Plane { struct
108 DWTPlane idwt; argument
125 } Plane; argument
/third_party/typescript/tests/baselines/reference/
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.js56 var Plane = /** @class */ (function () { class
57 function Plane(tl, br) { class in anonymousFunctionebd81ce20700.anonymousFunctionebd81ce20800.anonymousFunctionebd81ce20900.Plane
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js57 var Plane = /** @class */ (function () { class
58 function Plane(tl, br) { class in anonymousFunction4e129e440500.anonymousFunction4e129e440600.Plane
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.js59 var Plane = /** @class */ (function () { class
60 function Plane(tl, br) { class in anonymousFunction50a02ff10600.anonymousFunction50a02ff10700.Plane
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js63 var Plane = /** @class */ (function () { class
64 function Plane(tl, br) { class in anonymousFunction0450b96d0600.anonymousFunction0450b96d0700.Plane
/third_party/typescript/tests/cases/conformance/internalModules/DeclarationMerging/
DTwoInternalModulesWithTheSameNameAndDifferentCommonRoot.ts24 export class Plane { class
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.ts23 export class Plane { class
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.ts20 export class Plane { class
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.ts22 export class Plane { class
/third_party/skia/third_party/externals/dng_sdk/source/
Ddng_misc_opcodes.h109 const uint32 Plane () const in Plane() function
/third_party/skia/src/gpu/
DSurfaceContext.cpp671 class Plane { class in skgpu::SurfaceContext::AsyncReadResult
673 Plane(sk_sp<GrGpuBuffer> buffer, size_t rowBytes) in Plane() function in skgpu::SurfaceContext::AsyncReadResult::Plane
675 Plane(sk_sp<SkData> data, size_t rowBytes) : fData(std::move(data)), fRowBytes(rowBytes) {} in Plane() function in skgpu::SurfaceContext::AsyncReadResult::Plane