HomeSort by relevance Sort by last modified time
    Searched defs:RET_AND_SET_ERROR_IF (Results 1 - 3 of 3) sorted by null

  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
GLESmacros.h 41 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \
  /device/generic/goldfish/opengl/system/GLESv2_enc/
GL2Encoder.cpp 37 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \
    [all...]
  /device/generic/goldfish/opengl/system/GLESv1_enc/
GLEncoder.cpp 38 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \
    [all...]

Completed in 34 milliseconds