Home
last modified time | relevance | path

Searched defs:SET_ERROR_IF (Results 1 – 3 of 3) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESmacros.h88 #define SET_ERROR_IF(condition,err) if((condition)) { \ macro
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp36 #define SET_ERROR_IF(condition,err) if((condition)) { \ macro
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp54 #define SET_ERROR_IF(condition, err) if((condition)) { \ macro