HomeSort by relevance Sort by last modified time
    Searched refs:binaryFormat (Results 1 - 25 of 33) sorted by null

1 2

  /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/chromium_org/third_party/angle/src/libGLESv2/
Program.h 82 bool setProgramBinary(GLenum binaryFormat, const void *binary, GLsizei length);
Program.cpp 306 bool Program::setProgramBinary(GLenum binaryFormat, const void *binary, GLsizei length)
313 mLinked = mProgramBinary->load(mInfoLog, binaryFormat, binary, length);
ProgramBinary.h 152 bool load(InfoLog &infoLog, GLenum binaryFormat, const void *binary, GLsizei length);
153 bool save(GLenum *binaryFormat, void *binary, GLsizei bufSize, GLsizei *length);
Context.h 134 void setProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLint length);
ProgramBinary.cpp     [all...]
libGLESv2.cpp     [all...]
Context.cpp 656 void Context::setProgramBinary(GLuint program, GLenum binaryFormat, const void *binary, GLint length)
660 bool loaded = programObject->setProgramBinary(binaryFormat, binary, length);
    [all...]
  /development/ndk/platforms/android-5/include/GLES2/
gl2ext.h 440 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
441 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
443 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
444 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeShaderApiTests.cpp 165 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
172 m_log << TestLog::Section("", "GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
385 GLenum binaryFormat = -1;
399 glGetProgramBinary (program.getProgram(), 0, &binaryLength, &binaryFormat, &binaryPtr);
403 glGetProgramBinary (program.getProgram(), bufSize-1, &binaryLength, &binaryFormat, &binaryPtr);
416 glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryPtr);
425 GLenum binaryFormat = -1;
437 glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]);
441 glProgramBinary (dummyShader, binaryFormat, &binaryBuf[0], binaryLength);
445 m_log << TestLog::Section("", "GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.")
    [all...]
  /external/deqp/modules/gles31/functional/
es31fNegativeShaderApiTests.cpp 175 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not an accepted value.");
182 ctx.beginSection("GL_INVALID_VALUE is generated if the data pointed to by binary does not match the format specified by binaryFormat.");
402 GLenum binaryFormat = -1;
416 ctx.glGetProgramBinary (program.getProgram(), 0, &binaryLength, &binaryFormat, &binaryPtr);
420 ctx.glGetProgramBinary (program.getProgram(), bufSize-1, &binaryLength, &binaryFormat, &binaryPtr);
433 ctx.glGetProgramBinary (programInvalid.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryPtr);
443 GLenum binaryFormat = -1;
455 ctx.glGetProgramBinary (srcProgram.getProgram(), bufSize, &binaryLength, &binaryFormat, &binaryBuf[0]);
459 ctx.glProgramBinary (dummyShader, binaryFormat, &binaryBuf[0], binaryLength);
463 ctx.beginSection("GL_INVALID_ENUM is generated if binaryFormat is not a value recognized by the implementation.")
    [all...]
  /device/generic/goldfish/opengl/system/GLESv2_enc/
gl2_entry.cpp 106 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
153 void glGetProgramBinaryOES(GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary);
154 void glProgramBinaryOES(GLuint program, GLenum binaryFormat, const GLvoid* binary, GLint length);
816 void glShaderBinary(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length)
819 ctx->glShaderBinary(ctx, n, shaders, binaryformat, binary, length);
    [all...]
  /external/chromium_org/third_party/mesa/src/include/GLES2/
gl2ext.h 765 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
766 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
768 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
769 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /external/mesa3d/include/GLES2/
gl2ext.h 765 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
766 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
768 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
769 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /development/ndk/platforms/android-18/samples/gles3jni/jni/
gl3stub.c 336 GL_APICALL void (* GL_APIENTRY glGetProgramBinary) (GLuint program, GLsizei bufSize, GLsizei* length, GLenum* binaryFormat, GLvoid* binary);
337 GL_APICALL void (* GL_APIENTRY glProgramBinary) (GLuint program, GLenum binaryFormat, const GLvoid* binary, GLsizei length);
gl3stub.h     [all...]
  /development/ndk/sources/android/ndk_helper/
gl3stub.c 478 GLenum* binaryFormat,
481 GLenum binaryFormat,
gl3stub.h     [all...]
  /external/deqp/framework/opengl/simplereference/
sglrContextWrapper.hpp 147 void glShaderBinary (int n, const deUint32* shaders, deUint32 binaryformat, const void* binary, int length);
290 void glGetProgramBinary (deUint32 program, int bufSize, int* length, deUint32* binaryFormat, void* binary);
291 void glProgramBinary (deUint32 program, deUint32 binaryFormat, const void* binary, int length);
  /external/chromium_org/ppapi/lib/gl/include/GLES2/
gl2ext.h 739 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
740 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
743 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, GLvoid *binary);
744 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const GLvoid *binary, GLint length);
    [all...]
  /external/chromium_org/third_party/angle/include/GLES2/
gl2ext.h     [all...]
  /external/chromium_org/third_party/khronos/GLES2/
gl2ext.h 229 typedef void (GL_APIENTRYP PFNGLGETPROGRAMBINARYOESPROC) (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
230 typedef void (GL_APIENTRYP PFNGLPROGRAMBINARYOESPROC) (GLuint program, GLenum binaryFormat, const void *binary, GLint length);
232 GL_APICALL void GL_APIENTRY glGetProgramBinaryOES (GLuint program, GLsizei bufSize, GLsizei *length, GLenum *binaryFormat, void *binary);
233 GL_APICALL void GL_APIENTRY glProgramBinaryOES (GLuint program, GLenum binaryFormat, const void *binary, GLint length);
    [all...]
  /development/ndk/platforms/android-18/include/GLES3/
gl3.h     [all...]
  /external/chromium_org/third_party/angle/include/GLES3/
gl3.h     [all...]
  /external/deqp/framework/platform/null/
tcuNullRenderContextFuncs.inl     [all...]

Completed in 2015 milliseconds

1 2