Home
last modified time | relevance | path

Searched refs:condition (Results 1 – 25 of 29) sorted by relevance

12

/device/generic/goldfish-opengl/fuchsia/include/cutils/
Dlog.h29 #define android_printAssert(condition, tag, format, ...) \ argument
30 __android_log_assert(condition, tag, "assert: condition: %s " format, condition, ##__VA_ARGS__)
32 #define LOG_ALWAYS_FATAL_IF(condition, ...) \ argument
33 ((condition) \
34 ? ((void)android_printAssert(#condition, LOG_TAG, ##__VA_ARGS__)) \
55 [[noreturn]] void __android_log_assert(const char* condition, const char* tag,
/device/google/contexthub/firmware/os/inc/
Dutil.h37 #define C_STATIC_ASSERT(name, condition) \ argument
39 static_assert_check_ ## name [(condition) ? 0 : -1] = {}
/device/generic/goldfish/wifi/wifi_hal/
Dwifi_hal.cpp82 std::condition_variable condition; in wifi_cleanup() local
91 auto callback = [&mutex, &stopped, &condition] { in wifi_cleanup()
94 condition.notify_all(); in wifi_cleanup()
101 condition.wait(lock); in wifi_cleanup()
/device/generic/goldfish-opengl/android-emu/android/base/
Daddress_space.h65 static void address_space_assert(bool condition) { in address_space_assert() argument
67 ANDROID_EMU_ADDRESS_SPACE_ASSERT_FUNC(condition); in address_space_assert()
69 assert(condition); in address_space_assert()
/device/generic/goldfish-opengl/fuchsia/
Dport.cc56 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert() argument
/device/generic/goldfish-opengl/system/include/EGL/
Deglext.h220 EGLAPI EGLSyncNV EGLAPIENTRY eglCreateFenceSyncNV (EGLDisplay dpy, EGLenum condition, const EGLint …
227 typedef EGLSyncNV (EGLAPIENTRYP PFNEGLCREATEFENCESYNCNVPROC) (EGLDisplay dpy, EGLenum condition, co…
/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.cpp280 void glSetFenceNV(GLuint fence, GLenum condition);
1953 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() argument
1956 ctx->glSetFenceNV(ctx, fence, condition); in glSetFenceNV()
/device/generic/opengl-transport/host/libs/virglrenderer/
DGLESv3.cpp346 static uint64_t glFenceSyncAEMU(void* ctx_, GLenum condition, GLbitfield flags) { in glFenceSyncAEMU() argument
347 GLsync sync_ = s_gles3.glFenceSync(condition, flags); in glFenceSyncAEMU()
/device/generic/goldfish-opengl/system/include/GLES/
Dglext.h973 GL_API GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);
981 typedef GLsync (GL_APIENTRYP PFNGLFENCESYNCAPPLEPROC) (GLenum condition, GLbitfield flags);
1192 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
/device/generic/goldfish-opengl/system/GLESv2_enc/
Dgl2_entry.cpp188 void glSetFenceNV(GLuint fence, GLenum condition);
279 GLsync glFenceSync(GLenum condition, GLbitfield flags);
285 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags);
1541 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() argument
1544 ctx->glSetFenceNV(ctx, fence, condition); in glSetFenceNV()
2090 GLsync glFenceSync(GLenum condition, GLbitfield flags) in glFenceSync() argument
2093 return ctx->glFenceSync(ctx, condition, flags); in glFenceSync()
2126 uint64_t glFenceSyncAEMU(GLenum condition, GLbitfield flags) in glFenceSyncAEMU() argument
2129 return ctx->glFenceSyncAEMU(ctx, condition, flags); in glFenceSyncAEMU()
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() argument
4670 uint64_t syncHandle = ctx->glFenceSyncAEMU(ctx, condition, flags); in s_glFenceSync()
DGL2Encoder.h622 static GLsync s_glFenceSync(void* self, GLenum condition, GLbitfield flags);
/device/linaro/dragonboard/db845c/firmware/
DLICENSE.qcom.txt32 file setting forth the terms and condition of this Agreement; (iv) you may not
61 impose certain obligations on you as a condition to the permitted use of such
DNOTICE32 file setting forth the terms and condition of this Agreement; (iv) you may not
61 impose certain obligations on you as a condition to the permitted use of such
/device/linaro/dragonboard/db845c/firmware/qcom/venus-5.2/
DNOTICE32 file setting forth the terms and condition of this Agreement; (iv) you may not
61 impose certain obligations on you as a condition to the permitted use of such
/device/linaro/dragonboard/installer/db845c/dragonboard-845c-bootloader-ufs-aosp/
DLICENSE32 file setting forth the terms and condition of this Agreement; (iv) you may not
61 impose certain obligations on you as a condition to the permitted use of such
/device/generic/opengl-transport/host/libs/virglrenderer/OpenGLESDispatch/
Dgles3_only.entries78 GLsync glFenceSync(GLenum condition, GLbitfield flags);
/device/generic/goldfish-opengl/system/include/GLES2/
Dgl2ext.h641 typedef GLsync (GL_APIENTRYP PFNGLFENCESYNCAPPLEPROC) (GLenum condition, GLbitfield flags);
649 GL_APICALL GLsync GL_APIENTRY glFenceSyncAPPLE (GLenum condition, GLbitfield flags);
1656 typedef void (GL_APIENTRYP PFNGLSETFENCENVPROC) (GLuint fence, GLenum condition);
1664 GL_APICALL void GL_APIENTRY glSetFenceNV (GLuint fence, GLenum condition);
/device/generic/goldfish-opengl/tests/gles_android_wrapper/
Dgles.cpp1316 void glSetFenceNV(GLuint fence, GLenum condition) in glSetFenceNV() argument
1318 getDispatch()->glSetFenceNV(fence, condition); in glSetFenceNV()
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv3_dec/
Dgles3.in185 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
364 GL_ENTRY(GLsync, glFenceSync, GLenum condition, GLbitfield flags)
371 GL_ENTRY(uint64_t, glFenceSyncAEMU, GLenum condition, GLbitfield flags)
/device/google/coral/
DWCNSS_qcom_cfg.ini181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/
Dgles1.in280 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
/device/generic/goldfish-opengl/system/include/GLES3/
Dgl3.h899 GL_APICALL GLsync GL_APIENTRY glFenceSync (GLenum condition, GLbitfield flags);
Dgl31.h899 GL_APICALL GLsync GL_APIENTRY glFenceSync (GLenum condition, GLbitfield flags);

12