HomeSort by relevance Sort by last modified time
    Searched refs:binary_format (Results 1 - 4 of 4) sorted by null

  /external/deqp/external/openglcts/modules/gl/
gl4cShaderSubroutineTests.hpp 99 void createFromBinary(const std::vector<glw::GLubyte>& binary, glw::GLenum binary_format);
101 void getBinary(std::vector<glw::GLubyte>& binary, glw::GLenum& binary_format) const;
    [all...]
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;
    [all...]
gl4cShaderSubroutineTests.cpp 398 * @param binary_format Format of <binary> data
400 void Utils::program::createFromBinary(const std::vector<GLubyte>& binary, GLenum binary_format)
409 gl.programBinary(m_program_object_id, binary_format, &binary[0], (GLsizei)binary.size());
416 * @param binary_format Format of binary data
418 void Utils::program::getBinary(std::vector<GLubyte>& binary, GLenum& binary_format) const
432 gl.getProgramBinary(m_program_object_id, (GLsizei)binary.size(), &length, &binary_format, &binary[0]);
7633 GLenum binary_format; local
    [all...]
gl4cShadingLanguage420PackTests.cpp     [all...]

Completed in 120 milliseconds