Home
last modified time | relevance | path

Searched refs:core (Results 751 - 775 of 1331) sorted by relevance

1...<<31323334353637383940>>...54

/third_party/vk-gl-cts/framework/platform/osx/
H A DtcuOSXPlatform.cpp156 return glu::ApiType::core(major, minor); in getVersion()
/third_party/skia/third_party/externals/libpng/
H A Dconfigure1782 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1890 rm -f core conftest.err conftest.$ac_objext \
1943 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
1945 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
2146 rm -f core *.core core.conftest.* &&
3568 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3635 rm -f core conftest.err conftest.$ac_objext conftest.$ac_ext
3637 rm -f core conftes
[all...]
/third_party/pulseaudio/src/daemon/
H A Dohos_pa_main.c78 #include <pulsecore/core-error.h>
79 #include <pulsecore/core-rtclock.h>
80 #include <pulsecore/core-scache.h>
81 #include <pulsecore/core.h>
85 #include <pulsecore/core-util.h>
1409 /* Ensure all the modules/samples are unloaded when the core is still ref'ed, in real_main()
1410 * as unlink callback hooks in modules may need the core to be ref'ed */ in real_main()
/third_party/vk-gl-cts/external/openglcts/modules/gl/
H A Dgl4cDirectStateAccessXFBTests.cpp77 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
234 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
558 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
966 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
1574 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
H A Dgl4cDirectStateAccessBuffersTests.cpp84 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
215 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
931 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
1154 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
1298 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
1486 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
1651 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
1845 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
2112 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core(4, 5))); in iterate()
2258 bool is_at_least_gl_45 = (glu::contextSupports(m_context.getRenderContext().getType(), glu::ApiType::core( in iterate()
[all...]
/third_party/rust/crates/minimal-lexical/src/
H A Dlibm.rs394 use core::arch::x86::*; in sqrtf()
396 use core::arch::x86_64::*; in sqrtf()
1073 use core::arch::x86::*; in sqrtd()
1075 use core::arch::x86_64::*; in sqrtd()
1088 use core::num::Wrapping; in sqrtd()
/third_party/ffmpeg/libavcodec/
H A Ddca_xll.c1097 // core decoding or mute its output until decoding delay expires. in parse_frame_no_pbr()
1250 if (ff_dca_core_map_spkr(&dca->core, c->ch_remap[ch]) < 0) in force_lossy_output()
1262 // Verify that core is compatible in combine_residual_frame()
1264 av_log(s->avctx, AV_LOG_ERROR, "Residual encoded channels are present without core\n"); in combine_residual_frame()
1268 if (c->freq != dca->core.output_rate) { in combine_residual_frame()
1269 av_log(s->avctx, AV_LOG_WARNING, "Sample rate mismatch between core (%d Hz) and XLL (%d Hz)\n", dca->core.output_rate, c->freq); in combine_residual_frame()
1273 if (nsamples != dca->core.npcmsamples) { in combine_residual_frame()
1274 av_log(s->avctx, AV_LOG_WARNING, "Number of samples per frame mismatch between core (%d) and XLL (%d)\n", dca->core in combine_residual_frame()
[all...]
/third_party/mesa3d/src/egl/drivers/dri2/
H A Dplatform_x11.c370 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_x11_create_surface()
427 dri2_dpy->core->destroyDrawable(dri2_surf->dri_drawable); in dri2_x11_destroy_surface()
886 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_copy_region()
960 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_x11_swap_buffers()
1042 dri2_dpy->core->swapBuffers(dri2_surf->dri_drawable); in dri2_x11_copy_buffers()
1558 dri2_dpy->loader_dri3_ext.core = dri2_dpy->core; in dri2_initialize_x11_dri3()
/third_party/pulseaudio/src/modules/
H A Dmodule-ladspa-sink.c35 #include <pulsecore/core-util.h>
315 u->dbus_protocol = pa_dbus_protocol_get(u->sink->core); in dbus_init()
501 chunk->memblock = pa_memblock_new(i->sink->core->mempool, chunk->length); in sink_input_pop_cb()
1030 master = pa_namereg_get(m->core, master_name, PA_NAMEREG_SINK); in pa__init()
1215 u->block_size = pa_frame_align(pa_mempool_block_size_max(m->core->mempool), &ss); in pa__init()
1312 u->sink = pa_sink_new(m->core, &sink_data, in pa__init()
1350 pa_sink_input_new(&u->sink_input, m->core, &sink_input_data); in pa__init()
/third_party/libwebsockets/lib/drivers/display/
H A Dili9341-spi.c25 #include <private-lib-core.h>
/third_party/libwebsockets/lib/abstract/
H A Dtest-sequencer.c31 #include <private-lib-core.h>
/third_party/libdrm/etnaviv/
H A Detnaviv_drmif.h98 struct etna_gpu *etna_gpu_new(struct etna_device *dev, unsigned int core);
/third_party/mesa3d/src/etnaviv/drm/
H A Detnaviv_priv.h122 uint32_t core; member
/third_party/libwebsockets/lib/roles/mqtt/client/
H A Dclient-mqtt-handshake.c26 #include <private-lib-core.h>
/third_party/mesa3d/src/loader/
H A Dloader_dri3_helper.h98 const __DRIcoreExtension *core; member
/third_party/libwebsockets/lib/system/
H A Dsystem.c25 #include <private-lib-core.h>
/third_party/libwebsockets/lib/tls/openssl/
H A Dlws-genhash.c27 #include <private-lib-core.h>
/third_party/libwebsockets/lib/secure-streams/protocols/
H A Dss-h2.c25 #include <private-lib-core.h>
H A Dss-raw.c27 #include <private-lib-core.h>
/third_party/lz4/examples/
H A DMakefile110 @rm -f core *.o *.dec *-0 *-9 *-8192 *.lz4s *.lz4 \
/third_party/node/deps/openssl/openssl/crypto/
H A Dcore_algorithm.c10 #include <openssl/core.h>
12 #include "internal/core.h"
/third_party/node/deps/openssl/openssl/providers/
H A Dlegacyprov.c12 #include <openssl/core.h>
36 /* Parameters we provide to the core */
172 /* Functions we provide to the core */
/third_party/node/deps/openssl/openssl/include/crypto/
H A Dasn1.h21 #include <openssl/core.h>
H A Drsa.h14 # include <openssl/core.h>
/third_party/node/deps/openssl/openssl/crypto/evp/
H A Dkdf_lib.c16 #include <openssl/core.h>

Completed in 27 milliseconds

1...<<31323334353637383940>>...54