Searched refs:getConfigs (Results 1 – 12 of 12) sorted by relevance
/hardware/interfaces/automotive/vehicle/2.0/default/tests/ |
D | VehiclePropConfigIndex_test.cpp | 65 TEST_F(PropConfigTest, getConfigs) { in TEST_F() argument
|
/hardware/google/gfxstream/host/gl/glestranslator/EGL/ |
D | EglDisplay.h | 102 int getConfigs(EGLConfig* configs,int config_size) const;
|
D | EglDisplay.cpp | 440 int EglDisplay::getConfigs(EGLConfig* configs,int config_size) const { in getConfigs() function in EglDisplay
|
D | EglImp.cpp | 439 *num_config = dpy->getConfigs(configs,config_size); in eglGetConfigs()
|
/hardware/google/gfxstream/host/ |
D | RenderControl.cpp | 721 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()
|
D | FrameBuffer.h | 518 const gl::EmulatedEglConfigList* getConfigs() const;
|
D | FrameBuffer.cpp | 3000 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/ |
D | HWC2On1Adapter.h | 211 HWC2::Error getConfigs(uint32_t* outNumConfigs,
|
/hardware/qcom/display/msm8994/libhwcomposer/ |
D | HWC2On1Adapter.h | 198 HWC2::Error getConfigs(uint32_t* outNumConfigs,
|
D | HWC2On1Adapter.cpp | 228 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/ |
D | HWC2On1Adapter.cpp | 190 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/ |
D | FrameBuffer_unittest.cpp | 382 const EmulatedEglConfigList* configs = mFb->getConfigs(); in TEST_F()
|