Home
last modified time | relevance | path

Searched defs:mapType (Results 1 – 8 of 8) 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/m133/src/gpu/ganesh/
DGrGpuBuffer.h123 MapType mapType() const { in mapType() function
/third_party/skia/third_party/externals/angle2/samples/sample_util/
Dtga_utils.cpp23 uint8_t mapType; member
/third_party/glslang/SPIRV/
DSpvBuilder.cpp3984 Id mapType = makeVectorType(makeUintType(32), (int)accessChain.swizzle.size()); in remapDynamicSwizzle() local
/third_party/typescript/lib/
Dtsc.js61820 function mapType(type, mapper, noReductions) { function