Home
last modified time | relevance | path

Searched refs:out_format (Results 1 – 9 of 9) sorted by relevance

/external/googletest/googletest/test/
Dgtest_list_output_unittest.py246 def _GetOutput(self, out_format): argument
248 'test_out.' + out_format)
254 '%s=%s:%s' % (GTEST_OUTPUT_FLAG, out_format, file_path),
/external/mesa3d/src/gallium/auxiliary/vl/
Dvl_video_buffer.c55 enum pipe_format out_format[VL_NUM_COMPONENTS]) in vl_get_video_buffer_formats()
61 out_format[i] = util_format_get_plane_format(format, i); in vl_get_video_buffer_formats()
63 out_format[i] = PIPE_FORMAT_NONE; in vl_get_video_buffer_formats()
66 out_format[0] = PIPE_FORMAT_R8G8_R8B8_UNORM; in vl_get_video_buffer_formats()
68 out_format[0] = PIPE_FORMAT_G8R8_B8R8_UNORM; in vl_get_video_buffer_formats()
Dvl_stubs.c44 enum pipe_format out_format[VL_NUM_COMPONENTS]) in vl_get_video_buffer_formats()
Dvl_video_buffer.h74 enum pipe_format out_format[VL_NUM_COMPONENTS]);
/external/libpng/contrib/libtests/
Dpngstest.c2066 png_uint_32 in_format, out_format; in transform_from_formats() local
2076 out_format = out_image->image.format; in transform_from_formats()
2083 result->output_8bit = (out_format & PNG_FORMAT_FLAG_LINEAR) == 0; in transform_from_formats()
2090 result->out_gp = get_pixel(out_format); in transform_from_formats()
2095 out_format &= BASE_FORMATS | PNG_FORMAT_FLAG_COLORMAP; in transform_from_formats()
2096 out_base = out_format & BASE_FORMATS; in transform_from_formats()
2101 if (out_format & (PNG_FORMAT_FLAG_LINEAR|PNG_FORMAT_FLAG_COLORMAP)) in transform_from_formats()
2104 in_format, out_format); in transform_from_formats()
2110 result->error_ptr = gpc_error_via_linear[in_format][out_format]; in transform_from_formats()
2113 else if (~in_format & out_format & PNG_FORMAT_FLAG_COLORMAP) in transform_from_formats()
[all …]
/external/minigbm/cros_gralloc/gralloc0/
Dgralloc0.cc305 int32_t *out_format, ret; in gralloc0_perform() local
366 out_format = va_arg(args, int32_t *); in gralloc0_perform()
367 *out_format = hnd->droid_format; in gralloc0_perform()
/external/libaom/libaom/build/cmake/
Daom_optimization.cmake95 # Writes object format for the current target to the var named by $out_format,
98 function(get_asm_obj_format out_format)
122 set(${out_format} ${objformat} PARENT_SCOPE)
/external/deqp/external/openglcts/modules/gles3/
Des3cCopyTexImageConversionsTests.cpp4738 … getFormatAndTypeCompatibleWithInternalformat(GLenum internalformat, int index, GLenum* out_format,
4740 bool getFormatForInternalformat(GLenum internalformat, GLenum* out_format) const;
4805 …:getFormatAndTypeCompatibleWithInternalformat(GLenum internalformat, int index, GLenum* out_format, in getFormatAndTypeCompatibleWithInternalformat() argument
4813 DE_ASSERT(out_format != NULL); in getFormatAndTypeCompatibleWithInternalformat()
4816 if (!getFormatForInternalformat(internalformat, out_format)) in getFormatAndTypeCompatibleWithInternalformat()
5329 bool TestBase::getFormatForInternalformat(GLenum internalformat, GLenum* out_format) const in getFormatForInternalformat()
5331 DE_ASSERT(out_format != NULL); in getFormatForInternalformat()
5337 *out_format = GL_ALPHA; in getFormatForInternalformat()
5341 *out_format = GL_LUMINANCE_ALPHA; in getFormatForInternalformat()
5346 *out_format = GL_LUMINANCE; in getFormatForInternalformat()
[all …]
/external/mesa3d/src/gallium/drivers/llvmpipe/
Dlp_state_fs.c2234 enum pipe_format out_format, in generate_unswizzled_blend() argument
2281 const struct util_format_description* out_format_desc = util_format_description(out_format); in generate_unswizzled_blend()
2309 if (have_smallfloat_format(dst_type, out_format)) { in generate_unswizzled_blend()
2489 if (util_format_is_pure_integer(out_format)) { in generate_unswizzled_blend()
2851 out_format, in generate_unswizzled_blend()
2902 if (have_smallfloat_format(dst_type, out_format)) { in generate_unswizzled_blend()