Home
last modified time | relevance | path

Searched refs:setBuf (Results 1 – 6 of 6) sorted by relevance

/third_party/glslang/Test/baseResults/
Dspv.set.vert.out13 Name 10 "setBuf"
14 MemberName 10(setBuf) 0 "color"
18 MemberDecorate 10(setBuf) 0 Offset 0
19 Decorate 10(setBuf) BufferBlock
30 10(setBuf): TypeStruct 7(fvec4)
31 11: TypePointer Uniform 10(setBuf)
/third_party/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java91 setBuf(null, null, width, strides, height, subsamp, true); in YUVImage()
109 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad, in YUVImage()
149 setBuf(planes, offsets, width, strides, height, subsamp, false); in YUVImage()
175 setBuf(yuvImage, width, pad, height, subsamp); in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() method in YUVImage
213 setBuf(planes, offsets, width, strides, height, subsamp, false); in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() method in YUVImage
285 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf() method in YUVImage
310 setBuf(planes, offsets, width, strides, height, subsamp); in setBuf()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/org/libjpegturbo/turbojpeg/
DYUVImage.java91 setBuf(null, null, width, strides, height, subsamp, true); in YUVImage()
109 setBuf(new byte[TJ.bufSizeYUV(width, pad, height, subsamp)], width, pad, in YUVImage()
149 setBuf(planes, offsets, width, strides, height, subsamp, false); in YUVImage()
175 setBuf(yuvImage, width, pad, height, subsamp); in YUVImage()
211 public void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() method in YUVImage
213 setBuf(planes, offsets, width, strides, height, subsamp, false); in setBuf()
216 private void setBuf(byte[][] planes, int[] offsets, int width, int[] strides, in setBuf() method in YUVImage
285 public void setBuf(byte[] yuvImage, int width, int pad, int height, in setBuf() method in YUVImage
310 setBuf(planes, offsets, width, strides, height, subsamp); in setBuf()
/third_party/glslang/Test/
Dspv.set.vert5 layout(set = 0, binding = 8) buffer setBuf {
/third_party/libjpeg-turbo/java/
DTJBench.java214 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, subsamp); in decomp()
395 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, in fullTest()
/third_party/flutter/skia/third_party/externals/libjpeg-turbo/java/
DTJBench.java207 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, subsamp); in decomp()
386 yuvImage.setBuf(yuvImage.getBuf(), width, yuvPad, height, in fullTest()