Home
last modified time | relevance | path

Searched defs:condition (Results 1 – 13 of 13) sorted by relevance

/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h29 #define android_printAssert(condition, tag, format, ...) \ argument
32 #define LOG_ALWAYS_FATAL_IF(condition, ...) \ argument
/device/generic/goldfish-opengl/fuchsia/
Dport.cc56 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert()
/device/google/contexthub/firmware/os/inc/
Dutil.h37 #define C_STATIC_ASSERT(name, condition) \ argument
/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h65 static void address_space_assert(bool condition) { in address_space_assert()
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp82 std::condition_variable condition; in wifi_cleanup() local
/device/generic/goldfish-opengl/system/GLESv1_enc/
DGLEncoder.cpp31 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument
38 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
Dgl_entry.cpp1953 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
Dgl_enc.cpp7649 void glSetFenceNV_enc(void *self , GLuint fence, GLenum condition) in glSetFenceNV_enc()
/device/generic/goldfish-opengl/system/GLESv2_enc/
DGL2Encoder.cpp42 #define SET_ERROR_IF(condition, err) if((condition)) { \ argument
48 #define SET_ERROR_WITH_MESSAGE_IF(condition, err, generator, genargs) if ((condition)) { \ argument
56 #define RET_AND_SET_ERROR_IF(condition, err, ret) if((condition)) { \ argument
62 #define RET_AND_SET_ERROR_WITH_MESSAGE_IF(condition, err, ret, generator, genargs) if((condition)) … argument
4668 GLsync GL2Encoder::s_glFenceSync(void* self, GLenum condition, GLbitfield flags) { in s_glFenceSync()
Dgl2_entry.cpp1541 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()
2090 GLsync glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync()
2126 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags) in glFenceSyncAEMU()
Dgl2_enc.cpp6806 uint64_t glFenceSyncAEMU_enc(void *self , GLenum condition, GLbitfield flags) in glFenceSyncAEMU_enc()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp346 static uint64_t glFenceSyncAEMU(void* ctx_, GLenum condition, GLbitfield flags) { in glFenceSyncAEMU()
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV()