/third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
H A D | Context.h | 415 void setClearDepth(float depth); 610 size_t getRequiredBufferSize(GLsizei width, GLsizei height, GLsizei depth, GLenum format, GLenum type) const;
|
/third_party/openssl/crypto/x509/ |
H A D | x509_lu.c | 805 int X509_STORE_set_depth(X509_STORE *ctx, int depth) in X509_STORE_set_depth() argument 807 X509_VERIFY_PARAM_set_depth(ctx->param, depth); in X509_STORE_set_depth()
|
/third_party/skia/third_party/externals/opengl-registry/api/GLES/1.0/ |
H A D | gl.h | 481 GLAPI void APIENTRY glClearDepthf (GLclampf depth); 482 GLAPI void APIENTRY glClearDepthx (GLclampx depth);
|
/third_party/toybox/generated/ |
H A D | globals.h | 1267 unsigned long depth, total; member 1299 int topdir, xdev, depth; member
|
/third_party/skia/include/core/ |
H A D | SkRect.h | 37 @param depth the number of tabs preceding each line. 39 void dump(std::string& desc, int depth) const; 1364 @param depth the number of tabs preceding each line. 1366 void dump(std::string& desc, int depth) const;
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/mesh_shader/ |
H A D | vktMeshShaderSmokeTests.cpp | 513 const tcu::IVec3 imageDim (static_cast<int>(colorBufferExtent.width), static_cast<int>(colorBufferExtent.height), static_cast<int>(colorBufferExtent.depth)); in iterate() 1024 const tcu::IVec3 imageDim (static_cast<int>(colorBufferExtent.width), static_cast<int>(colorBufferExtent.height), static_cast<int>(colorBufferExtent.depth)); in testFullscreenGradient()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/pipeline/ |
H A D | vktPipelineImage2DViewOf3DTests.cpp | 85 int32_t depth = computeMipLevelDimension(baseLevelSize.z(), mipLevel); in computeMipLevelSize() local 86 return tcu::IVec3(width, height, depth); in computeMipLevelSize() 556 // The reference image has always a depth of 1, because it will be compared to the 2D result image (sampler cases) or to a single layer of a 3D image. in iterate()
|
H A D | vktPipelineMultisampleBaseResolveAndPerSampleFetch.cpp | 757 imageRSInfo.extent.depth * imageRSInfo.arrayLayers, in iterate() 782 imageRSInfo.extent.depth * imageRSInfo.arrayLayers, in iterate()
|
/third_party/vk-gl-cts/external/vulkancts/modules_no_buildgn/vulkan/ray_tracing/ |
H A D | vktRayTracingTraversalControlTests.cpp | 144 VkImageCreateInfo makeImageCreateInfo (deUint32 width, deUint32 height, deUint32 depth, VkFormat format) in makeImageCreateInfo() argument 153 makeExtent3D(width, height, depth), // VkExtent3D extent; in makeImageCreateInfo()
|
/third_party/vulkan-loader/tests/framework/ |
H A D | test_util.h | 731 return a.width == b.width && a.height == b.height && a.depth == b.depth;
|
/third_party/skia/third_party/externals/angle2/src/libGL/ |
H A D | entry_points_gl_3_autogen.cpp | 338 void GL_APIENTRY GL_ClearBufferfi(GLenum buffer, GLint drawbuffer, GLfloat depth, GLint stencil) in GL_ClearBufferfi() argument 342 "context = %d, buffer = %s, drawbuffer = %d, depth = %f, stencil = %d", CID(context), in GL_ClearBufferfi() 343 GLenumToString(GLenumGroup::Buffer, buffer), drawbuffer, depth, stencil); in GL_ClearBufferfi() 350 buffer, drawbuffer, depth, stencil)); in GL_ClearBufferfi() 353 context->clearBufferfi(buffer, drawbuffer, depth, stencil); in GL_ClearBufferfi() 355 ANGLE_CAPTURE(ClearBufferfi, isCallValid, context, buffer, drawbuffer, depth, stencil); in GL_ClearBufferfi() 3224 GLsizei depth, in GL_TexImage3DMultisample() 3230 "depth = %d, fixedsamplelocations = %s", in GL_TexImage3DMultisample() 3232 GLenumToString(GLenumGroup::InternalFormat, internalformat), width, height, depth, in GL_TexImage3DMultisample() 3241 target, samples, internalformat, width, height, depth, in GL_TexImage3DMultisample() 3219 GL_TexImage3DMultisample(GLenum target, GLsizei samples, GLenum internalformat, GLsizei width, GLsizei height, GLsizei depth, GLboolean fixedsamplelocations) GL_TexImage3DMultisample() argument [all...] |
/third_party/selinux/libsepol/src/ |
H A D | policydb.c | 2155 int rc, depth; in read_cons_helper() local 2174 depth = -1; in read_cons_helper() 2198 if (depth < 0) in read_cons_helper() 2203 if (depth < 1) in read_cons_helper() 2205 depth--; in read_cons_helper() 2208 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper() 2210 depth++; in read_cons_helper() 2215 if (depth == (CEXPR_MAXDEPTH - 1)) in read_cons_helper() 2217 depth++; in read_cons_helper() 2233 if (depth ! in read_cons_helper() [all...] |
/kernel/linux/linux-5.10/drivers/video/fbdev/core/ |
H A D | fbcon.c | 302 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() local 311 if (depth != 1) in get_color() 315 switch (depth) { in get_color() 2593 int i, j, k, depth; in fbcon_set_palette() local 2602 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette() 2603 if (depth > 3) { in fbcon_set_palette() 2620 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()
|
/kernel/linux/linux-5.10/tools/perf/ |
H A D | builtin-script.c | 1341 size_t depth = thread_stack__depth(thread, sample->cpu); in perf_sample__fprintf_callindent() local 1349 * The 'return' has already been popped off the stack so the depth has in perf_sample__fprintf_callindent() 1353 depth += 1; in perf_sample__fprintf_callindent() 1364 len = fprintf(fp, "%*s%s", (int)depth * 4, "", name); in perf_sample__fprintf_callindent() 1366 len = fprintf(fp, "%*s%16" PRIx64, (int)depth * 4, "", ip); in perf_sample__fprintf_callindent() 1876 int depth = thread_stack__depth(thread, sample->cpu); in show_event() local 1882 if (depth <= thread->filter_entry_depth) { in show_event() 1901 thread->filter_entry_depth = depth; in show_event() 3539 "Set the maximum stack depth when parsing the callchain, " in cmd_script() 3540 "anything beyond the specified depth wil in cmd_script() [all...] |
/kernel/linux/linux-6.6/drivers/video/fbdev/core/ |
H A D | fbcon.c | 284 int depth = fb_get_color_depth(&info->var, &info->fix); in get_color() local 293 if (depth != 1) in get_color() 297 switch (depth) { in get_color() 2563 int i, j, k, depth; in fbcon_set_palette() local 2572 depth = fb_get_color_depth(&info->var, &info->fix); in fbcon_set_palette() 2573 if (depth > 3) { in fbcon_set_palette() 2590 fb_copy_cmap(fb_default_cmap(1 << depth), &palette_cmap); in fbcon_set_palette()
|
/third_party/backends/backend/ |
H A D | plustek.c | 31 * - 12bit color-depth are now available for scanimage 73 * split scanmode and bit-depth 333 * bit-depth per pixel 346 scanner->params.depth = scanner->val[OPT_BIT_DEPTH].w; in getScanMode() 350 scanner->params.depth = 1; in getScanMode() 351 } else if( scanner->params.depth == 8 ) { in getScanMode() 358 scanner->params.depth = 16; in getScanMode() 734 /* bit depth */ in init_options() 2365 if (s->params.depth == 1) in sane_get_parameters() 2369 s->params.depth / in sane_get_parameters() [all...] |
H A D | teco2.c | 871 window[34] = dev->depth; in teco_set_window() 2816 dev->depth = 8; in sane_control_option() 2824 dev->depth = 8; in sane_control_option() 2861 dev->depth = 8; in sane_control_option() 3060 dev->params.depth = 1; in sane_get_parameters() 3076 dev->params.depth = 8; in sane_get_parameters() 3092 dev->params.depth = 8; in sane_get_parameters()
|
/third_party/mesa3d/src/gallium/drivers/d3d12/ |
H A D | d3d12_context.cpp | 445 if (depth_stencil_alpha->depth.bounds_test) { in d3d12_create_depth_stencil_alpha_state() 447 dsa->min_depth_bounds = depth_stencil_alpha->depth.bounds_min; in d3d12_create_depth_stencil_alpha_state() 448 dsa->max_depth_bounds = depth_stencil_alpha->depth.bounds_max; in d3d12_create_depth_stencil_alpha_state() 1322 /* When the rasterizer is configured for "full" depth clipping ([-1, 1]) 1327 * the rasterizer is configured for "half" depth clipping ([0, 1]), the viewport 2022 double depth, 2050 depth, stencil, 1, &rect); 2064 double depth, unsigned stencil) 2083 depth, stencil, 2611 * For fixed-point depth buffer [all...] |
/third_party/mesa3d/src/gallium/drivers/r600/ |
H A D | r600_state.c | 676 unsigned width, height, depth, offset_level, last_level; in r600_create_sampler_view_custom() local 730 depth = u_minify(texture->depth0, offset_level); in r600_create_sampler_view_custom() 735 depth = texture->array_size; in r600_create_sampler_view_custom() 737 depth = texture->array_size; in r600_create_sampler_view_custom() 739 depth = texture->array_size / 6; in r600_create_sampler_view_custom() 761 S_038004_TEX_DEPTH(depth - 1) | in r600_create_sampler_view_custom() 2981 if (src_box->depth > 1 || in r600_dma_copy()
|
/third_party/libcoap/src/ |
H A D | coap_openssl.c | 1921 int depth = X509_STORE_CTX_get_error_depth(ctx); in tls_verify_call_back() local 1961 depth > (setup_data->cert_chain_verify_depth + 1)) { in tls_verify_call_back() 1968 coap_log_warn(" %s: %s: '%s' depth=%d\n", in tls_verify_call_back() 1970 "Unknown CA", cn ? cn : "?", depth); in tls_verify_call_back() 1972 coap_log_warn(" %s: %s: '%s' depth=%d\n", in tls_verify_call_back() 1974 X509_verify_cert_error_string(err), cn ? cn : "?", depth); in tls_verify_call_back() 1977 coap_log_info(" %s: %s: overridden: '%s' depth=%d\n", in tls_verify_call_back() 1979 X509_verify_cert_error_string(err), cn ? cn : "?", depth); in tls_verify_call_back() 1982 /* Certificate - depth == 0 is the Client Cert */ in tls_verify_call_back() 1991 depth, preverify_o in tls_verify_call_back() [all...] |
/third_party/vk-gl-cts/external/vulkancts/modules/vulkan/binding_model/ |
H A D | vktBindingValveMutableTests.cpp | 467 // Triangle around (offsetX, 0) with depth 5.0. in makeDefaultAccelerationStructure() 473 const float depth = 5.0f; in makeDefaultAccelerationStructure() local 480 vertices.emplace_back(middleX, topY, depth); in makeDefaultAccelerationStructure() 481 vertices.emplace_back(rightX, bottomY, depth); in makeDefaultAccelerationStructure() 482 vertices.emplace_back(leftX, bottomY, depth); in makeDefaultAccelerationStructure() 487 vertices.emplace_back(leftX, bottomY, depth); in makeDefaultAccelerationStructure() 488 vertices.emplace_back(rightX, topY, depth); in makeDefaultAccelerationStructure() 3008 extent.depth, // deUint32 layers;
|
/third_party/vk-gl-cts/external/openglcts/modules/gl/ |
H A D | gl4cDirectStateAccessTests.hpp | 2502 * named renderbuffer storage), depth attachment and stencil attachment. 2541 * named renderbuffer storage), depth attachment and stencil attachment. 2589 * Create named framebuffer with depth attachment and stencil 2621 bool TestClearDepthAndStencil(glw::GLfloat depth, glw::GLint stencil); 2643 * Create named framebuffer with color, depth and stencil attachments with 2646 * Create named framebuffer with color, depth and stencil attachments with 2649 * Clear the first framebuffer with red color, 0.5 depth and 1 as a stencil 2655 * Clear first the framebuffer with green color, 0.25 depth and 2 as a 2660 * NEAREST filter for depth and stencil attachments. 2662 * Clear the first framebuffer with blue color, 0.125 depth an [all...] |
/foundation/arkui/ace_engine/frameworks/core/components_ng/pattern/menu/menu_item/ |
H A D | menu_item_pattern.cpp | 355 uint32_t depth = 0; in GetSubMenu() local 357 while (child && depth < MAX_SEARCH_DEPTH) { in GetSubMenu() 362 ++depth; in GetSubMenu() 370 ++depth; in GetSubMenu()
|
/foundation/arkui/ace_engine/test/unittest/core/pattern/text_picker/ |
H A D | text_picker_pattern_test_ng.cpp | 345 * @tc.expected: caculate the option depth, the depth is correct. in HWTEST_F() 347 auto depth = textPickerPattern->ProcessCascadeOptionDepth(option); in HWTEST_F() local 348 EXPECT_EQ(1, depth); in HWTEST_F() 372 * @tc.expected: caculate the option depth, the depth is correct. in HWTEST_F() 379 auto depth = textPickerPattern->ProcessCascadeOptionDepth(option); in HWTEST_F() local 380 EXPECT_EQ(SECOND, depth); in HWTEST_F()
|
/foundation/graphic/graphic_2d/rosen/test/render_service/render_service_base/unittest/pipeline/ |
H A D | rs_base_render_node_test.cpp | 1000 int32_t depth = 0; in HWTEST_F() local 1002 node->DumpTree(depth, out); in HWTEST_F() 1015 int32_t depth = 0; in HWTEST_F() local 1022 node->DumpTree(depth, out); in HWTEST_F()
|