HomeSort by relevance Sort by last modified time
    Searched refs:m_format (Results 1 - 25 of 64) sorted by null

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/css/
CSSFontFaceSrcValue.cpp 46 return equalIgnoringCase(m_format, "svg");
54 if (m_format.isEmpty()) {
61 if (FontCustomPlatformData::supportsFormat(m_format))
86 if (!m_format.isEmpty()) {
88 result.append(m_format);
141 return m_isLocal == other.m_isLocal && m_format == other.m_format && m_resource == other.m_resource;
CSSFontFaceSrcValue.h 53 const String& format() const { return m_format; }
56 void setFormat(const String& format) { m_format = format; }
93 String m_format; member in class:blink::CSSFontFaceSrcValue
  /external/lldb/include/lldb/Interpreter/
OptionGroupFormat.h 61 return m_format.GetCurrentValue();
67 return m_format;
73 return m_format;
109 return m_format.OptionWasSet() ||
122 OptionValueFormat m_format; member in class:lldb_private::OptionGroupFormat
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.cpp 23 m_w(0),m_h(0),m_colors(255),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
30 m_colors(255),m_w(w),m_h(h),m_format(format),m_over_allocation(256)
36 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
42 m_colors(255),m_w(w),m_h(h),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
52 m_colors(255),m_w(0),m_h(0),m_format(PGM_BINARY_GRAYMAP),m_over_allocation(256)
71 dst.m_format = src.m_format;
85 m_format = format;
151 m_format = PGM_BINARY_GRAYMAP;
153 m_format = PGM_BINARY_PIXMAP
    [all...]
PgmImage.h 71 int GetFormat() const { return m_format; }
86 int m_format; member in class:PgmImage
  /external/lldb/source/DataFormatters/
TypeFormat.cpp 37 m_format (f)
TypeSummary.cpp 45 m_format()
48 m_format.assign(format_cstr);
116 if (Debugger::FormatPrompt(m_format.c_str(), &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(), s, valobj))
134 sstr.Printf ("`%s`%s%s%s%s%s%s%s", m_format.c_str(),
  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.h 55 const std::pair<String, String> m_format; member in class:blink::InspectorStyleTextEditor
InspectorStyleTextEditor.cpp 38 , m_format(format)
88 const String& formatLineFeed = m_format.first;
89 const String& formatPropertyPrefix = m_format.second;
124 String fullPrefix = m_format.first + m_format.second;
  /external/deqp/framework/common/
tcuCompressedTexture.hpp 105 Format getFormat (void) const { return m_format; }
114 Format m_format; member in class:tcu::CompressedTexture
tcuTexture.cpp 534 : m_format (format)
545 : m_format (format)
556 : m_format (level.getFormat())
560 , m_rowPitch (m_width*m_format.getPixelSize())
594 if (m_format.type == TextureFormat::UNORM_INT8)
596 if (m_format.order == TextureFormat::RGBA)
598 else if (m_format.order == TextureFormat::RGB)
602 int pixelSize = m_format.getPixelSize();
611 switch (m_format.type)
623 switch (m_format.order
    [all...]
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 87 const tcu::CompressedTexture::Format m_format; member in class:deqp::gles3::Functional::ASTCBlockCase2D
122 const tcu::CompressedTexture::Format m_format; member in class:deqp::gles3::Functional::ASTCBlockSizeRemainderCase2D
es3fFboDepthbufferTests.cpp 54 , m_format (format)
63 checkFormatSupport(m_format);
92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
136 deUint32 m_format; member in class:deqp::gles3::Functional::BasicFboDepthCase
146 , m_format (format)
155 checkFormatSupport(m_format);
164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format));
182 glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
222 const deUint32 m_format; member in class:deqp::gles3::Functional::DepthWriteClampCase
232 , m_format (format
302 const deUint32 m_format; member in class:deqp::gles3::Functional::DepthTestClampCase
    [all...]
es3fReadPixelsTests.cpp 73 GLint m_format; member in class:deqp::gles3::Functional::__anon24660::ReadPixelsTest
91 , m_format (format)
198 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format));
202 format = glu::mapGLTransferFormat(m_format, m_type);
241 if (m_format == GL_RGBA_INTEGER)
263 else if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB)
273 if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB
    [all...]
  /external/lldb/source/Interpreter/
OptionGroupFormat.cpp 30 m_format (default_format, default_format),
81 error = m_format.SetValueFromCString (option_arg);
184 m_format.SetCurrentValue (format);
185 m_format.SetOptionWasSet ();
245 m_format.Clear();
  /external/deqp/framework/opengl/
gluTexture.cpp 54 , m_format (format)
65 , m_format (sizedFormat)
97 gl.texImage1D(GL_TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
108 , m_format (format)
120 , m_format (sizedFormat)
132 , m_format (getGLFormat(levels[0].getFormat()))
138 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
181 gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* border */, transferFormat.format, transferFormat.dataType, access.getDataPtr());
291 , m_format (getGLFormat(levels[0].getFormat()))
299 if (!contextInfo.isCompressedTextureFormatSupported(m_format))
384 gl.texImage2D(cubeFaceToGLFace((tcu::CubeFace)face), levelNdx, m_format, access.getWidth(), access.getHeight(), 0 \/* border *\/, transferFormat.format, transferFormat.dataType, access.getDataPtr()); local
    [all...]
gluTexture.hpp 60 deUint32 m_format; //!< Internal format. member in class:glu::Texture1D
95 deUint32 m_format; //!< Internal format. member in class:glu::Texture2D
134 deUint32 m_format; //!< Internal format. member in class:glu::TextureCube
163 deUint32 m_format; //!< Internal format. member in class:glu::Texture2DArray
192 deUint32 m_format; //!< Internal format. member in class:glu::Texture1DArray
221 deUint32 m_format; //!< Internal format. member in class:glu::Texture3D
250 deUint32 m_format; //!< Internal format. member in class:glu::TextureCubeArray
291 deUint32 m_format; //!< Internal format. member in class:glu::TextureBuffer
  /external/lldb/include/lldb/DataFormatters/
TypeFormat.h 180 return m_format;
186 m_format = fmt;
212 lldb::Format m_format; member in class:lldb_private::TypeFormatImpl
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 517 , m_format (format)
530 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
534 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
540 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height);
564 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::UploadTex2DCase
572 , m_format (format)
587 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels);
589 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
602 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels);
650 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::UploadTex2DArrayCase
739 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::UploadTexCubeCase
796 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::RenderTex2DCase
870 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::ClearTex2DCase
929 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::CompareModeCase
990 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon24952::BaseLevelCase
    [all...]
es31fFboColorbufferTests.cpp 97 , m_format (format)
103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
111 const deUint32 m_format; member in class:deqp::gles31::Functional::FboColorbufferCase
130 checkFormatSupport(m_format);
137 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
156 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format);
174 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_format, size.x(), size.y(), size.z(), 0, transferFmt.format, transferFmt.dataType, DE_NULL);
  /external/deqp/modules/gles2/performance/
es2pTextureCases.hpp 57 deUint32 m_format; member in class:deqp::gles2::Performance::Texture2DRenderCase
es2pTextureUploadTests.cpp 90 deUint32 m_format; member in class:deqp::gles2::Performance::TextureUploadCase
107 , m_format (format)
217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type);
230 gl.texImage2D (GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
321 gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]);
324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]);
417 gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0])
    [all...]
  /external/deqp/modules/gles2/functional/
es2fTextureSpecificationTests.cpp 619 , m_format (format)
647 glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
651 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexImage2DCase
661 , m_format (format)
695 glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
700 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexImageCubeCase
710 , m_format (format)
745 glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr())
749 deUint32 m_format; member in class:deqp::gles2::Functional::RandomOrderTexImage2DCase
804 deUint32 m_format; member in class:deqp::gles2::Functional::RandomOrderTexImageCubeCase
854 deUint32 m_format; member in class:deqp::gles2::Functional::TexImage2DAlignCase
902 deUint32 m_format; member in class:deqp::gles2::Functional::TexImageCubeAlignCase
967 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexSubImage2DCase
1040 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexSubImageCubeCase
1092 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImage2DEmptyTexCase
1152 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImageCubeEmptyTexCase
1198 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImage2DAlignCase
1253 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImageCubeAlignCase
1439 deUint32 m_format; member in class:deqp::gles2::Functional::BasicCopyTexSubImage2DCase
1521 deUint32 m_format; member in class:deqp::gles2::Functional::BasicCopyTexSubImageCubeCase
    [all...]
  /external/emma/core/java12/com/vladium/emma/report/
IItemAttribute.java 150 m_format.format (1.0F, appendTo, m_fieldPosition);
152 m_format.format (n_scaled / d, appendTo, m_fieldPosition);
204 m_format = (DecimalFormat) NumberFormat.getPercentInstance (); // TODO: locale
208 //m_format.setMinimumFractionDigits (1);
209 m_format.setMaximumFractionDigits (0);
210 //m_format.setDecimalSeparatorAlwaysShown (false);
223 private final DecimalFormat m_format, m_nFormat; field in class:IItemAttribute.Factory.FractionAttribute
  /external/deqp/framework/platform/android/
tcuAndroidPlatform.cpp 74 int32_t m_format; member in class:tcu::Android::NativeWindow
97 , m_format (format)
118 m_format);

Completed in 546 milliseconds

1 2 3