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

1 2 3

  /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/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
  /packages/apps/Camera/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
86 int m_format; member in class:PgmImage
  /packages/apps/LegacyCamera/jni/feature_stab/src/dbregtest/
PgmImage.h 71 int GetFormat() const { return m_format; }
86 int m_format; member in class:PgmImage
  /external/deqp/framework/opengl/
gluTexture.hpp 61 deUint32 m_format; //!< Internal format. member in class:glu::Texture1D
96 deUint32 m_format; //!< Internal format. member in class:glu::Texture2D
135 deUint32 m_format; //!< Internal format. member in class:glu::TextureCube
169 deUint32 m_format; //!< Internal format. member in class:glu::Texture2DArray
198 deUint32 m_format; //!< Internal format. member in class:glu::Texture1DArray
231 deUint32 m_format; //!< Internal format. member in class:glu::Texture3D
262 deUint32 m_format; //!< Internal format. member in class:glu::TextureCubeArray
303 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))
368 gl.texImage2D(getGLCubeFace((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 89 int32_t m_format; member in class:tcu::Android::NativeWindow
112 , m_format (format)
133 m_format);
  /external/deqp/modules/gles3/functional/
es3fASTCDecompressionCases.hpp 87 const tcu::CompressedTexFormat m_format; member in class:deqp::gles3::Functional::ASTCBlockCase2D
122 const tcu::CompressedTexFormat 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 82 GLint m_format; member in class:deqp::gles3::Functional::__anon7675::ReadPixelsTest
101 , m_format (format)
208 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format));
211 if (m_format != GL_RGBA && m_format != GL_BGRA && m_format != GL_RGB)
212 TCU_THROW(NotSupportedError, ("Unsupported IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu::getPixelFormatStr(m_format))).c_str());
217 format = glu::mapGLTransferFormat(m_format, m_type);
249 else 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 123 CompressedTexFormat getFormat (void) const { return m_format; }
131 CompressedTexFormat 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
  /external/deqp/modules/egl/
teglImageUtil.cpp 181 TextureImageSource (GLenum format, GLenum type, bool useTexLevel0) : m_format(format), m_type(type), m_useTexLevel0(useTexLevel0) {}
183 GLenum getFormat (void) const { return m_format; }
190 GLenum m_format; member in class:deqp::egl::Image::TextureImageSource
223 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT);
234 GLU_CHECK_GLW_CALL(gl, texImage2D(imgTarget, 0, m_format, IMAGE_WIDTH, IMAGE_HEIGHT,
235 0, m_format, m_type, ref->getLevel(0).getDataPtr()));
256 GLU_CHECK_CALL_ERROR(gl.texImage2D(GL_TEXTURE_2D, 0, m_format, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL),
288 GLU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_format, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL))
314 GLenum m_format; member in class:deqp::egl::Image::RenderbufferImageSource
497 GLenum m_format; member in class:deqp::egl::Image::UnsupportedImageSource
    [all...]

Completed in 937 milliseconds

1 2 3