Home
last modified time | relevance | path

Searched refs:Array (Results 1 – 25 of 49) sorted by relevance

12

/device/google/cuttlefish/guest/hals/identity/common/
DWritableIdentityCredential.cpp131 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()
DWritableIdentityCredential.h102 cppbor::Array signedDataAccessControlProfiles_;
104 cppbor::Array signedDataCurrentNamespace_;
DIdentityCredential.cpp54 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/
Dtpm_remote_provisioning_context.cpp111 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()
Dtpm_remote_provisioning_context.h43 std::pair<std::vector<uint8_t>, cppbor::Array> GenerateBcc(
54 cppbor::Array bcc_;
/device/google/cuttlefish/host/frontend/webrtc_operator/
DReadme.md30 * {"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/
DGLSnapshotVertexAttributes_unittest.cpp25 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/
Dmathtex-script-type.mjs4 scripts = Array.prototype.slice.call(scripts);
Drender-a11y-string.mjs711 if (tree instanceof Array) {
725 if (item instanceof Array) {
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/
DFrameCapture.cpp1705 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 …]
DvalidationES2.h102 if (!nullBufferAllowed && context->getState().getTargetBuffer(BufferBinding::Array) == 0 && in ValidateVertexAttribPointer()
/device/generic/vulkan-cereal/third-party/angle/src/tests/compiler_tests/
DHLSLOutput_test.cpp181 TEST_F(HLSLOutputTest, Array) in TEST_F() argument
/device/generic/vulkan-cereal/third-party/angle/doc/
DDirtyBits.md16 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
DUpdate20140325.md21 * Vertex Array Objects
DUpdate20150105.md32 * Array .length()
/device/generic/vulkan-cereal/third-party/angle/extensions/
DANGLE_client_arrays.txt71 Add to the end of section 2.9.2 "Array Indices in Buffer Objects":
DANGLE_instanced_arrays.txt106 "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/
DD3D11EmulatedIndexedBufferTest.cpp39 angle::Result error = mSourceBuffer->setData(nullptr, gl::BufferBinding::Array, testData, in testSetUp()
/device/generic/vulkan-cereal/third-party/angle/src/tests/perf_tests/
DIndexDataManagerTest.cpp176 mIndexBuffer.bufferData(nullptr, gl::BufferBinding::Array, &indexData[0],
DREADME.md26 * `vbo_change`: Applies a Vertex Array change between each draw.
/device/generic/vulkan-cereal/third-party/angle/src/libANGLE/renderer/gl/
DBufferGL.cpp32 static constexpr gl::BufferBinding DestBufferOperationTarget = gl::BufferBinding::Array;
DVertexArrayGL.cpp335 mStateManager->bindBuffer(gl::BufferBinding::Array, mStreamingArrayBuffer); in streamAttributes()
503 mStateManager->bindBuffer(gl::BufferBinding::Array, arrayBufferGL->getBufferID()); in updateAttribPointer()
DContextGL.cpp336 getStateManager()->bindBuffer(gl::BufferBinding::Array, buffer->getBufferID()); in updateAttributesForBaseInstance()
367 gl::BufferBinding::Array, in resetUpdatedAttributes()
/device/generic/vulkan-cereal/third-party/angle/src/common/
DPackedGLEnums_autogen.cpp111 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/
DDisplayGbm.cpp711 sm->bindBuffer(gl::BufferBinding::Array, mVertexBuffer); in drawWithTexture()
724 sm->bindBuffer(gl::BufferBinding::Array, mVertexBuffer); in drawWithTexture()

12