/external/mesa3d/src/gallium/drivers/freedreno/a3xx/ |
fd3_format.c | 30 /* Specifies the table of all the formats and their features. Also supplies 74 static struct fd3_format formats[PIPE_FORMAT_COUNT] = { variable in typeref:struct:fd3_format 293 if (!formats[format].present) 295 return formats[format].vtx; 301 if (!formats[format].present) 303 return formats[format].tex; 309 if (!formats[format].present) 311 return formats[format].rb; 317 if (!formats[format].present) 319 return formats[format].swap [all...] |
/external/mesa3d/src/gallium/drivers/freedreno/a4xx/ |
fd4_format.c | 35 /* Specifies the table of all the formats and their features. Also supplies 79 static struct fd4_format formats[PIPE_FORMAT_COUNT] = { variable in typeref:struct:fd4_format 342 if (!formats[format].present) 344 return formats[format].vtx; 351 if (!formats[format].present) 353 return formats[format].tex; 360 if (!formats[format].present) 362 return formats[format].rb; 368 if (!formats[format].present) 370 return formats[format].swap [all...] |
/external/deqp/modules/gles3/functional/ |
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/skia/src/utils/win/ |
SkWGL_win.cpp | 124 int SkWGLExtensions::selectFormat(const int formats[], 142 formats[i], 147 rankedFormats[i].fFormat = formats[i]; 324 int formats[64]; local 325 extensions.choosePixelFormat(dc, msaaIAttrs.begin(), fAttrs, 64, formats, &num); 327 formatsToTry[0] = extensions.selectFormat(formats, num, dc, msaaSampleCount);
|
/frameworks/av/services/audiopolicy/common/managerdefinitions/src/ |
ConfigParsingUtils.cpp | 160 FormatVector formats; local 165 formats = formatsFromString(node->value); 191 if (formats.isEmpty()) { 198 for (size_t i = 0; i < formats.size(); i++) { 201 sp<AudioProfile> profileToAdd = new AudioProfile(formats[i], channels, sampleRates); 202 profileToAdd->setDynamicFormat(formats[i] == gDynamicFormat);
|
/prebuilts/tools/common/m2/repository/org/smali/dexlib2/2.1.3/ |
dexlib2-2.1.3.jar | |
/art/tools/dexfuzz/src/dexfuzz/program/mutators/ |
PoolIndexChanger.java | 24 import dexfuzz.rawdex.formats.ContainsPoolIndex; 25 import dexfuzz.rawdex.formats.ContainsPoolIndex.PoolIndexKind;
|
/compatibility/cdd/5_multimedia/ |
5_7_network-protocols.md | 4 http://developer.android.com/guide/appendix/media-formats.html) 9 * [C-1-1] MUST support all required codecs and container formats in 12 * [C-1-2] MUST support the media segment formats shown in 13 the Media Segmant Formats table below over 21 Media Segment Formats 26 <th>Segment formats</th>
|
/external/fonttools/ |
README.md | 4 > a tool to convert OpenType and TrueType fonts to and from XML. FontTools is a library for manipulating fonts, written in Python. It supports TrueType, OpenType, AFM and to an extent Type 1 and some Mac-specific formats.
|
/external/mesa3d/src/gallium/state_trackers/va/ |
image.c | 41 static const VAImageFormat formats[] = variable 77 STATIC_ASSERT(ARRAY_SIZE(formats) == VL_VA_MAX_IMAGE_FORMATS); 87 for (i = 0; i < ARRAY_SIZE(formats); ++i) { 88 format = VaFourccToPipeFormat(formats[i].fourcc); 92 format_list[(*num_formats)++] = formats[i]; 223 for (i = 0; i < ARRAY_SIZE(formats); ++i) { 224 if (img->format.fourcc == formats[i].fourcc) { 225 img->format = formats[i];
|
/external/mesa3d/src/mesa/main/ |
format_info.py | 137 formats = parser.parse(sys.argv[1]) variable 173 for fmat in formats:
|
/hardware/libhardware/include/hardware/ |
keymaster1.h | 194 * Gets the key import formats supported for keys of the specified algorithm. Caller assumes 199 * \param[in] algorithm The algorithm for which supported formats will be returned. 201 * \param[out] formats Array of formats supported. The caller takes ownership of the array and 204 * \param[out] formats_length Length of \p formats. 208 keymaster_key_format_t** formats, 212 * Gets the key export formats supported for keys of the specified algorithm. Caller assumes 217 * \param[in] algorithm The algorithm for which supported formats will be returned. 219 * \param[out] formats Array of formats supported. The caller takes ownership of the array an [all...] |
/sdk/eclipse/plugins/com.android.ide.eclipse.tests/unittests/com/android/ide/eclipse/adt/internal/editors/layout/properties/ |
ValueCompleterTest.java | 41 String property, EnumSet<Format> formats, String[] values, 46 new TestAttributeInfo(property, formats, "unittest", values, values, null);
|
/system/core/adf/libadf/include/adf/ |
adf.h | 231 * formats. The caller must free() the returned list of overlay engine IDs. 234 const __u32 *formats, size_t n_formats, adf_id_t *in, size_t n_in, 284 * specified formats. The caller may pass a NULL formats list, to indicate that 290 const __u32 *formats, size_t n_formats,
|
/art/tools/dexfuzz/src/dexfuzz/rawdex/formats/ |
RawInsnHelper.java | 17 package dexfuzz.rawdex.formats;
|
/external/libdrm/tests/kms/ |
libkms-test.h | 109 uint32_t *formats; member in struct:kms_plane
|
/external/mesa3d/src/gallium/tests/graw/ |
graw_util.h | 35 static const enum pipe_format formats[] = { local 51 * Also, no easy way of querying supported formats if the screen 54 for (i = 0; info->window == NULL && formats[i] != PIPE_FORMAT_NONE; i++) { 56 formats[i], 58 format = formats[i]; 104 /* create Z texture (XXX try other Z/S formats if needed) */
|
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];
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/builder/instruction/ |
BuilderInstruction35c.java | 37 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
|
BuilderInstruction45cc.java | 37 import org.jf.dexlib2.iface.instruction.formats.Instruction45cc;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/dexbacked/instruction/ |
DexBackedArrayPayload.java | 37 import org.jf.dexlib2.iface.instruction.formats.ArrayPayload;
|
/external/smali/dexlib2/src/main/java/org/jf/dexlib2/immutable/instruction/ |
ImmutableInstruction35c.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction35c;
|
ImmutableInstruction35mi.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction35mi;
|
ImmutableInstruction35ms.java | 36 import org.jf.dexlib2.iface.instruction.formats.Instruction35ms;
|
/external/smali/smalidea/src/main/java/org/jf/smalidea/dexlib/instruction/ |
SmalideaPackedSwitchPayload.java | 37 import org.jf.dexlib2.iface.instruction.formats.PackedSwitchPayload;
|