Home
last modified time | relevance | path

Searched refs:GetFunction (Results 1 – 23 of 23) sorted by relevance

/hardware/qcom/display/msm8909w_3100/libgralloc1/
Dgr_device_impl.h50 static gralloc1_function_pointer_t GetFunction(
Dgr_device_impl.cpp84 getFunction = GetFunction; in GrallocImpl()
116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8909/gralloc/
Dgr_device_impl.h50 static gralloc1_function_pointer_t GetFunction(
Dgr_device_impl.cpp84 getFunction = GetFunction; in GrallocImpl()
116 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8996/libgralloc1/
Dgr_device_impl.h50 static gralloc1_function_pointer_t GetFunction(
Dgr_device_impl.cpp85 getFunction = GetFunction; in GrallocImpl()
117 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() function in gralloc1::GrallocImpl
/hardware/qcom/display/msm8998/libgralloc1/
Dgr_device_impl.h50 static gralloc1_function_pointer_t GetFunction(
Dgr_device_impl.cpp91 getFunction = GetFunction; in GrallocImpl()
123 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() function in gralloc1::GrallocImpl
/hardware/qcom/sm7250/display/gralloc/
Dgr_device_impl.h50 static gralloc1_function_pointer_t GetFunction(
Dgr_device_impl.cpp91 getFunction = GetFunction; in GrallocImpl()
193 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() function in gralloc::GrallocImpl
/hardware/qcom/sm8150/display/gralloc/
Dgr_device_impl.h50 static gralloc1_function_pointer_t GetFunction(
Dgr_device_impl.cpp91 getFunction = GetFunction; in GrallocImpl()
193 gralloc1_function_pointer_t GrallocImpl::GetFunction(gralloc1_device_t *device, int32_t function) { in GetFunction() function in gralloc::GrallocImpl
/hardware/qcom/display/msm8998/sdm/libs/hwc2/
Dhwc_session.h123 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
Dhwc_session.cpp76 hwc2_device_t::getFunction = GetFunction; in HWCSession()
617 hwc2_function_pointer_t HWCSession::GetFunction(struct hwc2_device *device, in GetFunction() function in sdm::HWCSession
/hardware/qcom/display/msm8996/sdm/libs/hwc2/
Dhwc_session.h124 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
Dhwc_session.cpp75 hwc2_device_t::getFunction = GetFunction; in HWCSession()
599 hwc2_function_pointer_t HWCSession::GetFunction(struct hwc2_device *device, in GetFunction() function in sdm::HWCSession
/hardware/qcom/display/msm8909/sdm/libs/hwc2/
Dhwc_session.h166 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
Dhwc_session.cpp135 hwc2_device_t::getFunction = GetFunction; in HWCSession()
768 hwc2_function_pointer_t HWCSession::GetFunction(struct hwc2_device *device, in GetFunction() function in sdm::HWCSession
/hardware/qcom/display/msm8909w_3100/sdm/libs/hwc2/
Dhwc_session.h156 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
Dhwc_session.cpp133 hwc2_device_t::getFunction = GetFunction; in HWCSession()
723 hwc2_function_pointer_t HWCSession::GetFunction(struct hwc2_device *device, in GetFunction() function in sdm::HWCSession
/hardware/qcom/sm8150/display/sdm/libs/hwc2/
Dhwc_session.h252 static hwc2_function_pointer_t GetFunction(struct hwc2_device *device, int32_t descriptor);
Dhwc_session.cpp158 hwc2_device_t::getFunction = GetFunction; in HWCSession()
1419 hwc2_function_pointer_t HWCSession::GetFunction(struct hwc2_device *device, in GetFunction() function in sdm::HWCSession
/hardware/google/gfxstream/guest/mesa/include/D3D9/
Dd3d9.h315 virtual HRESULT WINAPI GetFunction(void *pData, UINT *pSizeOfData) = 0;
387 virtual HRESULT WINAPI GetFunction(void *pData, UINT *pSizeOfData) = 0;
1352 HRESULT (WINAPI *GetFunction)(IDirect3DPixelShader9 *This, void *pData, UINT *pSizeOfData);
1365 #define IDirect3DPixelShader9_GetFunction(p,a,b) (p)->lpVtbl->GetFunction(p,a,b)
1714 HRESULT (WINAPI *GetFunction)(IDirect3DVertexShader9 *This, void *pData, UINT *pSizeOfData);
1727 #define IDirect3DVertexShader9_GetFunction(p,a,b) (p)->lpVtbl->GetFunction(p,a,b)