| /third_party/node/deps/openssl/openssl/crypto/sha/asm/ |
| 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,
|
| /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;
|
| H A D | gl4cShaderSubroutineTests.cpp | 378 * @return true if the extension is supported and, also, at least one binary format. 395 /** Create program from provided binary 397 * @param binary Buffer with binary form of program 398 * @param binary_format Format of <binary> data 400 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format) in createFromBinary() argument 409 gl.programBinary(m_program_object_id, binary_format, &binary[0], (GLsizei)binary.size()); in createFromBinary() 413 /** Get binary form of program 415 * @param binary Buffe 418 getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const getBinary() argument [all...] |
| H A D | gl4cShadingLanguage420PackTests.cpp | 18115 /** Create program from provided binary 18117 * @param binary Buffer with binary form of program 18118 * @param binary_format Format of <binary> data 18120 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format) in createFromBinary() argument 18129 gl.programBinary(m_program_object_id, binary_format, &binary[0], static_cast<GLsizei>(binary.size())); in createFromBinary() 18144 /** Get binary form of program 18146 * @param binary Buffer for binary dat 18149 getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const getBinary() argument [all...] |
| /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);
|
| /third_party/skia/third_party/externals/swiftshader/third_party/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/opengl-registry/api/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/skia/third_party/externals/angle2/include/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/spirv-tools/test/opt/loop_optimizations/ |
| H A D | fusion_legal.cpp | 34 spv_const_binary_t binary = {bin.data(), bin.size()}; in Validate() local 35 spv_result_t error = spvValidate(spvContext, &binary, &diagnostic); in Validate()
|
| /third_party/vk-gl-cts/external/vulkancts/modules/vulkan/pipeline/ |
| H A D | vktPipelineLibraryTests.cpp | 2195 const auto& binary = m_context.getBinaryCollection().get(moduleName); in addModule() local 2202 binary.getSize(), // size_t codeSize; in addModule() 2203 reinterpret_cast<const uint32_t*>(binary.getBinary()), // const uint32_t* pCode; in addModule()
|