Home
last modified time | relevance | path

Searched refs:gbuf (Results 1 – 10 of 10) sorted by relevance

/third_party/selinux/libselinux/src/
Dseusers.c117 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/
DEXT_shader_pixel_local_storage.txt529 } 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;
DEXT_shader_pixel_local_storage2.txt680 } 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/
DEXT_shader_pixel_local_storage.txt529 } 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;
DEXT_shader_pixel_local_storage2.txt680 } 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/
Dcdattst.c192 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/
Dip.c44 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/
Dglobals.h669 char stats, singleline, flush, *filter_dev, gbuf[8192]; member
/third_party/gstreamer/gstplugins_base/gst-libs/gst/audio/
Dgstaudiodecoder.c2055 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/
Dglocalfileinfo.c1263 struct group gbuf; in lookup_gid_name() local
1276 getgrgid_r (gid, &gbuf, buffer, sizeof(buffer), &gbufp); in lookup_gid_name()