Home
last modified time | relevance | path

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

/development/tools/emulator/opengl/host/libs/Translator/include/GLcommon/
DGLESmacros.h41 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ macro
/development/tools/emulator/opengl/system/GLESv1_enc/
DGLEncoder.cpp46 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ macro
/development/tools/emulator/opengl/system/GLESv2_enc/
DGL2Encoder.cpp17 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ macro