Searched refs:mapType (Results 1 - 15 of 15) sorted by relevance
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/d3d/d3d11/ |
H A D | MappedSubresourceVerifier11.cpp | 82 bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap() argument 85 ASSERT(mapType == D3D11_MAP_READ || mapType == D3D11_MAP_WRITE || in wrap() 86 mapType == D3D11_MAP_READ_WRITE); in wrap()
|
H A D | MappedSubresourceVerifier11.h | 31 bool wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map); 52 inline bool MappedSubresourceVerifier11::wrap(D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) in wrap() argument
|
H A D | Image11.h | 100 angle::Result map(const gl::Context *context, D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map);
|
H A D | Image11.cpp | 635 D3D11_MAP mapType, in map() 648 mRenderer->mapResource(context, stagingTexture->get(), subresourceIndex, mapType, 0, map)); in map() 650 if (!mStagingTextureSubresourceVerifier.wrap(mapType, map)) in map() 634 map(const gl::Context *context, D3D11_MAP mapType, D3D11_MAPPED_SUBRESOURCE *map) map() argument
|
H A D | Renderer11.h | 481 D3D11_MAP mapType,
|
H A D | Renderer11.cpp | 4264 D3D11_MAP mapType, in mapResource() 4268 HRESULT hr = mDeviceContext->Map(resource, subResource, mapType, mapFlags, mappedResource); in mapResource() 4261 mapResource(const gl::Context *context, ID3D11Resource *resource, UINT subResource, D3D11_MAP mapType, UINT mapFlags, D3D11_MAPPED_SUBRESOURCE *mappedResource) mapResource() argument
|
/third_party/skia/third_party/externals/angle2/samples/sample_util/ |
H A D | tga_utils.cpp | 23 uint8_t mapType; member 61 readBinary(stream, header.mapType); in LoadTGAImageFromFile()
|
/third_party/glslang/SPIRV/ |
H A D | SpvBuilder.cpp | 3984 Id mapType = makeVectorType(makeUintType(32), (int)accessChain.swizzle.size()); in remapDynamicSwizzle() local 3985 Id map = makeCompositeConstant(mapType, components); in remapDynamicSwizzle()
|
/third_party/typescript/lib/ |
H A D | typingsInstaller.js | [all...] |
H A D | tsc.js | 62039 function mapType(type, mapper, noReductions) { global() function [all...] |
H A D | tsserverlibrary.js | [all...] |
H A D | typescript.js | [all...] |
H A D | typescriptServices.js | [all...] |
H A D | tsserver.js | [all...] |
/third_party/node/test/fixtures/snapshot/ |
H A D | typescript.js | [all...] |
Completed in 229 milliseconds