HomeSort by relevance Sort by last modified time
    Searched defs:formats (Results 151 - 175 of 451) sorted by null

1 2 3 4 5 67 8 91011>>

  /external/deqp/external/openglcts/modules/glesext/texture_buffer/
esextcTextureBufferTextureBufferRange.cpp 607 /* Create list of textures internal formats */
608 std::vector<glw::GLenum> formats; local
610 formats.push_back(GL_R8);
611 formats.push_back(GL_R16F);
612 formats.push_back(GL_R32F);
613 formats.push_back(GL_R8I);
614 formats.push_back(GL_R16I);
615 formats.push_back(GL_R32I);
616 formats.push_back(GL_R8UI);
617 formats.push_back(GL_R16UI)
    [all...]
  /external/deqp/external/vulkancts/modules/vulkan/sparse_resources/
vktSparseResourcesImageSparseBinding.cpp 411 static const tcu::TextureFormat formats[] = local
427 for (deInt32 formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); ++formatNdx)
429 const tcu::TextureFormat& format = formats[formatNdx];
  /external/deqp/external/vulkancts/modules/vulkan/subgroups/
vktSubgroupsClusteredTests.cpp 828 const VkFormat formats[] = local
845 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex)
847 const VkFormat format = formats[formatIndex];
vktSubgroupsQuadTests.cpp 697 const VkFormat formats[] = local
716 for (int formatIndex = 0; formatIndex < DE_LENGTH_OF_ARRAY(formats); ++formatIndex)
718 const VkFormat format = formats[formatIndex];
  /external/deqp/framework/opengl/
gluContextInfo.cpp 171 vector<int> formats(numFormats);
173 gl.getIntegerv(GL_COMPRESSED_TEXTURE_FORMATS, &formats[0]);
178 std::copy(formats.begin(), formats.end(), std::inserter(formatSet, formatSet.begin()));
240 const set<int>& formats = m_compressedTextureFormats.getValue(m_context); local
241 return formats.find(format) != formats.end();
  /external/deqp/modules/gles2/functional/
es2fTextureSizeTests.cpp 376 } formats[] = local
393 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
398 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
401 formats[formatNdx].format, formats[formatNdx].dataType,
416 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
421 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
424 formats[formatNdx].format, formats[formatNdx].dataType,
es2fTextureWrapTests.cpp 274 } formats[] = local
290 FOR_EACH(format, formats,
301 string name = string("") + wrapModes[wrapS].name + "_" + wrapModes[wrapT].name + "_" + filteringModes[filter].name + "_" + sizes[size].name + "_" + formats[format].name;
303 formats[format].format, formats[format].dataType,
  /external/deqp/modules/gles3/functional/
es3fTextureSizeTests.cpp 377 } formats[] = local
394 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
399 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
402 formats[formatNdx].format, formats[formatNdx].dataType,
417 for (int formatNdx = 0; formatNdx < DE_LENGTH_OF_ARRAY(formats); formatNdx++)
422 name << width << "x" << height << "_" << formats[formatNdx].name << (mipmap ? "_mipmap" : "");
425 formats[formatNdx].format, formats[formatNdx].dataType,
es3fTextureSwizzleTests.cpp 242 } formats[] = local
322 // Swizzles for all formats.
325 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(formats); fmtNdx++)
329 string name = string(formats[fmtNdx].name) + "_" + swizzleCases[caseNdx].name;
334 deUint32 intFormat = formats[fmtNdx].internalFormat;
335 deUint32 format = formats[fmtNdx].format;
336 deUint32 dataType = formats[fmtNdx].dataType;
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderImageLoadStoreTests.cpp 395 const tcu::TextureFormat formats[] = local
423 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(formats); ++fmtNdx)
425 testShader(ctx, IMAGE_OPERATION_STORE, memoryOptions[memoryNdx], imageType, formats[fmtNdx]);
433 const tcu::TextureFormat formats[] = local
461 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(formats); ++fmtNdx)
463 testShader(ctx, IMAGE_OPERATION_LOAD, memoryOptions[memoryNdx], imageType, formats[fmtNdx]);
471 const tcu::TextureFormat formats[] = local
505 for (int fmtNdx = 0; fmtNdx < DE_LENGTH_OF_ARRAY(formats); ++fmtNdx)
509 testShader(ctx, imageOperations[functionNdx], memoryOptions[memoryNdx], imageType, formats[fmtNdx]);
518 const tcu::TextureFormat formats[] local
    [all...]
  /external/icu/icu4j/eclipse-build/plugins.template/com.ibm.icu.base.tests/src/com/ibm/icu/tests/
MessageFormatTest.java 134 // formats, this can't be used, since it sets only one format per argument.
136 Format[] formats = {
141 mf.setFormatsByArgumentIndex(formats);
150 // this api, while it has the problem that the order of formats depends
151 // on the order in the string, at least lets you set all the formats.
154 Format[] formats = { local
159 mf.setFormats(formats);
189 Format[] formats = mf.getFormatsByArgumentIndex();
191 assertEquals(formats[0], nf);
193 assertEquals(formats[1], df)
202 Format[] formats = mf.getFormats(); local
    [all...]
  /external/iputils/
tftpd.c 100 struct formats;
102 void sendfile(struct formats *pf);
103 void recvfile(struct formats *pf);
205 struct formats { struct
208 void (*f_send)(struct formats*);
209 void (*f_recv)(struct formats*);
211 } formats[] = { variable in typeref:struct:formats
227 register struct formats *pf;
249 for (pf = formats; pf->f_mode; pf++)
349 void sendfile(struct formats *pf
    [all...]
  /external/libxcam/modules/isp/
x3a_isp_config.h 68 struct atomisp_formats_config formats; member in struct:XCam::AtomIspConfigContent
  /external/libxcam/xcore/
v4l2_device.cpp 348 std::list<struct v4l2_fmtdesc> formats; local
360 XCAM_LOG_DEBUG ("enum formats failed");
361 return formats;
364 formats.push_back (format);
367 return formats;
  /external/mesa3d/src/gallium/tests/graw/
fs-test.c 33 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
387 * Also, no easy way of querying supported formats if the screen
390 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
392 formats[i],
408 templat.format = formats[i];
quad-sample.c 20 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
302 * Also, no easy way of querying supported formats if the screen
305 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
307 formats[i],
323 templat.format = formats[i];
tri-instanced.c 19 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
234 * Also, no easy way of querying supported formats if the screen
237 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
239 formats[i],
255 templat.format = formats[i];
vs-test.c 34 enum pipe_format formats[] = { variable in typeref:enum:pipe_format
376 * Also, no easy way of querying supported formats if the screen
379 for (i = 0; formats[i] != PIPE_FORMAT_NONE; i++) {
381 formats[i],
397 templat.format = formats[i];
  /external/mesa3d/src/mesa/drivers/dri/radeon/
radeon_screen.c 773 static const mesa_format formats[3] = { local
805 for (color = 0; color < ARRAY_SIZE(formats); color++) {
808 new_configs = driCreateConfigs(formats[color],
  /external/python/cpython2/Lib/ctypes/test/
test_structures.py 47 formats = {"c": c_char, variable in class:StructureTestCase
63 for code, tp in self.formats.items():
71 for code, tp in self.formats.items():
  /external/python/cpython3/Lib/ctypes/test/
test_structures.py 48 formats = {"c": c_char, variable in class:StructureTestCase
64 for code, tp in self.formats.items():
72 for code, tp in self.formats.items():
  /external/robolectric/v1/src/main/java/com/xtremelabs/robolectric/shadows/
ShadowCameraParameters.java 70 List<Integer> formats = new ArrayList<Integer>(); local
71 formats.add(ImageFormat.NV21);
72 formats.add(ImageFormat.JPEG);
73 return formats;
78 List<Integer> formats = new ArrayList<Integer>(); local
79 formats.add(ImageFormat.NV21);
80 formats.add(ImageFormat.JPEG);
81 return formats;
  /external/vulkan-validation-layers/demos/smoke/
Shell.cpp 319 std::vector<VkSurfaceFormatKHR> formats; local
320 vk::get(ctx_.physical_dev, ctx_.surface, formats);
321 ctx_.format = formats[0];
  /external/wayland/src/
wayland-shm.c 141 struct wl_array *formats; local
149 formats = wl_display_get_additional_shm_formats(display);
150 wl_array_for_each(p, formats)
  /external/webrtc/talk/app/webrtc/java/android/org/webrtc/
CameraEnumerationAndroid.java 71 // other image formats then this needs to be updated and
96 + "the frame size of non-NV21 image formats.");
159 List<CaptureFormat> formats = getSupportedFormats(id); local
161 for (CaptureFormat format : formats) {
168 Logging.d(TAG, "Supported formats for camera " + id + ": "

Completed in 1044 milliseconds

1 2 3 4 5 67 8 91011>>