/device/google/cuttlefish/guest/hals/identity/common/ |
D | WritableIdentityCredential.cpp | 131 signedDataAccessControlProfiles_ = cppbor::Array(); in startPersonalization() 133 signedDataCurrentNamespace_ = cppbor::Array(); in startPersonalization() 265 signedDataCurrentNamespace_ = cppbor::Array(); in beginAddEntry() 337 cppbor::Array profileIdArray; in addEntryValue() 368 cppbor::Array popArray; in finishAddingEntries() 411 cppbor::Array array; in finishAddingEntries()
|
D | WritableIdentityCredential.h | 102 cppbor::Array signedDataAccessControlProfiles_; 104 cppbor::Array signedDataCurrentNamespace_;
|
D | IdentityCredential.cpp | 54 const cppbor::Array* arrayItem = item->asArray(); in initialize() 104 cppbor::Array array = {"ProofOfDeletion", docType_, testCredential_}; in deleteCredentialCommon() 141 cppbor::Array array; in proveOwnership()
|
/device/google/cuttlefish/host/commands/secure_env/ |
D | tpm_remote_provisioning_context.cpp | 111 std::pair<std::vector<uint8_t> /* privKey */, cppbor::Array /* BCC */> 149 cppbor::Array().add(std::move(coseKey)).add(coseSign1.moveValue())}; in GenerateBcc() 181 cppbor::Array bcc; in BuildProtectedDataPayload() 196 return cppbor::Array().add(sign1.moveValue()).add(std::move(bcc)).encode(); in BuildProtectedDataPayload()
|
D | tpm_remote_provisioning_context.h | 43 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc( 54 cppbor::Array bcc_;
|
/device/google/cuttlefish/host/frontend/webrtc_operator/ |
D | Readme.md | 30 * {"message_type": "config", "ice_servers": <Array of IceServer dictionaries>, 48 * {"message_type": "config", "ice_servers": <Array of IceServer dictionaries>,
|
/device/generic/vulkan-cereal/stream-servers/tests/ |
D | GLSnapshotVertexAttributes_unittest.cpp | 25 enum class GlVertexAttribMode { SingleValue = 0, Array = 1, Buffer = 2 }; enumerator 277 arrayAttrib.mode = GlVertexAttribMode::Array; in TEST_F()
|
/device/generic/vulkan-cereal/protocols/vulkan/katex/contrib/ |
D | mathtex-script-type.mjs | 4 scripts = Array.prototype.slice.call(scripts);
|
D | render-a11y-string.mjs | 711 if (tree instanceof Array) { 725 if (item instanceof Array) {
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/ |
D | FrameCapture.cpp | 1705 replayState->setBufferBinding(context, gl::BufferBinding::Array, buffer); in CaptureVertexArrayData() 1706 Capture(setupCalls, CaptureBindBuffer(*replayState, true, gl::BufferBinding::Array, in CaptureVertexArrayData() 1874 CaptureBindBuffer(replayState, true, gl::BufferBinding::Array, *id)); in CaptureBufferResetCalls() 1876 CaptureBufferData(replayState, true, gl::BufferBinding::Array, in CaptureBufferResetCalls() 1886 CaptureBindBuffer(replayState, true, gl::BufferBinding::Array, *id)); in CaptureBufferResetCalls() 1890 CaptureMapBufferRange(replayState, true, gl::BufferBinding::Array, in CaptureBufferResetCalls() 1902 CaptureBindBuffer(replayState, true, gl::BufferBinding::Array, *id)); in CaptureBufferResetCalls() 1904 CaptureUnmapBuffer(replayState, true, gl::BufferBinding::Array, GL_TRUE)); in CaptureBufferResetCalls() 1964 replayState.setBufferBinding(context, gl::BufferBinding::Array, buffer); in CaptureMidExecutionSetup() 1965 cap(CaptureBindBuffer(replayState, true, gl::BufferBinding::Array, id)); in CaptureMidExecutionSetup() [all …]
|
D | validationES2.h | 102 if (!nullBufferAllowed && context->getState().getTargetBuffer(BufferBinding::Array) == 0 && in ValidateVertexAttribPointer()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/ |
D | HLSLOutput_test.cpp | 181 TEST_F(HLSLOutputTest, Array) in TEST_F() argument
|
/device/generic/vulkan-cereal/third-party/angle/doc/ |
D | DirtyBits.md | 16 Another update loop may change Texture and Vertex Array state before the draw: 44 Container objects such as Vertex Array Objects and Framebuffers also have their own OpenGL front-end
|
D | Update20140325.md | 21 * Vertex Array Objects
|
D | Update20150105.md | 32 * Array .length()
|
/device/generic/vulkan-cereal/third-party/angle/extensions/ |
D | ANGLE_client_arrays.txt | 71 Add to the end of section 2.9.2 "Array Indices in Buffer Objects":
|
D | ANGLE_instanced_arrays.txt | 106 "Transferring Array Elements" subsection of 2.8, from the second paragraph 297 Changes to table 6.7, p. 268 (Vertex Array Data)
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/gl_tests/ |
D | D3D11EmulatedIndexedBufferTest.cpp | 39 angle::Result error = mSourceBuffer->setData(nullptr, gl::BufferBinding::Array, testData, in testSetUp()
|
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/ |
D | IndexDataManagerTest.cpp | 176 mIndexBuffer.bufferData(nullptr, gl::BufferBinding::Array, &indexData[0],
|
D | README.md | 26 * `vbo_change`: Applies a Vertex Array change between each draw.
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/ |
D | BufferGL.cpp | 32 static constexpr gl::BufferBinding DestBufferOperationTarget = gl::BufferBinding::Array;
|
D | VertexArrayGL.cpp | 335 mStateManager->bindBuffer(gl::BufferBinding::Array, mStreamingArrayBuffer); in streamAttributes() 503 mStateManager->bindBuffer(gl::BufferBinding::Array, arrayBufferGL->getBufferID()); in updateAttribPointer()
|
D | ContextGL.cpp | 336 getStateManager()->bindBuffer(gl::BufferBinding::Array, buffer->getBufferID()); in updateAttributesForBaseInstance() 367 gl::BufferBinding::Array, in resetUpdatedAttributes()
|
/device/generic/vulkan-cereal/third-party/angle/src/common/ |
D | PackedGLEnums_autogen.cpp | 111 return BufferBinding::Array; in FromGLenum() 143 case BufferBinding::Array: in ToGLenum() 177 case BufferBinding::Array: in operator <<()
|
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/egl/gbm/ |
D | DisplayGbm.cpp | 711 sm->bindBuffer(gl::BufferBinding::Array, mVertexBuffer); in drawWithTexture() 724 sm->bindBuffer(gl::BufferBinding::Array, mVertexBuffer); in drawWithTexture()
|