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

  /external/fonttools/Lib/fontTools/ttLib/tables/
BitmapGlyphMetrics.py 35 for metricName in sstruct.getformat(self.__class__.binaryFormat)[1]:
42 metricNames = set(sstruct.getformat(self.__class__.binaryFormat)[1])
55 binaryFormat = bigGlyphMetricsFormat
58 binaryFormat = smallGlyphMetricsFormat
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 192 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
199 ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
469 GLenum binaryFormat = -1;
483 ctx.glGetProgramBinary (program.getProgram(), 0, &binaryLength, &binaryFormat, &binaryPtr);
487 ctx.glGetProgramBinary (program.getProgram(), bufSize-1, &binaryLength, &binaryFormat, &binaryPtr);
500 ctx.glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryPtr);
510 GLenum binaryFormat = -1;
525 ctx.glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]);
529 ctx.glProgramBinary (dummyShader, binaryFormat, &binaryBuf[0], binaryLength);
533 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.")
    [all...]
  /frameworks/base/core/jni/
android_opengl_GLES30.cpp     [all...]
  /external/libgdx/backends/gdx-backend-lwjgl3/libs/
lwjgl.jar 
  /external/libgdx/backends/gdx-backend-lwjgl/libs/
lwjgl.jar 

Completed in 145 milliseconds