Home
last modified time | relevance | path

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

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