Searched refs:height_ (Results 26 - 40 of 40) sorted by relevance

12

/external/deqp/modules/glshared/
H A DglsLongStressCase.hpp152 const int height_,
166 , height (height_)
149 TextureSpec(const gls::TextureTestUtil::TextureType texType, const deUint32 unit, const int width_, const int height_, const deUint32 format_, const deUint32 dataType_, const deUint32 internalFormat_, const bool useMipmap_, const deUint32 minFilter_, const deUint32 magFilter_, const deUint32 sWrap_, const deUint32 tWrap_, const tcu::Vec4& minValue_, const tcu::Vec4& maxValue_) argument
H A DglsLifetimeTests.hpp385 Rectangle (GLint x_, GLint y_, GLint width_, GLint height_) argument
389 , height (height_) {}
/external/libvpx/libvpx/third_party/libwebm/
H A Dmkvmuxer.hpp427 void set_height(uint64 height) { height_ = height; }
428 uint64 height() const { return height_; }
442 uint64 height_; member in class:mkvmuxer::VideoTrack
H A Dmkvmuxer.cpp797 height_(0),
847 if (!WriteEbmlElement(writer, kMkvPixelHeight, height_))
876 size += EbmlElementSize(kMkvPixelHeight, height_);
/external/webp/src/dec/
H A Dvp8.c300 pic_hdr->height_ = ((buf[6] << 8) | buf[5]) & 0x3fff;
306 dec->mb_h_ = (pic_hdr->height_ + 15) >> 4;
309 io->height = pic_hdr->height_;
H A Dframe.c553 (uint64_t)dec->pic_hdr_.width_ * dec->pic_hdr_.height_ : 0ULL;
/external/deqp/modules/egl/
H A DteglColorClearCase.cpp60 ClearOp (int x_, int y_, int width_, int height_, const tcu::RGBA& color_) argument
64 , height (height_)
/external/deqp/modules/gles31/functional/
H A Des31fFboNoAttachmentTests.cpp320 FboSpec(int width_, int height_, int samples_) : width(width_), height(height_), samples(samples_){} argument
H A Des31fSeparateShaderTests.cpp965 Rectangle (int x_, int y_, int width_, int height_)
969 , height (height_) {}
/external/deqp/modules/gles2/functional/
H A Des2fShaderTextureFunctionTests.cpp147 int height_,
154 , height (height_)
143 TextureSpec(TextureType type_, deUint32 format_, deUint32 dataType_, int width_, int height_, int numLevels_, const tcu::Sampler& sampler_) argument
H A Des2fDepthStencilTests.cpp213 int height_,
217 , height (height_)
212 TestRenderTarget(int width_, int height_, int depthBits_, int stencilBits_) argument
/external/deqp/modules/gles3/functional/
H A Des3fDepthStencilTests.cpp213 int height_,
217 , height (height_)
212 TestRenderTarget(int width_, int height_, int depthBits_, int stencilBits_) argument
H A Des3fFragmentOutputTests.cpp79 BufferSpec (deUint32 format_, int width_, int height_, int samples_) argument
82 , height (height_)
H A Des3fFboRenderTest.cpp69 FboConfig (deUint32 buffers_, deUint32 colorType_, deUint32 colorFormat_, deUint32 depthStencilType_, deUint32 depthStencilFormat_, int width_ = 0, int height_ = 0, int samples_ = 0)
76 , height (height_)
H A Des3fShaderTextureFunctionTests.cpp200 int height_,
207 , height (height_)
197 TextureSpec(TextureType type_, deUint32 format_, int width_, int height_, int depth_, int numLevels_, const tcu::Sampler& sampler_) argument

Completed in 997 milliseconds

12