Searched refs:gbuf (Results 1 – 10 of 10) sorted by relevance
/third_party/selinux/libselinux/src/ |
D | seusers.c | 117 struct group gbuf, *grent = NULL; in check_group() local 128 int retval = getgrnam_r(group, &gbuf, rbuf, in check_group()
|
/third_party/openGLES/extensions/EXT/ |
D | EXT_shader_pixel_local_storage.txt | 529 } gbuf; 534 gbuf.normal = v; 535 gbuf.color = texture(sampler, coord); 536 gbuf.flags = material_id; 548 } gbuf; 554 fragColor = do_lighting(gbuf.normal, gbuf.color, gbuf.flags, light_pos); 694 } gbuf;
|
D | EXT_shader_pixel_local_storage2.txt | 680 } gbuf; 685 gbuf.depth = gl_FragCoord.z; 686 gbuf.normal_roughness = vec4(normal, texture2d(roughness_texture).r); 687 gbuf.albedo_metallicness = texture2d(albedo_metallicness_texture, coord); 701 } gbuf; 708 …accumulationBuffer = do_lighting(gbuf.depth, gbuf.normal_roughness, gbuf.albedo_metallicness, ligh…
|
/third_party/skia/third_party/externals/opengl-registry/extensions/EXT/ |
D | EXT_shader_pixel_local_storage.txt | 529 } gbuf; 534 gbuf.normal = v; 535 gbuf.color = texture(sampler, coord); 536 gbuf.flags = material_id; 548 } gbuf; 554 fragColor = do_lighting(gbuf.normal, gbuf.color, gbuf.flags, light_pos); 694 } gbuf;
|
D | EXT_shader_pixel_local_storage2.txt | 680 } gbuf; 685 gbuf.depth = gl_FragCoord.z; 686 gbuf.normal_roughness = vec4(normal, texture2d(roughness_texture).r); 687 gbuf.albedo_metallicness = texture2d(albedo_metallicness_texture, coord); 701 } gbuf; 708 …accumulationBuffer = do_lighting(gbuf.depth, gbuf.normal_roughness, gbuf.albedo_metallicness, ligh…
|
/third_party/icu/icu4c/source/test/cintltst/ |
D | cdattst.c | 192 char gbuf[2048]; in TestDateFormat() local 194 u_austrcpy(gbuf, result); in TestDateFormat() 195 …r("FAIL: Date Format for US locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat() 209 char gbuf[2048]; in TestDateFormat() local 211 u_austrcpy(gbuf, result); in TestDateFormat() 212 …AIL: Date Format for french locale failed using udat_format() - expected %s got %s\n", xbuf, gbuf); in TestDateFormat()
|
/third_party/toybox/toys/pending/ |
D | ip.c | 44 char stats, singleline, flush, *filter_dev, gbuf[8192]; 1396 int len = recv(TT.sockfd, TT.gbuf, sizeof(TT.gbuf), 0); in ipaddr_print() 1397 addr_ptr = (struct nlmsghdr *)TT.gbuf; in ipaddr_print() 2794 int msglen = recv(TT.sockfd, TT.gbuf, MESG_LEN, 0); in filter_nlmesg() 2805 for (mhdr = (struct nlmsghdr*)TT.gbuf; NLMSG_OK(mhdr, msglen); in filter_nlmesg()
|
/third_party/toybox/generated/ |
D | globals.h | 669 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
|
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/ |
D | gstaudiodecoder.c | 2055 GstBuffer *gbuf; in gst_audio_decoder_chain_reverse() local 2057 gbuf = GST_BUFFER_CAST (priv->gather->data); in gst_audio_decoder_chain_reverse() 2061 priv->decode = g_list_prepend (priv->decode, gbuf); in gst_audio_decoder_chain_reverse()
|
/third_party/glib/gio/ |
D | glocalfileinfo.c | 1263 struct group gbuf; in lookup_gid_name() local 1276 getgrgid_r (gid, &gbuf, buffer, sizeof(buffer), &gbufp); in lookup_gid_name()
|