/external/chromium_org/third_party/WebKit/Source/core/css/ |
D | CSSFontFaceSrcValue.cpp | 46 return equalIgnoringCase(m_format, "svg"); in isSVGFontFaceSrc() 54 if (m_format.isEmpty()) { in isSupportedFormat() 61 if (FontCustomPlatformData::supportsFormat(m_format)) in isSupportedFormat() 86 if (!m_format.isEmpty()) { in customCSSText() 88 result.append(m_format); in customCSSText() 141 …return m_isLocal == other.m_isLocal && m_format == other.m_format && m_resource == other.m_resourc… in equals()
|
D | CSSFontFaceSrcValue.h | 53 const String& format() const { return m_format; } in format() 56 void setFormat(const String& format) { m_format = format; } in setFormat() 93 String m_format; variable
|
/external/deqp/modules/gles3/functional/ |
D | es3fFboDepthbufferTests.cpp | 54 , m_format (format) in BasicFboDepthCase() 63 checkFormatSupport(m_format); in preCheck() 92 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height); in render() 136 deUint32 m_format; member in deqp::gles3::Functional::BasicFboDepthCase 146 , m_format (format) in DepthWriteClampCase() 155 checkFormatSupport(m_format); in preCheck() 164 glu::TransferFormat transferFmt = glu::getTransferFormat(glu::mapGLInternalFormat(m_format)); in render() 182 …glTexImage2D(GL_TEXTURE_2D, 0, m_format, m_width, m_height, 0, transferFmt.format, transferFmt.dat… in render() 222 const deUint32 m_format; member in deqp::gles3::Functional::DepthWriteClampCase 232 , m_format (format) in DepthTestClampCase() [all …]
|
D | es3fReadPixelsTests.cpp | 73 GLint m_format; member in deqp::gles3::Functional::__anone9c8d37e0111::ReadPixelsTest 91 , m_format (format) in ReadPixelsTest() 198 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format)); in getFormatInfo() 202 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo() 241 if (m_format == GL_RGBA_INTEGER) in clearColor() 263 else if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor() 273 if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor() 292 else if (m_format == GL_RGBA_INTEGER) in clearColor() 341 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0]))); in clearColor() 357 …m_testCtx.getLog() << tcu::TestLog::Message << "Format: " << glu::getPixelFormatStr(m_format) << "… in iterate() [all …]
|
D | es3fTextureFormatTests.cpp | 82 deUint32 m_format; member in deqp::gles3::Functional::Texture2DFormatCase 94 , m_format (format) in Texture2DFormatCase() 106 , m_format (internalFormat) in Texture2DFormatCase() 123 …t fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m… in init() 128 fmtName << glu::getPixelFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType); in init() 130 fmtName << glu::getPixelFormatStr(m_format); in init() 137 …? new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal fo… in init() 138 : new glu::Texture2D(m_renderCtx, m_format, m_width, m_height); // Explicit internal format. in init() 240 deUint32 m_format; member in deqp::gles3::Functional::TextureCubeFormatCase 255 , m_format (format) in TextureCubeFormatCase() [all …]
|
D | es3fFboColorbufferTests.cpp | 83 , m_format (format) in FboColorbufferCase() 89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare() 97 const deUint32 m_format; member in deqp::gles3::Functional::FboColorbufferCase 113 checkFormatSupport(m_format); in preCheck() 118 tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format); in render() 130 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height); in render() 335 checkFormatSupport(m_format); in preCheck() 361 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); in render() 380 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format); in render() 394 …glTexImage2D(cubeGLFaces[ndx], 0, m_format, size.x(), size.y(), 0, transferFmt.format, transferFmt… in render() [all …]
|
D | es3fTextureSpecificationTests.cpp | 628 , m_format (format) in BasicTexImage2DCase() 637 , m_format (GL_NONE) in BasicTexImage2DCase() 641 m_format = fmt.format; in BasicTexImage2DCase() 666 …glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelD… in createTexture() 671 deUint32 m_format; member in deqp::gles3::Functional::BasicTexImage2DCase 683 , m_format (format) in BasicTexImageCubeCase() 692 , m_format (GL_NONE) in BasicTexImageCubeCase() 696 m_format = fmt.format; in BasicTexImageCubeCase() 724 …glTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, levelSize, levelSize, 0, m_format, m_dat… in createTexture() 730 deUint32 m_format; member in deqp::gles3::Functional::BasicTexImageCubeCase [all …]
|
D | es3fASTCDecompressionCases.hpp | 87 const tcu::CompressedTexture::Format m_format; member in deqp::gles3::Functional::ASTCBlockCase2D 122 const tcu::CompressedTexture::Format m_format; member in deqp::gles3::Functional::ASTCBlockSizeRemainderCase2D
|
/external/lldb/include/lldb/Interpreter/ |
D | OptionGroupFormat.h | 61 return m_format.GetCurrentValue(); in GetFormat() 67 return m_format; in GetFormatValue() 73 return m_format; in GetFormatValue() 109 return m_format.OptionWasSet() || in AnyOptionWasSet() 122 OptionValueFormat m_format; variable
|
/external/deqp/framework/opengl/ |
D | gluTexture.cpp | 54 , m_format (format) in Texture1D() 65 , m_format (sizedFormat) in Texture1D() 97 …gl.texImage1D(GL_TEXTURE_1D, levelNdx, m_format, access.getWidth(), 0 /* border */, transferFormat… in upload() 108 , m_format (format) in Texture2D() 120 , m_format (sizedFormat) in Texture2D() 132 , m_format (getGLFormat(levels[0].getFormat())) in Texture2D() 138 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in Texture2D() 181 …gl.texImage2D(GL_TEXTURE_2D, levelNdx, m_format, access.getWidth(), access.getHeight(), 0 /* borde… in upload() 291 , m_format (getGLFormat(levels[0].getFormat())) in TextureCube() 299 if (!contextInfo.isCompressedTextureFormatSupported(m_format)) in TextureCube() [all …]
|
D | gluTexture.hpp | 60 deUint32 m_format; //!< Internal format. member in glu::Texture1D 95 deUint32 m_format; //!< Internal format. member in glu::Texture2D 134 deUint32 m_format; //!< Internal format. member in glu::TextureCube 163 deUint32 m_format; //!< Internal format. member in glu::Texture2DArray 192 deUint32 m_format; //!< Internal format. member in glu::Texture1DArray 221 deUint32 m_format; //!< Internal format. member in glu::Texture3D 250 deUint32 m_format; //!< Internal format. member in glu::TextureCubeArray 291 deUint32 m_format; //!< Internal format. member in glu::TextureBuffer
|
/external/deqp/modules/gles31/functional/ |
D | es31fStencilTexturingTests.cpp | 517 , m_format (format) in UploadTex2DCase() 530 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate() 534 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate() 540 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height); in iterate() 564 const deUint32 m_format; member in deqp::gles31::Functional::__anon83ed38cb0111::UploadTex2DCase 572 , m_format (format) in UploadTex2DArrayCase() 587 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate() 589 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate() 602 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels); in iterate() 650 const deUint32 m_format; member in deqp::gles31::Functional::__anon83ed38cb0111::UploadTex2DArrayCase [all …]
|
D | es31fFboColorbufferTests.cpp | 97 , m_format (format) in FboColorbufferCase() 103 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD)); in compare() 111 const deUint32 m_format; member in deqp::gles31::Functional::FboColorbufferCase 130 checkFormatSupport(m_format); in preCheck() 137 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format); in render() 156 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format); in render() 174 …glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_format, size.x(), size.y(), size.z(), 0, transferFmt.… in render()
|
D | es31fShaderImageLoadStoreTests.cpp | 567 const TextureFormat& getFormat (void) const { return m_format; } in getFormat() 597 const TextureFormat m_format; member in deqp::gles31::Functional::__anon0a10fa760111::LayeredImage 610 , m_format (format) in LayeredImage() 1104 , m_format (format) in ImageStoreCase() 1114 const TextureFormat m_format; member in deqp::gles31::Functional::__anon0a10fa760111::ImageStoreCase 1124 const deUint32 internalFormatGL = glu::getInternalFormat(m_format); in iterate() 1129 …const float storeColorScale = isFormatTypeUnorm(m_format.type) ? 1.0f / (float)(maxImageDime… in iterate() 1130 : isFormatTypeSnorm(m_format.type) ? 2.0f / (float)(maxImageDimension - 1) in iterate() 1132 const float storeColorBias = isFormatTypeSnorm(m_format.type) ? -1.0f : 0.0f; in iterate() 1154 const string shaderImageFormatStr = getShaderImageFormatQualifier(m_format); in iterate() [all …]
|
D | es31fTextureFormatTests.cpp | 91 const deUint32 m_format; member in deqp::gles31::Functional::TextureCubeArrayFormatCase 106 , m_format (format) in TextureCubeArrayFormatCase() 120 , m_format (internalFormat) in TextureCubeArrayFormatCase() 140 …? new glu::TextureCubeArray(m_renderCtx, m_format, m_dataType, m_size, m_depth) // Implicit intern… in init() 141 …: new glu::TextureCubeArray(m_renderCtx, m_format, m_size, m_depth); // Explicit internal forma… in init() 259 deUint32 m_format; member in deqp::gles31::Functional::TextureBufferFormatCase 269 , m_format (internalFormat) in TextureBufferFormatCase() 284 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_format); in init() 290 fmtName << glu::getPixelFormatStr(m_format); in init() 296 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize()); in init()
|
/external/deqp/modules/gles2/functional/ |
D | es2fTextureSpecificationTests.cpp | 619 , m_format (format) in BasicTexImage2DCase() 647 …glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getA… in createTexture() 651 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImage2DCase 661 , m_format (format) in BasicTexImageCubeCase() 695 …glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelDa… in createTexture() 700 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImageCubeCase 710 , m_format (format) in RandomOrderTexImage2DCase() 745 …glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData… in createTexture() 749 deUint32 m_format; member in deqp::gles2::Functional::RandomOrderTexImage2DCase 759 , m_format (format) in RandomOrderTexImageCubeCase() [all …]
|
D | es2fTextureFormatTests.cpp | 82 const deUint32 m_format; member in deqp::gles2::Functional::Texture2DFormatCase 94 , m_format (format) in Texture2DFormatCase() 111 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init() 115 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init() 121 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init() 222 const deUint32 m_format; member in deqp::gles2::Functional::TextureCubeFormatCase 238 , m_format (format) in TextureCubeFormatCase() 257 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType); in init() 262 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType); in init() 264 fmtName << getPixelFormatStr(m_format); in init() [all …]
|
/external/deqp/framework/common/ |
D | tcuTexture.cpp | 534 : m_format (format) in ConstPixelBufferAccess() 545 : m_format (format) in ConstPixelBufferAccess() 556 : m_format (level.getFormat()) in ConstPixelBufferAccess() 560 , m_rowPitch (m_width*m_format.getPixelSize()) in ConstPixelBufferAccess() 594 if (m_format.type == TextureFormat::UNORM_INT8) in getPixel() 596 if (m_format.order == TextureFormat::RGBA) in getPixel() 598 else if (m_format.order == TextureFormat::RGB) in getPixel() 602 int pixelSize = m_format.getPixelSize(); in getPixel() 611 switch (m_format.type) in getPixel() 623 switch (m_format.order) in getPixel() [all …]
|
/external/lldb/source/Interpreter/ |
D | OptionGroupFormat.cpp | 30 m_format (default_format, default_format), in OptionGroupFormat() 81 error = m_format.SetValueFromCString (option_arg); in SetOptionValue() 184 m_format.SetCurrentValue (format); in SetOptionValue() 185 m_format.SetOptionWasSet (); in SetOptionValue() 245 m_format.Clear(); in OptionParsingStarting()
|
/external/chromium_org/third_party/WebKit/Source/core/inspector/ |
D | InspectorStyleTextEditor.cpp | 38 , m_format(format) in InspectorStyleTextEditor() 88 const String& formatLineFeed = m_format.first; in insertProperty() 89 const String& formatPropertyPrefix = m_format.second; in insertProperty() 124 String fullPrefix = m_format.first + m_format.second; in internalReplaceProperty()
|
/external/deqp/modules/gles2/performance/ |
D | es2pTextureUploadTests.cpp | 90 deUint32 m_format; member in deqp::gles2::Performance::TextureUploadCase 107 , m_format (format) in TextureUploadCase() 217 const tcu::TextureFormat& texFmt = glu::mapGLTransferFormat(m_format, m_type); in init() 230 …gl.texImage2D (GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0… in init() 321 …gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]… in render() 324 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]); in render() 417 …gl.texImage2D(GL_TEXTURE_2D, 0, m_format, m_texSize, m_texSize, 0, m_format, m_type, &m_texData[0]… in render() 420 gl.texSubImage2D(GL_TEXTURE_2D, 0, 0, 0, m_texSize, m_texSize, m_format, m_type, &m_texData[0]); in render()
|
/external/emma/core/java12/com/vladium/emma/report/ |
D | IItemAttribute.java | 150 m_format.format (1.0F, appendTo, m_fieldPosition); in format() 152 m_format.format (n_scaled / d, appendTo, m_fieldPosition); in format() 204 m_format = (DecimalFormat) NumberFormat.getPercentInstance (); // TODO: locale in FractionAttribute() 209 m_format.setMaximumFractionDigits (0); in FractionAttribute() 223 private final DecimalFormat m_format, m_nFormat; field in IItemAttribute.Factory.FractionAttribute
|
/external/lldb/source/DataFormatters/ |
D | TypeSummary.cpp | 45 m_format() in StringSummaryFormat() 48 m_format.assign(format_cstr); in StringSummaryFormat() 116 …if (Debugger::FormatPrompt(m_format.c_str(), &sc, &exe_ctx, &sc.line_entry.range.GetBaseAddress(),… in FormatObject() 134 sstr.Printf ("`%s`%s%s%s%s%s%s%s", m_format.c_str(), in GetDescription()
|
/external/lldb/include/lldb/DataFormatters/ |
D | TypeFormat.h | 180 return m_format; in GetFormat() 186 m_format = fmt; in SetFormat() 212 lldb::Format m_format; variable
|
/external/deqp/framework/platform/android/ |
D | tcuAndroidPlatform.cpp | 74 int32_t m_format; member in tcu::Android::NativeWindow 97 , m_format (format) in NativeWindow() 118 m_format); in setSurfaceSize()
|