HomeSort by relevance Sort by last modified time
    Searched defs:ktx (Results 1 - 2 of 2) sorted by null

  /external/libgdx/extensions/gdx-tools/src/com/badlogic/gdx/tools/ktx/
KTXProcessor.java 2 package com.badlogic.gdx.tools.ktx;
82 System.out.println(" input_file is the texture file to include in the output KTX or ZKTX file.");
86 .println(" output_file is the path to the output file, its type is based on the extension which must be either KTX or ZKTX");
96 .println(" KTXProcessor in.png out.ktx Create a KTX file with the provided 2D texture");
98 .println(" KTXProcessor in.png out.zktx Create a Zipped KTX file with the provided 2D texture");
100 .println(" KTXProcessor in.png out.zktx -mipmaps Create a Zipped KTX file with the provided 2D texture, generating all mipmap levels");
102 .println(" KTXProcessor px.ktx nx.ktx py.ktx ny.ktx pz.ktx nz.ktx out.zktx Create a Zipped KTX file with the provided cubemap textures");
124 KTXTextureData ktx = null; local
    [all...]
  /external/tpm2/
RSAKeySieve.c 143 // This function will test that ktx.outer will not wrap to zero if incremented. If so, the function returns FALSE.
144 // Otherwise, the ktx.outer is incremented before each number is generated.
148 KDFa_CONTEXT *ktx, // IN: a context for the KDF
159 UINT16 digestSize = _cpri__GetDigestSize(ktx->hashAlg);
166 *(ktx->outer) += 1;
171 _cpri__CopyHashState(&h, &(ktx->iPadCtx));
178 if(ktx->extra != NULL)
179 _cpri__UpdateHash(&h, ktx->extra->size, ktx->extra->buffer);
182 UINT32_TO_BYTE_ARRAY(*(ktx->outer), swapped)
798 KDFa_CONTEXT ktx; local
    [all...]

Completed in 447 milliseconds