Home
last modified time | relevance | path

Searched defs:binaryFormat (Results 1 – 25 of 578) sorted by relevance

12345678910>>...24

/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/
H A DFileTest.php23 public function testMaxSize($maxSize, $bytes, $binaryFormat)
44 public function testMaxSizeCanBeSetAfterInitialization($maxSize, $bytes, $binaryFormat)
120 public function testBinaryFormat($maxSize, $guessedFormat, $binaryFormat)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Tests/Constraints/
H A DFileTest.php23 public function testMaxSize($maxSize, $bytes, $binaryFormat)
44 public function testMaxSizeCanBeSetAfterInitialization($maxSize, $bytes, $binaryFormat)
120 public function testBinaryFormat($maxSize, $guessedFormat, $binaryFormat)
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengles/
H A DOES_get_program_binary.java58 void glGetProgramBinaryOES(@GLuint int program, @AutoSize("binary") @GLsizei int bufSize, in glGetProgramBinaryOES()
63 …void glProgramBinaryOES(@GLuint int program, @GLenum int binaryFormat, @Const @GLvoid ByteBuffer b… in glProgramBinaryOES()
/dports/print/py-fonttools3/fonttools-3.44.0/Lib/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py58 binaryFormat = bigGlyphMetricsFormat variable in BigGlyphMetrics
61 binaryFormat = smallGlyphMetricsFormat variable in SmallGlyphMetrics
/dports/print/py-fonttools/fonttools-4.28.2/Lib/fontTools/ttLib/tables/
H A DBitmapGlyphMetrics.py56 binaryFormat = bigGlyphMetricsFormat variable in BigGlyphMetrics
59 binaryFormat = smallGlyphMetricsFormat variable in SmallGlyphMetrics
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GLES2/OES/
H A Dget_program_binary.py19 def glGetProgramBinaryOES(program,bufSize,length,binaryFormat,binary):pass argument
22 def glProgramBinaryOES(program,binaryFormat,binary,length):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GLES2/OES/
H A Dget_program_binary.py19 def glGetProgramBinaryOES(program,bufSize,length,binaryFormat,binary):pass argument
22 def glProgramBinaryOES(program,binaryFormat,binary,length):pass argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DProgramBinaryTest.cpp88 GLenum binaryFormat = 0; in saveAndLoadProgram() local
249 GLenum binaryFormat = GL_NONE; in TEST_P() local
352 GLenum binaryFormat = GL_NONE; in testBinaryAndUBOBlockIndexes() local
477 GLenum binaryFormat = GL_NONE; in TEST_P() local
570 GLenum binaryFormat = GL_NONE; in TEST_P() local
709 GLenum binaryFormat = GL_NONE; in TEST_P() local
873 GLenum binaryFormat = GL_NONE; in TEST_P() local
916 GLenum binaryFormat = GL_NONE; in TEST_P() local
980 GLenum binaryFormat = GL_NONE; in TEST_P() local
1089 GLenum binaryFormat = 0; in TEST_P() local
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DARB_get_program_binary.java62 void glGetProgramBinary(@GLuint int program, @AutoSize("binary") @GLsizei int bufSize, in glGetProgramBinary()
68 …void glProgramBinary(@GLuint int program, @GLenum int binaryFormat, @Const @GLvoid ByteBuffer bina… in glProgramBinary()
/dports/emulators/fs-uae-launcher/fs-uae-launcher-3.0.5/OpenGL/raw/GL/ARB/
H A Dget_program_binary.py20 def glGetProgramBinary(program,bufSize,length,binaryFormat,binary):pass argument
23 def glProgramBinary(program,binaryFormat,binary,length):pass argument
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/OpenGL/raw/GL/ARB/
H A Dget_program_binary.py20 def glGetProgramBinary(program,bufSize,length,binaryFormat,binary):pass argument
23 def glProgramBinary(program,binaryFormat,binary,length):pass argument
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/test_utils/
H A Dgl_raii.h192 void makeBinaryOES(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryOES()
197 void makeBinaryES3(const std::vector<uint8_t> &binary, GLenum binaryFormat) in makeBinaryES3()
237 #define ANGLE_GL_BINARY_OES_PROGRAM(name, binary, binaryFormat) \ argument
242 #define ANGLE_GL_BINARY_ES3_PROGRAM(name, binary, binaryFormat) \ argument
/dports/games/NBlood/NBlood-a1689a4/source/tools/src/
H A Dmd3_export.py78 binaryFormat = "<3hh" variable in md3Vert
157 binaryFormat = "<2f" variable in md3TexCoord
192 binaryFormat = "<3i" variable in md3Triangle
227 binaryFormat = "<%dsi" % MAX_QPATH variable in md3Shader
276 binaryFormat = "<4s%ds10i" % MAX_QPATH # 1 int, name, then 10 ints variable in md3Surface
422 binaryFormat="<%ds3f9f" % MAX_QPATH variable in md3Tag
483 binaryFormat="<3f3f3ff16s" variable in md3Frame
555 binaryFormat="<4si%ds9i" % MAX_QPATH # little-endian (<), 17 integers (17i) variable in md3Object
/dports/databases/pg_citus/citus-10.2.3/src/backend/distributed/test/
H A Ddistributed_intermediate_results.c50 bool binaryFormat = PG_GETARG_BOOL(3); in partition_task_list_results() local
124 bool binaryFormat = PG_GETARG_BOOL(3); in redistribute_task_list_results() local
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DProgramBinaryTest.cpp163 GLenum binaryFormat = 0; in TEST_P() local
313 GLenum binaryFormat = 0; in TEST_P() local
536 GLenum binaryFormat = 0; in TEST_P() local
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_get_program_binary/
H A Dapi-errors.c66 GLenum binaryFormat; in piglit_init() local
/dports/www/bolt/bolt-2.2.24/vendor/symfony/validator/Symfony/Component/Validator/Constraints/
H A DFileValidator.php208 private function factorizeSizes($size, $limit, $binaryFormat)
/dports/mail/phplist/phplist-3.6.6/public_html/lists/base/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/
H A DFileValidator.php206 private function factorizeSizes($size, $limit, $binaryFormat)
/dports/finance/prestashop/prestashop/vendor/symfony/symfony/src/Symfony/Component/Validator/Constraints/
H A DFileValidator.php206 private function factorizeSizes($size, $limit, $binaryFormat)
/dports/www/drupal8/drupal-8.9.20/vendor/symfony/validator/Constraints/
H A DFileValidator.php206 private function factorizeSizes($size, $limit, $binaryFormat)
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp164 GLenum binaryFormat = *((GLenum *)(cacheMicrocode->getPtr())); in getMicrocodeFromCache() local
569 GLenum binaryFormat = 0; in compileAndLink() local
/dports/graphics/ogre3d19/sinbad-ogre-dd30349ea667/RenderSystems/GL/src/GLSL/src/
H A DOgreGLSLLinkProgram.cpp187 GLenum binaryFormat = *((GLenum *)(cacheMicrocode->getPtr())); in getMicrocodeFromCache() local
625 GLenum binaryFormat = 0; in compileAndLink() local
/dports/www/drupal9/drupal-9.2.10/vendor/symfony/validator/Constraints/
H A DFileValidator.php220 private function factorizeSizes(int $size, $limit, bool $binaryFormat): array
/dports/misc/valentina/valentina-5b7e98bf48a86e3c444423a9f03533440a39aad9/src/libs/vlayout/
H A Dvlayoutexporter.h228 inline void VLayoutExporter::SetBinaryDxfFormat(bool binaryFormat) in SetBinaryDxfFormat()
/dports/graphics/ogre3d/ogre-1.11.6/RenderSystems/GLES2/src/GLSLES/src/
H A DOgreGLSLESProgramCommon.cpp93 GLenum binaryFormat = 0; in getMicrocodeFromCache() local

12345678910>>...24