Home
last modified time | relevance | path

Searched defs:eq (Results 1 – 4 of 4) sorted by relevance

/device/linaro/hikey/gralloc/
Dalloc_device.h31 #define AERR_IF( eq, fmt, args...) if ( (eq) ) AERR( fmt, args ) argument
/device/linaro/hikey/gralloc960/
Dgralloc_helper.h37 #define AERR_IF(eq, fmt, args...) \ argument
/device/amlogic/yukawa/hal/gralloc/
Dgralloc_helper.h37 #define AERR_IF(eq, fmt, args...) \ argument
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGLESv2Validation.cpp1336 bool allowedBlendEquation(GLenum eq) { in allowedBlendEquation()