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

  /hardware/qcom/display/msm8996/sdm/libs/hwc/
hwc_buffer_allocator.cpp 153 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) {
  /prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/
tapi3ds.h 97 virtual HRESULT WINAPI GetBufferSize(DWORD *pBufferSize) = 0;
110 HRESULT (WINAPI *GetBufferSize)(ITAllocatorProperties *This,DWORD *pBufferSize);
125 #define ITAllocatorProperties_GetBufferSize(This,pBufferSize) (This)->lpVtbl->GetBufferSize(This,pBufferSize)
tapi3.h     [all...]
  /external/llvm/include/llvm/Support/
raw_ostream.h 108 size_t GetBufferSize() const {
  /external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/
d3d1xstutil.h 1104 virtual SIZE_T STDMETHODCALLTYPE GetBufferSize()
  /system/bt/vendor_libs/test_vendor_lib/src/
dual_mode_controller.cc 287 SendCommandComplete(HCI_READ_BUFFER_SIZE, properties_.GetBufferSize());
491 const std::vector<uint8_t> DualModeController::Properties::GetBufferSize() {
  /art/runtime/
trace.cc     [all...]
  /external/mesa3d/src/mesa/main/
dd.h 101 void (*GetBufferSize)( struct gl_framebuffer *buffer,
    [all...]

Completed in 153 milliseconds