Searched defs:m_width (Results 1 - 25 of 77) sorted by relevance

1234

/external/pdfium/fxbarcode/common/
H A DBC_CommonByteMatrix.h31 int32_t m_width; member in class:CBC_CommonByteMatrix
H A DBC_CommonBitMatrix.h32 int32_t GetWidth() const { return m_width; }
37 int32_t m_width = 0; member in class:CBC_CommonBitMatrix
/external/pdfium/core/fxcodec/codec/
H A Dccodec_jbig2module.h26 uint32_t m_width; member in class:CCodec_Jbig2Context
/external/pdfium/fxbarcode/pdf417/
H A DBC_PDF417BarcodeMatrix.h36 int32_t m_width; member in class:CBC_BarcodeMatrix
/external/deqp/framework/common/
H A DtcuRenderTarget.hpp46 int getWidth (void) const { return m_width; }
52 int m_width; member in class:tcu::RenderTarget
H A DtcuSurface.hpp53 int getWidth (void) const { return m_width; }
65 int m_width; member in class:tcu::Surface
72 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
74 const int pixOffset = y*m_width + x;
89 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
91 const int pixOffset = y*m_width + x;
107 return ConstPixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr());
113 return PixelBufferAccess(TextureFormat(TextureFormat::RGBA, TextureFormat::UNORM_INT8), m_width, m_height, 1, m_pixels.empty() ? DE_NULL : m_pixels.getPtr());
H A DtcuSurfaceAccess.hpp57 int getWidth (void) const { return m_width; }
67 int m_width; member in class:tcu::SurfaceAccess
73 DE_ASSERT(de::inBounds(x, 0, m_width) && de::inBounds(y, 0, m_height));
/external/vulkan-validation-layers/tests/
H A Dvktestframework.h89 static int m_width; member in class:VkTestFramework
/external/deqp/external/openglcts/modules/gl/
H A Dgl4cStencilTexturingTests.hpp98 static const glw::GLuint m_width; member in class:gl4cts::StencilTexturing::FunctionalTest
H A Dgl3cGPUShader5Tests.hpp180 static const glw::GLsizei m_width; member in class:gl3cts::GPUShader5ImplicitConversionsTest
H A Dgl3cTextureSwizzleTests.hpp275 static const glw::GLsizei m_width; member in class:gl3cts::TextureSwizzle::SmokeTest
/external/deqp/external/openglcts/modules/glesext/geometry_shader/
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.cpp108 const glw::GLint GeometryShaderLayeredRenderingFBONoAttachment::m_width = 128; member in class:glcts::GeometryShaderLayeredRenderingFBONoAttachment
258 gl.framebufferParameteri(GL_DRAW_FRAMEBUFFER, GL_FRAMEBUFFER_DEFAULT_WIDTH, m_width);
267 if (m_width != width || m_height != height)
269 m_testCtx.getLog() << tcu::TestLog::Message << "Framebuffer's default width/height is not equal to" << m_width
290 m_all_layers_data = new glw::GLint[m_n_layers * m_width * m_height * m_n_texture_components];
292 for (int n = 0; n < m_n_layers * m_width * m_height; ++n)
302 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1 /* levels */, GL_RGBA32I, m_width, m_height, m_n_layers);
323 gl.viewport(0 /* x */, 0 /* y */, m_width /* width */, m_height /* height */);
334 m_layer_data = new glw::GLint[m_width * m_height * m_n_texture_components];
345 m_width, m_heigh
[all...]
H A DesextcGeometryShaderLayeredRenderingFBONoAttachment.hpp127 static const glw::GLint m_width; member in class:glcts::GeometryShaderLayeredRenderingFBONoAttachment
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.hpp83 static const glw::GLint m_width; member in class:glcts::GeometryShaderLayeredRenderingBoundaryCondition
H A DesextcGeometryShaderLayeredRenderingBoundaryCondition.cpp37 const glw::GLint GeometryShaderLayeredRenderingBoundaryCondition::m_width = 4; member in class:glcts::GeometryShaderLayeredRenderingBoundaryCondition
323 unsigned char buffer[m_width * m_height * m_max_depth * m_texture_components];
330 gl.texStorage3D(m_textures_info[i].m_texture_target, 1, GL_RGBA8, m_width, m_height,
332 gl.texSubImage3D(m_textures_info[i].m_texture_target, 0, 0, 0, 0, m_width, m_height, m_textures_info[i].m_depth,
384 gl.viewport(0, 0, m_width, m_height);
441 gl.viewport(0, 0, m_width, m_height);
444 gl.readPixels(0 /* x */, 0 /* y */, m_width /* width */, m_height /* height */, GL_RGBA, GL_UNSIGNED_BYTE,
455 if (!comparePixels(m_width, m_height, m_texture_components, buffer, expectedData, nTexture, nLayer))
/external/deqp/external/openglcts/modules/glesext/texture_cube_map_array/
H A DesextcTextureCubeMapArrayGenerateMipMap.hpp44 glw::GLuint m_width; member in struct:glcts::StorageConfig
H A DesextcTextureCubeMapArrayGetterCalls.cpp43 const glw::GLsizei TextureCubeMapArrayGetterCalls::m_width = 64; member in class:glcts::TextureCubeMapArrayGetterCalls
253 glw::GLubyte texture_data_ubyte[m_width * m_height * m_depth * m_n_components];
254 memset(texture_data_ubyte, 0, m_width * m_height * m_depth * m_n_components * sizeof(glw::GLubyte));
260 m_width, /* width */
272 m_width, /* width */
346 m_width, /* width */
656 expected_property_int_value = m_width;
H A DesextcTextureCubeMapArrayGetterCalls.hpp90 static const glw::GLsizei m_width; member in class:glcts::TextureCubeMapArrayGetterCalls
H A DesextcTextureCubeMapArrayStencilAttachments.hpp59 return m_width;
70 glw::GLuint m_width; member in class:glcts::CubeMapArrayDataStorage
H A DesextcTextureCubeMapArraySubImage3D.hpp81 SubImage3DCopyParams(void) : m_xoffset(0), m_yoffset(0), m_zoffset(0), m_width(0), m_height(0), m_depth(0)
92 m_width = width;
100 glw::GLuint m_width; member in struct:glcts::SubImage3DCopyParams
/external/clang/test/SemaCXX/
H A Dinvalid-member-expr.cpp62 Length m_width; member in struct:rdar11293995::LengthSize
/external/deqp/external/openglcts/modules/glesext/tessellation_shader/
H A DesextcTessellationShaderPrimitiveCoverage.hpp107 static const glw::GLuint m_width; /* width of the rendering area */ member in class:glcts::TessellationShaderPrimitiveCoverage
H A DesextcTessellationShaderPrimitiveCoverage.cpp182 const glw::GLuint TessellationShaderPrimitiveCoverage::m_width = member in class:glcts::TessellationShaderPrimitiveCoverage
186 const glw::GLuint TessellationShaderPrimitiveCoverage::m_rendered_data_buffer_size = m_width /* width */
392 gl.viewport(0 /* x */, 0 /* y */, m_width, m_height);
481 gl.renderbufferStorage(GL_RENDERBUFFER, GL_RGBA8, m_width, m_height);
495 gl.renderbufferStorage(GL_RENDERBUFFER, GL_STENCIL_INDEX8, m_width, m_height);
685 m_height, m_width, GL_RGBA, /* format */
/external/opencv/otherlibs/highgui/
H A Dgrfmt_base.h70 int GetWidth() { return m_width; };
84 int m_width; // width of the image ( filled by ReadHeader ) member in class:GrFmtReader
/external/pdfium/third_party/agg23/
H A Dagg_rendering_buffer.h51 m_width(0),
60 m_width(0),
70 m_width = width;
97 return m_width;
139 unsigned m_width; member in class:agg::rendering_buffer

Completed in 418 milliseconds

1234