Searched defs:binaryFormat (Results 1 - 3 of 3) sorted by relevance

/external/fonttools/Lib/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py35 for metricName in sstruct.getformat(self.__class__.binaryFormat)[1]:
42 metricNames = set(sstruct.getformat(self.__class__.binaryFormat)[1])
55 binaryFormat = bigGlyphMetricsFormat variable in class:BigGlyphMetrics
58 binaryFormat = smallGlyphMetricsFormat variable in class:SmallGlyphMetrics
/external/fonttools/Tools/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py35 for metricName in sstruct.getformat(self.__class__.binaryFormat)[1]:
42 metricNames = set(sstruct.getformat(self.__class__.binaryFormat)[1])
55 binaryFormat = bigGlyphMetricsFormat variable in class:BigGlyphMetrics
58 binaryFormat = smallGlyphMetricsFormat variable in class:SmallGlyphMetrics
/external/deqp/modules/gles31/functional/
H A Des31fNegativeShaderApiTests.cpp177 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
184 ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
404 GLenum binaryFormat = -1; local
418 ctx.glGetProgramBinary (program.getProgram(), 0, &binaryLength, &binaryFormat, &binaryPtr);
422 ctx.glGetProgramBinary (program.getProgram(), bufSize-1, &binaryLength, &binaryFormat, &binaryPtr);
435 ctx.glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryPtr);
445 GLenum binaryFormat = -1; local
457 ctx.glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]);
461 ctx.glProgramBinary (dummyShader, binaryFormat, &binaryBuf[0], binaryLength);
465 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat i
[all...]

Completed in 96 milliseconds