/hardware/qcom/display/msm8996/sdm/libs/hwc/ |
hwc_buffer_allocator.h | 51 uint32_t GetBufferSize(BufferInfo *buffer_info);
|
hwc_buffer_allocator.cpp | 153 uint32_t HWCBufferAllocator::GetBufferSize(BufferInfo *buffer_info) {
|
/hardware/qcom/display/msm8996/sdm/include/core/ |
buffer_allocator.h | 120 virtual uint32_t GetBufferSize(BufferInfo *buffer_info) = 0;
|
/external/llvm/include/llvm/Support/ |
FormattedStream.h | 69 if (size_t BufferSize = TheStream->GetBufferSize()) 140 if (size_t BufferSize = GetBufferSize())
|
raw_ostream.h | 108 size_t GetBufferSize() const {
|
/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)
|
d3dcommon.h | 58 virtual SIZE_T STDMETHODCALLTYPE GetBufferSize( 85 SIZE_T (STDMETHODCALLTYPE *GetBufferSize)( 102 #define ID3D10Blob_GetBufferSize(This) (This)->lpVtbl->GetBufferSize(This) 119 return This->lpVtbl->GetBufferSize(This);
|
d3dcommon.idl | 38 SIZE_T GetBufferSize();
|
d3dx9core.h | 75 STDMETHOD_(DWORD, GetBufferSize)(THIS) PURE; 86 #define ID3DXBuffer_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p) 94 #define ID3DXBuffer_GetBufferSize(p) (p)->GetBufferSize()
|
d3dx9shader.h | 130 STDMETHOD_(DWORD, GetBufferSize)(THIS) PURE; 174 #define ID3DXConstantTable_GetBufferSize(p) (p)->lpVtbl->GetBufferSize(p) 205 #define ID3DXConstantTable_GetBufferSize(p) (p)->GetBufferSize()
|
audioclient.h | 165 virtual HRESULT STDMETHODCALLTYPE GetBufferSize( 232 HRESULT (STDMETHODCALLTYPE *GetBufferSize)( 291 #define IAudioClient_GetBufferSize(This,pNumBufferFrames) (This)->lpVtbl->GetBufferSize(This,pNumBufferFrames) 318 return This->lpVtbl->GetBufferSize(This,pNumBufferFrames); [all...] |
/frameworks/av/media/libstagefright/codecs/m4v_h263/enc/include/ |
cvei.h | 360 virtual int32 GetBufferSize() = 0;
|
/prebuilts/gcc/linux-x86/host/x86_64-w64-mingw32-4.8/x86_64-w64-mingw32/include/ddk/ |
dmusicks.h | 138 STDMETHOD_(USHORT,GetBufferSize)(THIS) PURE; 155 STDMETHODIMP_(USHORT) GetBufferSize(void); \
|
/external/mesa3d/src/mesa/main/ |
framebuffer.c | 342 if (!ctx->Driver.GetBufferSize) { 353 ctx->Driver.GetBufferSize( buffer, &newWidth, &newHeight ); 370 ctx->Driver.GetBufferSize( buffer, &newWidth, &newHeight );
|
context.c | [all...] |
/art/runtime/native/ |
dalvik_system_ZygoteHooks.cc | 173 size_t buffer_size = Trace::GetBufferSize();
|
/system/bt/vendor_libs/test_vendor_lib/include/ |
dual_mode_controller.h | 64 const std::vector<uint8_t> GetBufferSize();
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3dapi/ |
d3dcommon.idl | 314 SIZE_T 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.h | 184 static size_t GetBufferSize() REQUIRES(!Locks::trace_lock_);
|
/external/mesa3d/src/mesa/drivers/common/ |
driverfuncs.c | 76 driver->GetBufferSize = NULL; /* REQUIRED! */
|
/external/mesa3d/src/mesa/drivers/dri/r200/ |
r200_context.c | 141 functions->GetBufferSize = NULL; /* OBSOLETE */
|
/external/mesa3d/src/gallium/state_trackers/d3d1x/d3d1xstutil/include/ |
d3d1xstutil.h | 1104 virtual SIZE_T STDMETHODCALLTYPE GetBufferSize()
|
/external/mesa3d/src/mesa/drivers/dri/swrast/ |
swrast.c | 650 driver->GetBufferSize = NULL;
|
/external/mesa3d/src/mesa/drivers/osmesa/ |
osmesa.c | 710 functions.GetBufferSize = NULL; [all...] |