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

1 2 3

  /external/chromium_org/third_party/WebKit/Source/core/inspector/
InspectorStyleTextEditor.h 55 const std::pair<String, String> m_format; member in class:blink::InspectorStyleTextEditor
InspectorStyleSheet.h 134 mutable std::pair<String, String> m_format; member in class:blink::FINAL
  /external/deqp/modules/gles2/performance/
es2pTextureCases.hpp 57 deUint32 m_format; member in class:deqp::gles2::Performance::Texture2DRenderCase
  /development/perftests/panorama/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
86 int m_format; member in class:PgmImage
  /external/chromium_org/third_party/WebKit/Source/core/css/
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
  /external/deqp/framework/opengl/
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
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...]
  /external/deqp/modules/glshared/
glsTextureBufferCase.hpp 86 const deUint32 m_format; member in class:deqp::gls::TextureBufferCase
  /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);
  /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...]
es3fFboStencilbufferTests.cpp 54 , m_format (format)
63 checkFormatSupport(m_format);
87 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_size.x(), m_size.y());
136 deUint32 m_format; member in class:deqp::gles3::Functional::BasicFboStencilCase
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...]
es3fTextureSizeTests.cpp 66 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DSizeCase
79 , m_format (format)
97 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
183 deUint32 m_format; member in class:deqp::gles3::Functional::TextureCubeSizeCase
199 , m_format (format)
220 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width);
es3fTextureSwizzleTests.cpp 91 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DSwizzleCase
105 , m_format (format)
126 m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height)
  /external/eigen/Eigen/src/Core/
IO.h 95 : m_matrix(matrix), m_format(format)
100 return internal::print_matrix(s, wf.m_matrix.eval(), wf.m_format);
105 IOFormat m_format; member in class:Eigen::WithFormat
  /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/framework/common/
tcuCompressedTexture.hpp 105 Format getFormat (void) const { return m_format; }
114 Format m_format; member in class:tcu::CompressedTexture
  /external/deqp/modules/gles2/functional/
es2fTextureFormatTests.cpp 82 const deUint32 m_format; member in class:deqp::gles2::Functional::Texture2DFormatCase
94 , m_format (format)
111 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType);
115 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType);
121 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
222 const deUint32 m_format; member in class:deqp::gles2::Functional::TextureCubeFormatCase
238 , m_format (format)
257 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, m_dataType);
262 fmtName << getPixelFormatStr(m_format) << ", " << getTypeStr(m_dataType);
264 fmtName << getPixelFormatStr(m_format);
    [all...]
es2fTextureSizeTests.cpp 66 deUint32 m_format; member in class:deqp::gles2::Functional::Texture2DSizeCase
79 , m_format (format)
97 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
183 deUint32 m_format; member in class:deqp::gles2::Functional::TextureCubeSizeCase
199 , m_format (format)
220 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width);
es2fTextureWrapTests.cpp 74 deUint32 m_format; member in class:deqp::gles2::Functional::TextureWrapCase
93 , m_format (format)
110 , m_format (GL_NONE)
133 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
141 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
  /external/deqp/modules/gles31/functional/
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);
es31fTextureFormatTests.cpp 91 const deUint32 m_format; member in class:deqp::gles31::Functional::TextureCubeArrayFormatCase
106 , m_format (format)
120 , m_format (internalFormat)
140 ? new glu::TextureCubeArray(m_renderCtx, m_format, m_dataType, m_size, m_depth) // Implicit internal format.
141 : new glu::TextureCubeArray(m_renderCtx, m_format, m_size, m_depth); // Explicit internal format.
259 deUint32 m_format; member in class:deqp::gles31::Functional::TextureBufferFormatCase
269 , m_format (internalFormat)
284 tcu::TextureFormat fmt = glu::mapGLInternalFormat(m_format);
290 fmtName << glu::getPixelFormatStr(m_format);
296 m_texture = new glu::TextureBuffer(m_renderCtx, m_format, m_width * fmt.getPixelSize())
    [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

Completed in 971 milliseconds

1 2 3