/device/generic/goldfish-opengl/fuchsia/include/cutils/ |
D | log.h | 29 #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/ |
D | util.h | 37 #define C_STATIC_ASSERT(name, condition) \ argument 39 static_assert_check_ ## name [(condition) ? 0 : -1] = {}
|
/device/generic/goldfish/wifi/wifi_hal/ |
D | wifi_hal.cpp | 82 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/ |
D | address_space.h | 65 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/ |
D | port.cc | 56 void __android_log_assert(const char* condition, const char* tag, in __android_log_assert() argument
|
/device/generic/goldfish-opengl/system/include/EGL/ |
D | eglext.h | 220 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/ |
D | GLEncoder.cpp | 31 #define SET_ERROR_IF(condition,err) if((condition)) { \ argument 38 #define RET_AND_SET_ERROR_IF(condition,err,ret) if((condition)) { \ argument
|
D | gl_entry.cpp | 280 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/ |
D | GLESv3.cpp | 346 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/ |
D | glext.h | 973 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/ |
D | gl2_entry.cpp | 188 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()
|
D | GL2Encoder.cpp | 42 #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()
|
D | GL2Encoder.h | 622 static GLsync s_glFenceSync(void* self, GLenum condition, GLbitfield flags);
|
/device/linaro/dragonboard/db845c/firmware/ |
D | LICENSE.qcom.txt | 32 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
|
D | NOTICE | 32 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/ |
D | NOTICE | 32 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/ |
D | LICENSE | 32 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/ |
D | gles3_only.entries | 78 GLsync glFenceSync(GLenum condition, GLbitfield flags);
|
/device/generic/goldfish-opengl/system/include/GLES2/ |
D | gl2ext.h | 641 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/ |
D | gles.cpp | 1316 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/ |
D | gles3.in | 185 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/ |
D | WCNSS_qcom_cfg.ini | 181 # within last gTDLSTxStatsPeriod period is considered as idle condition.
|
/device/generic/opengl-transport/host/libs/virglrenderer/GLESv1_dec/ |
D | gles1.in | 280 GL_ENTRY(void, glSetFenceNV, GLuint fence, GLenum condition)
|
/device/generic/goldfish-opengl/system/include/GLES3/ |
D | gl3.h | 899 GL_APICALL GLsync GL_APIENTRY glFenceSync (GLenum condition, GLbitfield flags);
|
D | gl31.h | 899 GL_APICALL GLsync GL_APIENTRY glFenceSync (GLenum condition, GLbitfield flags);
|