Home
last modified time | relevance | path

Searched defs:mapType (Results 1 – 9 of 9) sorted by relevance

/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/
DMappedSubresourceVerifier11.h52 inline bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
DMappedSubresourceVerifier11.cpp82 bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap()
DImage11.cpp635 D3D11_MAP mapType, in map()
DRenderer11.cpp4264 D3D11_MAP mapType, in mapResource()
/third_party/skia/third_party/externals/angle2/samples/sample_util/
Dtga_utils.cpp23 uint8_t mapType; member
/third_party/glslang/SPIRV/
DSpvBuilder.cpp3043 Id mapType = makeVectorType(makeUintType(32), (int)accessChain.swizzle.size()); in remapDynamicSwizzle() local
/third_party/typescript/src/compiler/
Dchecker.ts24420 function mapType(type: Type, mapper: (t: Type) => Type, noReductions?: boolean): Type; function
24434 … const mapped = t.flags & TypeFlags.Union ? mapType(t, mapper, noReductions) : mapper(t); constant
/third_party/typescript/lib/
DtypingsInstaller.js73047 function mapType(type, mapper, noReductions) { function
Dtsc.js61239 function mapType(type, mapper, noReductions) { function