Home
last modified time | relevance | path

Searched refs:dummy (Results 1 – 25 of 102) sorted by relevance

12345

/device/generic/vulkan-cereal/stream-servers/gl/glestranslator/EGL/
DEglConfig.cpp506 #define CHECK_PROP(dummy,prop_name,op) \ argument
507 if((dummy.prop_name != EGL_DONT_CARE) && (dummy.prop_name op prop_name)) { \
508 CHOOSE_CONFIG_DLOG(#prop_name " does not match: %d vs %d", dummy.prop_name, prop_name); \
514 #define CHECK_PROP_CAST(dummy,prop_name,op) \ argument
515 if((((EGLint)dummy.prop_name) != EGL_DONT_CARE) && (dummy.prop_name op prop_name)) { \
522 bool EglConfig::chosen(const EglConfig& dummy) const { in chosen()
562 CHECK_PROP(dummy,m_buffer_size,>); in chosen()
563 CHECK_PROP(dummy,m_red_size,>); in chosen()
564 CHECK_PROP(dummy,m_green_size,>); in chosen()
565 CHECK_PROP(dummy,m_blue_size,>); in chosen()
[all …]
DEglDisplay.cpp222 EglConfig dummy(red_size, in addSimplePixelFormat() local
246 if(!doChooseConfigs(dummy, &match, 1)) in addSimplePixelFormat()
467 int EglDisplay::chooseConfigs(const EglConfig& dummy, in chooseConfigs() argument
471 return doChooseConfigs(dummy, configs, config_size); in chooseConfigs()
474 int EglDisplay::doChooseConfigs(const EglConfig& dummy, in doChooseConfigs() argument
485 if( (*it)->chosen(dummy)){ in doChooseConfigs()
498 CompareEglConfigs::DynamicCompare(dummy)); in doChooseConfigs()
DEglDisplay.h108 int chooseConfigs(const EglConfig& dummy,
155 int doChooseConfigs(const EglConfig& dummy,EGLConfig* configs,int config_size) const;
/device/generic/goldfish-opengl/android-emu/aemu/base/
DTypeTraits.h27 struct dummy { struct
68 std::is_same<typename details::dummy<decltype(std::declval<F>()(
88 !std::is_same<typename details::dummy<decltype(std::declval<F>()(
/device/google/contexthub/sensorhal/
Ddirectchannel.cpp227 int32_t dummy; in unlock() local
228 return mapGralloc1Error(mPfnUnlock(mGralloc1Device, handle, &dummy)); in unlock()
/device/generic/goldfish/data/etc/
Ddtb.img1 really dummy
/device/google/coral-kernel/sm8150/original-kernel-headers/video/
Dedid.h6 unsigned char dummy[128]; member
/device/google/sunfish-kernel/sm7150/original-kernel-headers/video/
Dedid.h6 unsigned char dummy[128]; member
/device/google/coral-kernel/sm8150/kernel-headers/video/
Dedid.h22 unsigned char dummy[128]; member
/device/google/sunfish-kernel/sm7150/kernel-headers/video/
Dedid.h22 unsigned char dummy[128]; member
/device/google/contexthub/firmware/os/drivers/bosch_bmi160/
Dakm_ak09915_slave.h37 int32_t dummy; member
/device/linaro/hikey/self-extractors_hikey960/
DPART19 read dummy
/device/google/bramble/self-extractors/
DPART19 read dummy
/device/google/shusky/self-extractors_shiba/
DPART19 read dummy
/device/google/sunfish/self-extractors/
DPART19 read dummy
/device/google/barbet/self-extractors/
DPART19 read dummy
/device/google/tangorpro/self-extractors/
DPART19 read dummy
/device/google/pantah/self-extractors_cheetah/
DPART19 read dummy
/device/google/felix/self-extractors/
DPART19 read dummy
/device/google/raviole/self-extractors_raven/
DPART19 read dummy
/device/google/lynx/self-extractors/
DPART19 read dummy
/device/google/shusky/self-extractors_husky/
DPART19 read dummy
/device/google/pantah/self-extractors_panther/
DPART19 read dummy
/device/google/bluejay/self-extractors/
DPART19 read dummy
/device/google/redfin/self-extractors/
DPART19 read dummy

12345