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.hpp106 struct Plane struct
108 deUint8 elementSizeBytes;
109 deUint8 widthDivisor;
110 deUint8 heightDivisor;
111 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 anonymousFunctionbd2053630700.anonymousFunctionbd2053630800.anonymousFunctionbd2053630900.Plane
DTwoInternalModulesThatMergeEachWithExportedLocalVarsOfTheSameName.js57 var Plane = /** @class */ (function () { class
58 function Plane(tl, br) { class in anonymousFunction1b4daa050500.anonymousFunction1b4daa050600.Plane
DTwoInternalModulesWithTheSameNameAndSameCommonRoot.js59 var Plane = /** @class */ (function () { class
60 function Plane(tl, br) { class in anonymousFunction801b11d20600.anonymousFunction801b11d20700.Plane
DTwoInternalModulesThatMergeEachWithExportedAndNonExportedLocalVarsOfTheSameName.js63 var Plane = /** @class */ (function () { class
64 function Plane(tl, br) { class in anonymousFunction075cc2ee0600.anonymousFunction075cc2ee0700.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