OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:binary_format
(Results
1 - 6
of
6
) sorted by null
/external/mesa3d/src/mesa/main/
program_binary.h
45
GLenum *
binary_format
, GLvoid *binary);
49
GLenum
binary_format
, const GLvoid *binary,
program_binary.c
75
GLenum *
binary_format
)
94
*
binary_format
= GL_PROGRAM_BINARY_FORMAT_MESA;
129
is_program_binary_valid(GLenum
binary_format
, const void *sha1,
133
if (
binary_format
!= GL_PROGRAM_BINARY_FORMAT_MESA)
159
get_program_binary_payload(GLenum
binary_format
, const void *sha1,
163
if (!is_program_binary_valid(
binary_format
, sha1, hdr, length))
195
GLenum
binary_format
, struct gl_shader_program *sh_prog)
229
GLenum *
binary_format
, GLvoid *binary)
248
binary, buf_size,
binary_format
);
266
GLenum
binary_format
, const GLvoid *binary
[
all
...]
/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 681 milliseconds