HomeSort by relevance Sort by last modified time
    Searched defs:BufferStorage (Results 1 - 3 of 3) sorted by null

  /device/linaro/bootloader/edk2/EdkCompatibilityPkg/Compatibility/FrameworkHiiOnUefiHiiThunk/
ConfigAccess.c 287 @param BufferStorage The key with all attributes needed to call EFI_FORM_CALLBACK_PROTOCOL.NvRead.
298 IN FORMSET_STORAGE *BufferStorage,
311 BufferStorage->Name,
312 &BufferStorage->Guid,
318 if (BufferStorage->Size != *DataSize) {
330 BufferStorage->Name,
331 &BufferStorage->Guid,
345 @param BufferStorage The key with all attributes needed to call a UEFI Variable Get Service.
359 IN FORMSET_STORAGE *BufferStorage,
369 BufferStorage->Name,
    [all...]
  /external/deqp/external/openglcts/modules/gl/
gl4cBufferStorageTests.hpp 36 namespace BufferStorage
43 * - INVALID_OPERATION is generated by BufferStorage when 0 is bound to
45 * - INVLIAD_OPERATION is generated by BufferStorage, NamedBufferStorage and
47 * - INVALID_VALUE is generated by BufferStorage and NamedBufferStorage when
49 * - INVLAID_VALUE is generated by BufferStorage and NamedBufferStorage when
52 * - INVALID_VALUE is generated by BufferStorage and NamedBufferStorage when
97 * Repeat steps for all valid combinations of flags for BufferStorage.
173 * - generate buffer and prepare its storage with BufferStorage; Use following
234 * - generate buffer and prepare its storage with BufferStorage; Use following
292 * - generate buffer and prepare its storage with BufferStorage; Use followin
    [all...]
gl4cBufferStorageTests.cpp 47 namespace BufferStorage
796 gl.bufferStorage(target, size, data, flags);
797 GLU_EXPECT_NO_ERROR(gl.getError(), "BufferStorage");
    [all...]

Completed in 636 milliseconds