Searched defs:mappedData (Results 1 – 12 of 12) sorted by relevance
| /third_party/skia/third_party/externals/dawn/src/tests/end2end/ |
| D | NonzeroBufferCreationTests.cpp | 94 const uint8_t* mappedData = static_cast<const uint8_t*>(buffer.GetConstMappedRange()); in TEST_P() local 110 const uint8_t* mappedData = static_cast<const uint8_t*>(buffer.GetConstMappedRange()); in TEST_P() local 123 const uint8_t* mappedData = static_cast<const uint8_t*>(buffer.GetConstMappedRange()); in TEST_P() local
|
| D | BufferZeroInitTests.cpp | 793 const uint8_t* mappedData = static_cast<const uint8_t*>(buffer.GetConstMappedRange()); in TEST_P() local 815 uint32_t* mappedData = static_cast<uint32_t*>(buffer.GetMappedRange()); in TEST_P() local 845 const uint8_t* mappedData = static_cast<const uint8_t*>(buffer.GetConstMappedRange()); in TEST_P() local 860 const uint8_t* mappedData = static_cast<const uint8_t*>(buffer.GetConstMappedRange()); in TEST_P() local
|
| D | BufferTests.cpp | 593 const void* mappedData = MapAsyncAndWait(buffer, wgpu::MapMode::Read, 4); in TEST_P() local 633 const void* mappedData = in TEST_P() local
|
| /third_party/skia/third_party/externals/dawn/src/dawn_native/opengl/ |
| D | BufferGL.cpp | 151 void* mappedData = nullptr; in MapAsyncImpl() local
|
| /third_party/skia/m133/src/gpu/ |
| D | AsyncReadTypes.h | 155 const void* mappedData = result.fTransferBuffer->map(); in addTransferResult() local
|
| /third_party/skia/third_party/externals/dawn/src/tests/unittests/wire/ |
| D | WireMemoryTransferServiceTests.cpp | 200 uint32_t* mappedData) { in ExpectClientReadHandleDeserializeDataUpdate()
|
| /third_party/skia/third_party/externals/dawn/src/tests/ |
| D | DawnTest.h | 537 const void* mappedData = nullptr; member
|
| /third_party/skia/src/gpu/ |
| D | SurfaceContext.cpp | 639 const void* mappedData = result.fTransferBuffer->map(); in addTransferResult() local
|
| /third_party/skia/third_party/externals/angle2/src/tests/gl_tests/ |
| D | TransformFeedbackTest.cpp | 2083 std::array<float, 3> mappedData = {mappedFloats[i * 3], mappedFloats[i * 3 + 1], in TEST_P() local
|
| /third_party/vk-gl-cts/external/openglcts/modules/common/ |
| D | glcPackedPixelsTests.cpp | 2249 GLvoid* mappedData = gl.mapBufferRange(GL_PIXEL_PACK_BUFFER, 0, bufferSize, GL_MAP_READ_BIT); in readOutputData() local
|
| /third_party/skia/m133/third_party/externals/vulkanmemoryallocator/src/ |
| D | Tests.cpp | 7935 void* mappedData = nullptr; in TestMappingHysteresis() local 7961 void* mappedData = nullptr; in TestMappingHysteresis() local
|
| /third_party/vk-gl-cts/modules/gles31/functional/ |
| D | es31fTessellationTests.cpp | 268 …const T* const mappedData = (const T*)gl.mapBufferRange(bufferTarget, 0, numBytes, GL_MAP_REA… in readDataMapped() local
|