Searched refs:conf1 (Results 1 – 4 of 4) sorted by relevance
/external/mesa3d/src/egl/main/ |
D | eglconfig.c | 594 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2, in _eglCompareConfigs() argument 608 if (conf1 == conf2) in _eglCompareConfigs() 614 val1 = conf1->ConfigCaveat - conf2->ConfigCaveat; in _eglCompareConfigs() 620 val1 = conf1->ColorBufferType - conf2->ColorBufferType; in _eglCompareConfigs() 626 if (conf1->ColorBufferType == EGL_RGB_BUFFER) { in _eglCompareConfigs() 628 val1 += conf1->RedSize; in _eglCompareConfigs() 632 val1 += conf1->GreenSize; in _eglCompareConfigs() 636 val1 += conf1->BlueSize; in _eglCompareConfigs() 642 val1 += conf1->LuminanceSize; in _eglCompareConfigs() 647 val1 += conf1->AlphaSize; in _eglCompareConfigs() [all …]
|
D | eglconfig.h | 213 _eglCompareConfigs(const _EGLConfig *conf1, const _EGLConfig *conf2,
|
/external/webrtc/media/engine/ |
D | webrtc_video_engine_unittest.cc | 2313 webrtc::EncoderSwitchRequestCallback::Config conf1{"VP8", kParam, kPing}; in TEST_F() local 2314 channel_->RequestEncoderSwitch(conf1); in TEST_F() 2351 webrtc::EncoderSwitchRequestCallback::Config conf1{"VP8", kParam, kPing}; in TEST_F() local 2352 channel_->RequestEncoderSwitch(conf1); in TEST_F()
|
/external/llvm-project/lldb/docs/ |
D | lldb-gdb-remote.txt | 430 read packet: {"conf1":<conf1>,"conf2":<conf2>,"params":{"paramName":paramValue}]}];/E<error code>;A…
|