/third_party/glslang/glslang/Public/ |
H A D | resource_limits_c.h | 43 // - dumping out a template for user construction of a config file. 50 // Decodes the resource limits from |config| to |resources|. 51 void glslang_decode_resource_limits(glslang_resource_t* resources, char* config);
|
/third_party/jerryscript/jerry-ext/include/jerryscript-ext/ |
H A D | debugger.h | 33 bool jerryx_debugger_serial_create (const char *config);
|
/third_party/mesa3d/src/gallium/winsys/freedreno/drm/ |
H A D | freedreno_drm_public.h | 9 const struct pipe_screen_config *config);
|
/third_party/mesa3d/src/gallium/drivers/virgl/ |
H A D | virgl_public.h | 31 virgl_create_screen(struct virgl_winsys *vws, const struct pipe_screen_config *config);
|
/third_party/mesa3d/src/gallium/include/frontend/ |
H A D | sw_driver.h | 12 struct pipe_screen *(*create_screen)(struct sw_winsys *ws, const struct pipe_screen_config *config, bool sw_vk);
|
/third_party/nghttp2/src/ |
H A D | shrpx_tls_test.h | 29 # include <config.h>
|
H A D | shrpx_config_test.h | 29 # include <config.h>
|
H A D | shrpx_downstream_test.h | 29 # include <config.h>
|
H A D | shrpx_http_test.h | 29 # include <config.h>
|
H A D | xsi_strerror.h | 29 # include <config.h>
|
/third_party/nghttp2/lib/ |
H A D | nghttp2_priority_spec.h | 29 # include <config.h>
|
H A D | nghttp2_debug.h | 29 # include <config.h>
|
/third_party/nghttp2/tests/ |
H A D | malloc_wrapper.h | 29 # include <config.h>
|
H A D | nghttp2_buf_test.h | 29 # include <config.h>
|
/third_party/node/deps/ngtcp2/ngtcp2/lib/ |
H A D | ngtcp2_rcvry.h | 29 # include <config.h>
|
/third_party/node/deps/nghttp2/lib/ |
H A D | nghttp2_debug.h | 29 # include <config.h>
|
H A D | nghttp2_priority_spec.h | 29 # include <config.h>
|
/third_party/node/deps/ngtcp2/nghttp3/lib/ |
H A D | nghttp3_debug.h | 30 # include <config.h>
|
H A D | nghttp3_vec.h | 30 # include <config.h>
|
/third_party/mesa3d/src/gallium/drivers/r300/ |
H A D | r300_public.h | 13 const struct pipe_screen_config *config);
|
/third_party/pulseaudio/src/pulsecore/ |
H A D | i18n.c | 21 #include <config.h>
|
/third_party/skia/third_party/externals/freetype/devel/ |
H A D | ft2build.h | 36 #include <freetype/config/ftheader.h>
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/movingphoto/ |
H A D | movingphoto_test_ng.cpp | 579 DirtySwapConfig config; in HWTEST_F() local 580 config.skipMeasure = true; in HWTEST_F() 586 EXPECT_FALSE(movingPhotoPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config)); in HWTEST_F() 587 config.skipMeasure = false; in HWTEST_F() 588 EXPECT_FALSE(movingPhotoPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config)); in HWTEST_F() 594 config.skipMeasure = true; in HWTEST_F() 599 EXPECT_FALSE(movingPhotoPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config)); in HWTEST_F() 608 EXPECT_FALSE(movingPhotoPattern->OnDirtyLayoutWrapperSwap(layoutWrapper, config)); in HWTEST_F()
|
/foundation/graphic/graphic_surface/surface/src/ |
H A D | buffer_client_producer.cpp | 96 GSError BufferClientProducer::RequestBuffer(const BufferRequestConfig &config, sptr<BufferExtraData> &bedata, in RequestBuffer() argument 101 GSError ret = WriteRequestConfig(arguments, config); in RequestBuffer() 119 retval.buffer->SetBufferRequestConfig(config); in RequestBuffer() 134 GSError BufferClientProducer::RequestBuffers(const BufferRequestConfig &config, in RequestBuffers() argument 143 GSError ret = WriteRequestConfig(arguments, config); in RequestBuffers() 170 retval.buffer->SetBufferRequestConfig(config); in RequestBuffers() 269 sptr<SyncFence> fence, BufferFlushConfigWithDamages &config) in FlushBuffer() 283 ret = WriteFlushConfig(arguments, config); in FlushBuffer() 268 FlushBuffer(uint32_t sequence, sptr<BufferExtraData> bedata, sptr<SyncFence> fence, BufferFlushConfigWithDamages &config) FlushBuffer() argument
|
/foundation/graphic/graphic_2d/rosen/modules/render_service/core/pipeline/ |
H A D | rs_base_render_engine.cpp | 244 const BufferRequestConfig& config, bool forceCPU, bool useAFBC, in RequestFrame() 266 rsSurface->SetColorSpace(config.colorGamut); in RequestFrame() 267 rsSurface->SetSurfacePixelFormat(config.format); in RequestFrame() 272 auto bufferUsage = config.usage; in RequestFrame() 297 auto surfaceFrame = rsSurface->RequestFrame(config.width, config.height, 0, useAFBC, in RequestFrame() 308 const BufferRequestConfig& config, bool forceCPU, bool useAFBC, in RequestFrame() 337 return RequestFrame(rsSurface, config, forceCPU, useAFBC, frameContextConfig); in RequestFrame() 242 RequestFrame( const std::shared_ptr<RSSurfaceOhos>& rsSurface, const BufferRequestConfig& config, bool forceCPU, bool useAFBC, const FrameContextConfig& frameContextConfig) RequestFrame() argument 307 RequestFrame(const sptr<Surface>& targetSurface, const BufferRequestConfig& config, bool forceCPU, bool useAFBC, const FrameContextConfig& frameContextConfig) RequestFrame() argument
|