| /third_party/json/tests/src/ |
| H A D | unit-udt.cpp | 752 SECTION("binary") 754 json j = json::binary({1, 2, 3}, 42);
|
| /third_party/mesa3d/src/gallium/drivers/radeonsi/ |
| H A D | si_shader_llvm_gs.c | 517 if (si_compile_llvm(sscreen, &ctx.shader->binary, &ctx.shader->config, ctx.compiler, &ctx.ac, in si_generate_gs_copy_shader()
|
| /third_party/openGLES/api/GLSC2/ |
| H A D | glsc2.h | 390 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
|
| /third_party/mesa3d/src/panfrost/vulkan/ |
| H A D | panvk_private.h | 144 * shader/rsd locks. They can't be merged with other binary/desc 816 struct util_dynarray binary;
|
| /third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
| H A D | sha1-armv4-large.pl | 307 moveq pc,lr @ be binary compatible with V4, yet
|
| H A D | sha256-armv4.pl | 302 moveq pc,lr @ be binary compatible with V4, yet
|
| H A D | sha512-armv4.pl | 510 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/openssl/crypto/bn/asm/ |
| H A D | bn-c64xplus.asm | 12 ;; Rights for redistribution and usage in source and binary forms are
|
| /third_party/vk-gl-cts/external/amber/src/samples/ |
| H A D | amber.cc | 686 image_file.open(image_filename, std::ios::out | std::ios::binary);
|
| /third_party/skia/third_party/externals/angle2/src/libANGLE/ |
| H A D | validationES2_autogen.h | 427 const void *binary,
|
| /third_party/skia/third_party/externals/swiftshader/src/OpenGL/libGLESv2/ |
| H A D | libGLESv2.hpp | 169 void (GL_APIENTRY *glShaderBinary)(GLsizei n, const GLuint* shaders, GLenum binaryformat, const GLvoid* binary, GLsizei length);
|
| /third_party/openssl/crypto/sha/asm/ |
| H A D | sha512-armv4.pl | 510 moveq pc,lr @ be binary compatible with V4, yet
|
| H A D | sha256-armv4.pl | 302 moveq pc,lr @ be binary compatible with V4, yet
|
| H A D | sha1-armv4-large.pl | 307 moveq pc,lr @ be binary compatible with V4, yet
|
| /third_party/skia/third_party/externals/opengl-registry/api/GLSC2/ |
| H A D | glsc2.h | 411 GL_APICALL void GL_APIENTRY glProgramBinary (GLuint program, GLenum binaryFormat, const void *binary, GLsizei length);
|
| /third_party/protobuf/ruby/ext/google/protobuf_c/ |
| H A D | protobuf.h | 5 // Redistribution and use in source and binary forms, with or without 11 // * Redistributions in binary form must reproduce the above 628 VALUE get_frozen_string(const char* data, size_t size, bool binary);
|
| /third_party/skia/third_party/externals/angle2/src/libGLESv2/ |
| H A D | entry_points_gles_2_0_autogen.cpp | 2674 const void *binary, in GL_ShaderBinary() 2680 ", binaryformat = %s, binary = 0x%016" PRIxPTR ", length = %d", in GL_ShaderBinary() 2682 GLenumToString(GLenumGroup::DefaultGroup, binaryformat), (uintptr_t)binary, length); in GL_ShaderBinary() 2690 shadersPacked, binaryformat, binary, length)); in GL_ShaderBinary() 2693 context->shaderBinary(count, shadersPacked, binaryformat, binary, length); in GL_ShaderBinary() 2696 binary, length); in GL_ShaderBinary() 2671 GL_ShaderBinary(GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length) GL_ShaderBinary() argument
|
| H A D | entry_points_gles_ext_autogen.h | 1482 void *binary); 1485 const void *binary,
|
| /foundation/multimedia/av_codec/services/engine/codec/video/fcodec/ |
| H A D | fcodec.cpp | 104 dumpInFile_->open(fileName, std::ios::out | std::ios::binary); in OpenDumpFile() 115 dumpOutFile_->open(fileName, std::ios::out | std::ios::binary); in OpenDumpFile()
|
| /third_party/astc-encoder/Source/ |
| H A D | astcenccli_image_load_store.cpp | 2463 std::ifstream file(filename, std::ios::in | std::ios::binary); in load_cimage() 2553 std::ofstream file(filename, std::ios::out | std::ios::binary); in store_cimage()
|
| /third_party/mesa3d/include/GLES2/ |
| H A D | gl2.h | 480 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length); 623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
|
| /third_party/openGLES/api/GLES2/ |
| H A D | gl2.h | 461 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length); 604 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryFormat, const void *binary, GLsizei length);
|
| /third_party/vk-gl-cts/external/openglcts/modules/gl/ |
| H A D | gl4cShadingLanguage420PackTests.hpp | 278 void createFromBinary(const std::vector<glw::GLubyte>& binary, glw::GLenum binary_format); 282 void getBinary(std::vector<glw::GLubyte>& binary, glw::GLenum& binary_format) const;
|
| /third_party/skia/third_party/externals/spirv-tools/test/opt/loop_optimizations/ |
| H A D | fusion_legal.cpp | 37 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 38 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/skia/third_party/externals/swiftshader/include/GLES2/ |
| H A D | gl2.h | 480 typedef void (GL_APIENTRYP PFNGLSHADERBINARYPROC) (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length); 623 GL_APICALL void GL_APIENTRY glShaderBinary (GLsizei count, const GLuint *shaders, GLenum binaryformat, const void *binary, GLsizei length);
|