Home
last modified time | relevance | path

Searched refs:is_compressed (Results 1 – 11 of 11) sorted by relevance

/external/grpc-grpc/src/core/lib/surface/
Dbyte_buffer_reader.cc35 static int is_compressed(grpc_byte_buffer* buffer) { in is_compressed() function
54 if (is_compressed(reader->buffer_in)) { in grpc_byte_buffer_reader_init()
87 if (is_compressed(reader->buffer_in)) { in grpc_byte_buffer_reader_destroy()
/external/deqp/external/openglcts/modules/gl/
Dgl4cGetTextureSubImageTests.cpp846 void gl4cts::GetTextureSubImage::Functional::prepare(glw::GLenum target, bool is_compressed) in prepare() argument
859 if (is_compressed) in prepare()
972 bool gl4cts::GetTextureSubImage::Functional::check(glw::GLenum target, bool is_compressed) in check() argument
1011 if (is_compressed) in check()
1027 if (is_compressed) in check()
1050 if (is_compressed) in check()
1087 glw::GLubyte reference_value = (is_compressed) ? in check()
1116 << ((is_compressed) ? "glGetCompressedTextureSubImage " : "glGetTextureSubImage ") in check()
Dgl4cGetTextureSubImageTests.hpp222 void prepare(glw::GLenum target, bool is_compressed);
223 bool check(glw::GLenum target, bool is_compressed);
Dgl4cDirectStateAccessTexturesTests.cpp9796 glw::GLint is_compressed = 0; in Prepare() local
9798 gl.getTexLevelParameteriv(GL_TEXTURE_1D, 0, GL_TEXTURE_COMPRESSED, &is_compressed); in Prepare()
9801 if (is_compressed) in Prepare()
9831 is_compressed = 0; in Prepare()
9833 gl.getTexLevelParameteriv(GL_TEXTURE_2D, 0, GL_TEXTURE_COMPRESSED, &is_compressed); in Prepare()
9836 if (is_compressed) in Prepare()
9866 is_compressed = 0; in Prepare()
9868 gl.getTexLevelParameteriv(GL_TEXTURE_2D_ARRAY, 0, GL_TEXTURE_COMPRESSED, &is_compressed); in Prepare()
9871 if (is_compressed) in Prepare()
9903 is_compressed = 0; in Prepare()
[all …]
/external/mesa3d/src/mesa/main/
Dformat_info.py63 if fmat.is_compressed():
101 if fmat.is_compressed():
Dformat_parser.py363 def is_compressed(self): member in Format
442 if self.is_compressed():
Dtexgetimage.c275 bool is_compressed, uint8_t *rebaseSwizzle) in teximage_needs_rebase() argument
292 } else if (!is_compressed && in teximage_needs_rebase()
/external/mesa3d/src/intel/compiler/
Dbrw_schedule_instructions.cpp571 bool is_compressed(fs_inst *inst);
963 fs_instruction_scheduler::is_compressed(fs_inst *inst) in is_compressed() function in fs_instruction_scheduler
1065 if (is_compressed(inst)) { in calculate_deps()
1189 if (is_compressed(inst)) { in calculate_deps()
1550 if (is_compressed((fs_inst *)inst)) in issue_time()
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
DesextcTextureCubeMapArraySampling.hpp243 formatInfo(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed);
256 …atDefinition(glw::GLenum internal_format, glw::GLenum format, glw::GLenum type, bool is_compressed,
DesextcTextureCubeMapArraySampling.cpp4198 glw::GLenum type, bool is_compressed, argument
4200 : m_source(internal_format, format, type, is_compressed)
4240 glw::GLenum type, bool is_compressed) argument
4241 … m_internal_format(internal_format), m_format(format), m_type(type), m_is_compressed(is_compressed)
/external/curl/tests/python_dependencies/impacket/
Dsmb.py599 def is_compressed(self): member in SharedFile