Home
last modified time | relevance | path

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

/hardware/google/gfxstream/host/gl/glestranslator/include/GLcommon/
DGLESmacros.h95 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ macro
/hardware/google/gfxstream/guest/GLESv1_enc/
DGLEncoder.cpp43 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ macro
/hardware/google/gfxstream/guest/GLESv2_enc/
DGL2Encoder.cpp68 #define RET_AND_SET_ERROR_IF(condition, err, ret) if((condition)) { \ macro