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

12 3

  /external/deqp/modules/gles2/performance/
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/gles3/functional/
es3fTextureWrapTests.cpp 110 const deUint32 m_format; member in class:deqp::gles3::Functional::TextureWrapCase
133 , m_format (format)
152 , m_format (GL_NONE)
172 , m_format (GL_NONE)
201 DE_ASSERT(m_width == 0 && m_height == 0 && m_format == GL_NONE && m_dataType == GL_NONE);
211 DE_ASSERT(m_format == GL_NONE && m_dataType == GL_NONE);
265 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
es3fFboColorbufferTests.cpp 83 , m_format (format)
89 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), MIN_THRESHOLD));
97 const deUint32 m_format; member in class:deqp::gles3::Functional::FboColorbufferCase
113 checkFormatSupport(m_format);
118 tcu::TextureFormat fboFormat = glu::mapGLInternalFormat(m_format);
130 glRenderbufferStorage(GL_RENDERBUFFER, m_format, m_width, m_height);
335 checkFormatSupport(m_format);
361 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
380 bool isFilterable = glu::isGLInternalColorFormatFilterable(m_format);
394 glTexImage2D(cubeGLFaces[ndx], 0, m_format, size.x(), size.y(), 0, transferFmt.format, transferFmt.dataType, DE_NULL)
    [all...]
es3fFramebufferBlitTests.cpp 461 , m_format (format)
475 checkFormatSupport(m_format);
518 glRenderbufferStorage(GL_RENDERBUFFER, m_format, size.x(), size.y());
599 deUint32 m_format; member in class:deqp::gles3::Functional::BlitDepthStencilCase
614 , m_format (format)
625 checkFormatSupport(m_format);
630 tcu::TextureFormat colorFormat = glu::mapGLInternalFormat(m_format);
654 glTexImage2D(GL_TEXTURE_2D, 0, m_format, texW, texH, 0, transferFmt.format, transferFmt.dataType, DE_NULL);
685 const tcu::RGBA threshold (tcu::max(getFormatThreshold(m_format), tcu::RGBA(12, 12, 12, 12)));
693 const deUint32 m_format; member in class:deqp::gles3::Functional::BlitDefaultFramebufferCase
    [all...]
es3fTextureFormatTests.cpp 82 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DFormatCase
94 , m_format (format)
106 , m_format (internalFormat)
123 tcu::TextureFormat fmt = m_dataType ? glu::mapGLTransferFormat(m_format, m_dataType) : glu::mapGLInternalFormat(m_format);
128 fmtName << glu::getPixelFormatStr(m_format) << ", " << glu::getTypeStr(m_dataType);
130 fmtName << glu::getPixelFormatStr(m_format);
137 ? new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height) // Implicit internal format.
138 : new glu::Texture2D(m_renderCtx, m_format, m_width, m_height); // Explicit internal format.
240 deUint32 m_format; member in class:deqp::gles3::Functional::TextureCubeFormatCase
435 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DArrayFormatCase
587 deUint32 m_format; member in class:deqp::gles3::Functional::Texture3DFormatCase
746 tcu::CompressedTexFormat m_format; member in class:deqp::gles3::Functional::Compressed2DFormatCase
884 tcu::CompressedTexFormat m_format; member in class:deqp::gles3::Functional::CompressedCubeFormatCase
    [all...]
es3fTextureShadowTests.cpp 170 const deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DShadowCase
211 , m_format (format)
231 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
232 m_textures.push_back(new glu::Texture2D(m_context.getRenderContext(), m_format, m_width, m_height));
421 const deUint32 m_format; member in class:deqp::gles3::Functional::TextureCubeShadowCase
463 , m_format (format)
485 tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_format);
491 m_gradientTex = new glu::TextureCube(m_context.getRenderContext(), m_format, m_size);
492 m_gridTex = new glu::TextureCube(m_context.getRenderContext(), m_format, m_size);
712 const deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DArrayShadowCase
    [all...]
es3fTextureMipmapTests.cpp 156 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DMipmapCase
185 , m_format (format)
204 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
504 deUint32 m_format; member in class:deqp::gles3::Functional::TextureCubeMipmapCase
531 , m_format (format)
549 m_texture = new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_size);
806 deUint32 m_format; member in class:deqp::gles3::Functional::Texture2DGenMipmapCase
819 , m_format (format)
837 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
902 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType))
940 deUint32 m_format; member in class:deqp::gles3::Functional::TextureCubeGenMipmapCase
    [all...]
es3fTextureSpecificationTests.cpp 640 , m_format (format)
649 , m_format (GL_NONE)
653 m_format = fmt.format;
678 glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
683 deUint32 m_format; member in class:deqp::gles3::Functional::BasicTexImage2DCase
695 , m_format (format)
704 , m_format (GL_NONE)
708 m_format = fmt.format;
736 glTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, levelSize, levelSize, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
742 deUint32 m_format; member in class:deqp::gles3::Functional::BasicTexImageCubeCase
881 deUint32 m_format; member in class:deqp::gles3::Functional::RandomOrderTexImage2DCase
944 deUint32 m_format; member in class:deqp::gles3::Functional::RandomOrderTexImageCubeCase
1000 deUint32 m_format; member in class:deqp::gles3::Functional::TexImage2DAlignCase
1057 deUint32 m_format; member in class:deqp::gles3::Functional::TexImageCubeAlignCase
1262 deUint32 m_format; member in class:deqp::gles3::Functional::BasicTexSubImage2DCase
1342 deUint32 m_format; member in class:deqp::gles3::Functional::BasicTexSubImageCubeCase
1551 deUint32 m_format; member in class:deqp::gles3::Functional::TexSubImage2DEmptyTexCase
1618 deUint32 m_format; member in class:deqp::gles3::Functional::TexSubImageCubeEmptyTexCase
1681 deUint32 m_format; member in class:deqp::gles3::Functional::TexSubImage2DAlignCase
1751 deUint32 m_format; member in class:deqp::gles3::Functional::TexSubImageCubeAlignCase
2033 deUint32 m_format; member in class:deqp::gles3::Functional::BasicCopyTexSubImage2DCase
2111 deUint32 m_format; member in class:deqp::gles3::Functional::BasicCopyTexSubImageCubeCase
    [all...]
  /external/lldb/include/lldb/DataFormatters/
TypeSummary.h 349 std::string m_format; member in struct:lldb_private::StringSummaryFormat
357 return m_format.c_str();
364 m_format.assign(data);
366 m_format.clear();
  /external/deqp/modules/gles2/accuracy/
es2aTextureFilteringTests.cpp 76 deUint32 m_format; member in class:deqp::gles2::Accuracy::Texture2DFilteringCase
96 , m_format (format)
112 , m_format (GL_NONE)
140 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height));
337 deUint32 m_format; member in class:deqp::gles2::Accuracy::TextureCubeFilteringCase
357 , m_format (format)
373 , m_format (GL_NONE)
401 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_width));
es2aTextureMipmapTests.cpp 106 deUint32 m_format; member in class:deqp::gles2::Accuracy::Texture2DMipmapCase
135 , m_format (format)
156 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
406 deUint32 m_format; member in class:deqp::gles2::Accuracy::TextureCubeMipmapCase
433 , m_format (format)
453 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_size);
  /external/deqp/modules/gles2/functional/
es2fTextureCompletenessTests.cpp 323 deUint32 m_format; member in class:deqp::gles2::Functional::Incomplete2DFormatCase
331 , m_format (format)
339 tcu::TextureFormat fmt = glu::mapGLTransferFormat(m_format, GL_UNSIGNED_BYTE);
362 deUint32 format = levelNdx == m_invalidLevelNdx ? m_invalidFormat : m_format;
648 deUint32 m_format; member in class:deqp::gles2::Functional::IncompleteCubeFormatCase
656 , m_format (format)
665 , m_format (format)
699 deUint32 format = m_format;
    [all...]
es2fTextureFilteringTests.cpp 83 const deUint32 m_format; member in class:deqp::gles2::Functional::Texture2DFilteringCase
125 , m_format (format)
142 , m_format (GL_NONE)
171 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height));
346 const deUint32 m_format; member in class:deqp::gles2::Functional::TextureCubeFilteringCase
388 , m_format (format)
405 , m_format (GL_NONE)
434 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_width));
es2fTextureMipmapTests.cpp 107 deUint32 m_format; member in class:deqp::gles2::Functional::Texture2DMipmapCase
136 , m_format (format)
160 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
460 deUint32 m_format; member in class:deqp::gles2::Functional::TextureCubeMipmapCase
487 , m_format (format)
510 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_size);
767 deUint32 m_format; member in class:deqp::gles2::Functional::Texture2DGenMipmapCase
780 , m_format (format)
798 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
864 const IVec4 formatBits = tcu::getTextureFormatBitDepth(glu::mapGLTransferFormat(m_format, m_dataType))
902 deUint32 m_format; member in class:deqp::gles2::Functional::TextureCubeGenMipmapCase
    [all...]
es2fTextureSpecificationTests.cpp 618 , m_format (format)
646 glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
650 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexImage2DCase
660 , m_format (format)
694 glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
699 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexImageCubeCase
709 , m_format (format)
744 glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr())
748 deUint32 m_format; member in class:deqp::gles2::Functional::RandomOrderTexImage2DCase
803 deUint32 m_format; member in class:deqp::gles2::Functional::RandomOrderTexImageCubeCase
853 deUint32 m_format; member in class:deqp::gles2::Functional::TexImage2DAlignCase
901 deUint32 m_format; member in class:deqp::gles2::Functional::TexImageCubeAlignCase
966 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexSubImage2DCase
1039 deUint32 m_format; member in class:deqp::gles2::Functional::BasicTexSubImageCubeCase
1091 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImage2DEmptyTexCase
1151 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImageCubeEmptyTexCase
1197 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImage2DAlignCase
1252 deUint32 m_format; member in class:deqp::gles2::Functional::TexSubImageCubeAlignCase
1438 deUint32 m_format; member in class:deqp::gles2::Functional::BasicCopyTexSubImage2DCase
1520 deUint32 m_format; member in class:deqp::gles2::Functional::BasicCopyTexSubImageCubeCase
    [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureMipmapTests.cpp 103 deUint32 m_format; member in class:deqp::gles3::Accuracy::Texture2DMipmapCase
132 , m_format (format)
148 m_texture = new glu::Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height);
399 deUint32 m_format; member in class:deqp::gles3::Accuracy::TextureCubeMipmapCase
426 , m_format (format)
441 m_texture = new glu::TextureCube(m_renderCtx, m_format, m_dataType, m_size);
  /external/deqp/modules/gles31/functional/
es31fStencilTexturingTests.cpp 519 , m_format (format)
532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height);
536 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
542 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height);
566 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::UploadTex2DCase
574 , m_format (format)
589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels);
591 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format);
604 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels);
652 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::UploadTex2DArrayCase
741 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::UploadTexCubeCase
798 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::RenderTex2DCase
872 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::ClearTex2DCase
931 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::CompareModeCase
992 const deUint32 m_format; member in class:deqp::gles31::Functional::__anon8031::BaseLevelCase
    [all...]
es31fDrawBuffersIndexedTests.cpp 277 const TextureFormat& getFormat (void) const { return m_format; }
285 TextureFormat m_format; member in class:deqp::gles31::Functional::__anon7902::DrawBufferInfo
292 , m_format (format)
    [all...]
es31fCopyImageTests.cpp 244 deUint32 getFormat (void) const { return m_format; }
249 deUint32 m_format; member in class:deqp::gles31::Functional::__anon7898::ImageInfo
255 : m_format (format)
    [all...]
  /external/eclipse-windowbuilder/propertysheet/src/org/eclipse/wb/core/controls/
CSpinner.java 51 private DecimalFormat m_format = new DecimalFormat(m_formatPattern); field in class:CSpinner
89 m_value = (int) (m_format.parse(m_text.getText()).doubleValue() * m_multiplier);
186 m_format = new DecimalFormat(m_formatPattern);
245 String text = m_format.format((double) m_value / m_multiplier);
  /external/emma/lib/internal/
stamptool.jar 
  /external/emma/core/java12/com/vladium/emma/report/html/
ReportGenerator.java 67 m_format = (DecimalFormat) NumberFormat.getPercentInstance (); // TODO: locale
70 m_format.setMaximumFractionDigits (0);
1479 private final DecimalFormat m_format; local
    [all...]
  /external/deqp/modules/egl/
teglImageFormatTests.cpp 216 ModifyTexSubImage (GLenum format, GLenum type) : m_format(format), m_type(type) {}
218 GLenum getFormat (void) const { return m_format; }
221 GLenum m_format; member in class:deqp::egl::Image::GLES2ImageApi::ModifyTexSubImage
776 tcu::Texture2D src (glu::mapGLTransferFormat(m_format, m_type), xSize, ySize);
785 GLU_CHECK_GLW_CALL(gl, texSubImage2D(GL_TEXTURE_2D, 0, xOffset, yOffset, src.getWidth(), src.getHeight(), m_format, m_type, src.getLevel(0).getDataPtr()));
    [all...]
  /external/deqp/framework/common/
tcuTexture.hpp 307 const TextureFormat& getFormat (void) const { return m_format; }
342 TextureFormat m_format; member in class:tcu::ConstPixelBufferAccess
398 const TextureFormat getFormat (void) const { return m_format; }
403 PixelBufferAccess getAccess (void) { return PixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); }
404 ConstPixelBufferAccess getAccess (void) const { return ConstPixelBufferAccess(m_format, m_size, calculatePackedPitch(m_format, m_size), getPtr()); }
410 TextureFormat m_format; member in class:tcu::TextureLevel
589 const TextureFormat& getFormat (void) const { return m_format; }
607 TextureFormat m_format; member in class:tcu::TextureLevelPyramid
786 TextureFormat m_format; member in class:tcu::TextureCube
    [all...]
  /external/lldb/include/lldb/Core/
ValueObject.h 234 lldb::Format m_format; member in struct:lldb_private::ValueObject::DumpValueObjectOptions
253 m_format (lldb::eFormatDefault),
281 m_format(rhs.m_format),
401 m_format = format;
1017 if (format != m_format)
1019 m_format = format;
1225 lldb::Format m_format; member in class:lldb_private::ValueObject
    [all...]

Completed in 1284 milliseconds

12 3