HomeSort by relevance Sort by last modified time
    Searched full:m_width (Results 101 - 125 of 141) sorted by null

1 2 3 45 6

  /hardware/bsp/intel/peripheral/libupm/src/st7735/
gfx.h 205 int m_width; /**< Screen width */ member in class:upm::GFX
  /external/vulkan-validation-layers/tests/
vkrenderframework.cpp 42 m_framebuffer(VK_NULL_HANDLE), m_width(256.0), // default window width
246 m_width = width;
250 void VkRenderFramework::InitViewport() { InitViewport(m_width, m_height); }
307 img->init((uint32_t)m_width, (uint32_t)m_height,
313 img->init((uint32_t)m_width, (uint32_t)m_height,
381 fb_info.width = (uint32_t)m_width;
389 m_renderPassBeginInfo.renderArea.extent.width = (int32_t)m_width;
    [all...]
vkrenderframework.h 132 float m_width, m_height; member in class:VkRenderFramework
vktestframework.cpp 148 int VkTestFramework::m_width = 0; member in class:VkTestFramework
  /external/deqp/framework/common/
tcuTexture.hpp 640 int getWidth (void) const { return m_width; }
660 int m_width; member in class:tcu::Texture1D
684 int getWidth (void) const { return m_width; }
710 int m_width; member in class:tcu::Texture2D
918 int m_width; member in class:tcu::Texture1DArray
978 int m_width; member in class:tcu::Texture2DArray
1077 int m_width; member in class:tcu::Texture3D
    [all...]
tcuCompressedTexture.cpp     [all...]
  /external/deqp/modules/egl/
teglGLES2SharingThreadedTests.cpp 800 EGLint m_width; member in class:deqp::egl::GLES2ThreadTest::CreatePBufferSurface
809 , m_width (width)
821 EGL_WIDTH, m_width,
826 thread.newMessage() << "Begin -- eglCreatePbufferSurface(" << m_display << ", " << m_config << ", { EGL_WIDTH, " << m_width << ", EGL_HEIGHT, " << m_height << ", EGL_NONE })" << tcu::ThreadUtil::Message::End;
955 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::TexImage2D
966 , m_width (width)
981 void* dummyData = thread.getDummyData(m_width*m_height*4);
987 thread.newMessage() << "Begin -- glTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_width << ", " << m_height << ", 0, " << m_format << ", " << m_type << ", data)" << tcu::ThreadUtil::Message::End;
988 GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
1007 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::TexSubImage2D
1060 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1113 GLsizei m_width; member in class:deqp::egl::GLES2ThreadTest::CopyTexSubImage2D
1841 int m_width; member in class:deqp::egl::GLES2ThreadTest::ReadPixels
    [all...]
  /external/pdfium/core/src/fxge/dib/
fx_dib_convert.cpp     [all...]
fx_dib_transform.cpp 180 FX_RECT dest_clip(0, 0, m_Height, m_Width);
198 int col_start = bYFlip ? m_Width - dest_clip.bottom : dest_clip.top;
199 int col_end = bYFlip ? m_Width - dest_clip.top : dest_clip.bottom;
323 if (dest_width == m_Width && dest_height == m_Height) {
    [all...]
  /external/pdfium/core/src/fxge/win32/
fx_win32_device.cpp 486 m_Width = bitmap.bmWidth;
492 m_Width = ::GetDeviceCaps(m_hDC, HORZRES);
506 return m_Width;
810 int flag1 = (x1 < 0) | ((x1 > m_Width) << 1) | ((y1 < 0) << 2) |
812 int flag2 = (x2 < 0) | ((x2 > m_Width) << 1) | ((y2 < 0) << 2) |
818 agg::rect_base<FX_FLOAT> rect(0.0f, 0.0f, (FX_FLOAT)(m_Width),
    [all...]
  /external/deqp/modules/gles3/functional/
es3fTextureMipmapTests.cpp 158 int m_width; member in class:deqp::gles3::Functional::Texture2DMipmapCase
187 , m_width (width)
204 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
206 int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
809 int m_width; member in class:deqp::gles3::Functional::Texture2DGenMipmapCase
822 , m_width (width)
837 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
857 const int numLevels = deLog2Floor32(de::max(m_width, m_height))+1;
888 const int levelWidth = de::max(1, m_width >> levelNdx);
1108 int m_width; member in class:deqp::gles3::Functional::Texture3DMipmapCase
    [all...]
  /external/pdfium/core/include/fxge/
fx_dib.h 167 int GetWidth() const { return m_Width; }
267 int m_Width;
fx_ge.h 260 int GetWidth() const { return m_Width; }
410 int m_Width;
  /external/deqp/modules/glshared/
glsTextureTestUtil.hpp 286 int getWidth (void) const { return m_width; }
296 int m_width; member in class:deqp::gls::TextureTestUtil::SurfaceAccess
302 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
  /external/pdfium/core/src/fxcodec/codec/
fx_codec.cpp 36 : m_Width(width), m_Height(height), m_Pitch(pitch), m_nCachedLines(0) {}
  /external/pdfium/core/src/fpdfapi/fpdf_font/
fpdf_font.cpp     [all...]
  /external/opencv/otherlibs/highgui/
grfmt_jpeg2000.cpp 118 m_width = jas_image_width( m_image );
  /external/opencv3/modules/imgcodecs/src/
grfmt_jpeg2000.cpp 124 m_width = jas_image_width( image );
  /hardware/qcom/media/msm8974/mm-video-legacy/vidc/vdec/inc/
h264_utils.h 204 unsigned m_width; member in class:H264_Utils
  /hardware/qcom/media/msm8974/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 209 unsigned m_width; member in class:H264_Utils
  /hardware/qcom/media/msm8996/mm-video-v4l2/vidc/vdec/inc/
h264_utils.h 209 unsigned m_width; member in class:H264_Utils
  /external/opencv3/modules/videoio/src/
cap_dshow.cpp     [all...]
  /external/libvpx/libvpx/third_party/libwebm/
mkvparser.hpp 416 long long m_width; member in class:mkvparser::VideoTrack
  /external/libvpx/libwebm/mkvparser/
mkvparser.h 501 long long m_width; member in class:mkvparser::VideoTrack
  /external/pdfium/core/src/fpdfapi/fpdf_page/
fpdf_page_parser_old.cpp 1056 m_pType3Char->m_Width =

Completed in 947 milliseconds

1 2 3 45 6