Home
last modified time | relevance | path

Searched refs:getConfigs (Results 1 – 12 of 12) sorted by relevance

/hardware/interfaces/automotive/vehicle/2.0/default/tests/
DVehiclePropConfigIndex_test.cpp65 TEST_F(PropConfigTest, getConfigs) { in TEST_F() argument
/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglDisplay.h102 int getConfigs(EGLConfig* configs,int config_size) const;
DEglDisplay.cpp440 int EglDisplay::getConfigs(EGLConfig* configs,int config_size) const { in getConfigs() function in EglDisplay
DEglImp.cpp439 *num_config = dpy->getConfigs(configs,config_size); in eglGetConfigs()
/hardware/google/gfxstream/host/
DRenderControl.cpp721 FrameBuffer::getFB()->getConfigs()->getPackInfo(&numConfigs, &numAttribs); in rcGetNumConfigs()
731 return FrameBuffer::getFB()->getConfigs()->packConfigs(bufferSize, buffer); in rcGetConfigs()
752 return fb->getConfigs()->chooseConfig( in rcChooseConfig()
DFrameBuffer.h518 const gl::EmulatedEglConfigList* getConfigs() const;
DFrameBuffer.cpp3000 const EmulatedEglConfig* config = getConfigs()->get(0 /* p_config */); in createSharedTrivialContext()
3024 const EmulatedEglConfigList* FrameBuffer::getConfigs() const { in getConfigs() function in gfxstream::FrameBuffer
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/include/hwc2on1adapter/
DHWC2On1Adapter.h211 HWC2::Error getConfigs(uint32_t* outNumConfigs,
/hardware/qcom/display/msm8994/libhwcomposer/
DHWC2On1Adapter.h198 HWC2::Error getConfigs(uint32_t* outNumConfigs,
DHWC2On1Adapter.cpp228 displayHook<decltype(&Display::getConfigs), in doGetFunction()
229 &Display::getConfigs, uint32_t*, hwc2_config_t*>); in doGetFunction()
714 Error HWC2On1Adapter::Display::getConfigs(uint32_t* outNumConfigs, in getConfigs() function in android::HWC2On1Adapter::Display
/hardware/interfaces/graphics/composer/2.1/utils/hwc2on1adapter/
DHWC2On1Adapter.cpp190 displayHook<decltype(&Display::getConfigs), in doGetFunction()
191 &Display::getConfigs, uint32_t*, hwc2_config_t*>); in doGetFunction()
673 Error HWC2On1Adapter::Display::getConfigs(uint32_t* outNumConfigs, in getConfigs() function in android::HWC2On1Adapter::Display
/hardware/google/gfxstream/host/tests/
DFrameBuffer_unittest.cpp382 const EmulatedEglConfigList* configs = mFb->getConfigs(); in TEST_F()