Home
last modified time | relevance | path

Searched refs:m_format (Results 1 – 25 of 61) sorted by relevance

123

/external/deqp/modules/gles3/functional/
Des3fFboDepthbufferTests.cpp54 , 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 …]
Des3fReadPixelsTests.cpp82 GLint m_format; member in deqp::gles3::Functional::__anon37546d670111::ReadPixelsTest
101 , m_format (format) in ReadPixelsTest()
208 GLU_CHECK_CALL(glGetIntegerv(GL_IMPLEMENTATION_COLOR_READ_FORMAT, &m_format)); in getFormatInfo()
211 if (m_format != GL_RGBA && m_format != GL_BGRA && m_format != GL_RGB) in getFormatInfo()
212 …ted IMPLEMENTATION_COLOR_READ_FORMAT: " + de::toString(glu::getPixelFormatStr(m_format))).c_str()); in getFormatInfo()
217 format = glu::mapGLTransferFormat(m_format, m_type); in getFormatInfo()
249 else if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor()
259 if (m_format == GL_RGBA || m_format == GL_BGRA || m_format == GL_RGB) in clearColor()
275 else if (m_format == GL_RGBA_INTEGER) in clearColor()
318 GLU_CHECK_CALL(glReadPixels(0, 0, m_width, m_height, m_format, m_type, &(pixelData[0]))); in clearColor()
[all …]
Des3fFboColorbufferTests.cpp83 , 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 …]
Des3fTextureFormatTests.cpp82 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 …]
Des3fTextureSpecificationTests.cpp640 , m_format (format) in BasicTexImage2DCase()
649 , m_format (GL_NONE) in BasicTexImage2DCase()
653 m_format = fmt.format; in BasicTexImage2DCase()
678 …glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelD… in createTexture()
683 deUint32 m_format; member in deqp::gles3::Functional::BasicTexImage2DCase
695 , m_format (format) in BasicTexImageCubeCase()
704 , m_format (GL_NONE) in BasicTexImageCubeCase()
708 m_format = fmt.format; in BasicTexImageCubeCase()
736 …glTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, levelSize, levelSize, 0, m_format, m_dat… in createTexture()
742 deUint32 m_format; member in deqp::gles3::Functional::BasicTexImageCubeCase
[all …]
Des3fASTCDecompressionCases.hpp87 const tcu::CompressedTexFormat m_format; member in deqp::gles3::Functional::ASTCBlockCase2D
122 const tcu::CompressedTexFormat m_format; member in deqp::gles3::Functional::ASTCBlockSizeRemainderCase2D
Des3fTextureSizeTests.cpp66 deUint32 m_format; member in deqp::gles3::Functional::Texture2DSizeCase
79 , m_format (format) in Texture2DSizeCase()
97 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
183 deUint32 m_format; member in deqp::gles3::Functional::TextureCubeSizeCase
199 , m_format (format) in TextureCubeSizeCase()
220 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width); in init()
/external/deqp/framework/opengl/
DgluTexture.cpp54 , 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 …]
DgluTexture.hpp61 deUint32 m_format; //!< Internal format. member in glu::Texture1D
96 deUint32 m_format; //!< Internal format. member in glu::Texture2D
135 deUint32 m_format; //!< Internal format. member in glu::TextureCube
169 deUint32 m_format; //!< Internal format. member in glu::Texture2DArray
198 deUint32 m_format; //!< Internal format. member in glu::Texture1DArray
231 deUint32 m_format; //!< Internal format. member in glu::Texture3D
262 deUint32 m_format; //!< Internal format. member in glu::TextureCubeArray
303 deUint32 m_format; //!< Internal format. member in glu::TextureBuffer
/external/lldb/include/lldb/Interpreter/
DOptionGroupFormat.h61 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/modules/egl/
DteglImageUtil.cpp181 …TextureImageSource (GLenum format, GLenum type, bool useTexLevel0) : m_format(format), m_type(type… in TextureImageSource()
183 GLenum getFormat (void) const { return m_format; } in getFormat()
190 GLenum m_format; member in deqp::egl::Image::TextureImageSource
223 *ref = Texture2D(glu::mapGLTransferFormat(m_format, m_type), IMAGE_WIDTH, IMAGE_HEIGHT); in createBuffer()
234 GLU_CHECK_GLW_CALL(gl, texImage2D(imgTarget, 0, m_format, IMAGE_WIDTH, IMAGE_HEIGHT, in createBuffer()
235 0, m_format, m_type, ref->getLevel(0).getDataPtr())); in createBuffer()
256 …LU_CHECK_CALL_ERROR(gl.texImage2D(GL_TEXTURE_2D, 0, m_format, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_form… in initTexture()
288 …LU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_format, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_form… in initTexture()
304 RenderbufferImageSource (GLenum format) : m_format(format) {} in RenderbufferImageSource()
308 GLenum getFormat (void) const { return m_format; } in getFormat()
[all …]
DteglAndroidUtil.cpp104 AndroidNativeImageSource (GLenum format) : m_format(format) {} in AndroidNativeImageSource()
108 GLenum getFormat (void) const { return m_format; } in getFormat()
111 GLenum m_format; member in deqp::egl::Image::AndroidNativeImageSource
123 MovePtr<AndroidNativeClientBuffer> buffer (new AndroidNativeClientBuffer(m_libui, m_format)); in createBuffer()
127 const TextureFormat texFormat = glu::mapGLInternalFormat(m_format); in createBuffer()
/external/deqp/modules/gles31/functional/
Des31fStencilTexturingTests.cpp519 , m_format (format) in UploadTex2DCase()
532 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height); in iterate()
536 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
542 gl.texStorage2D(GL_TEXTURE_2D, 1, m_format, width, height); in iterate()
566 const deUint32 m_format; member in deqp::gles31::Functional::__anon9144abb40111::UploadTex2DCase
574 , m_format (format) in UploadTex2DArrayCase()
589 TextureLevel uploadLevel (glu::mapGLInternalFormat(m_format), width, height, levels); in iterate()
591 checkDepthStencilFormatSupport(m_context.getContextInfo(), m_format); in iterate()
604 gl.texStorage3D(GL_TEXTURE_2D_ARRAY, 1, m_format, width, height, levels); in iterate()
652 const deUint32 m_format; member in deqp::gles31::Functional::__anon9144abb40111::UploadTex2DArrayCase
[all …]
Des31fFboColorbufferTests.cpp97 , 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()
Des31fShaderImageLoadStoreTests.cpp567 const TextureFormat& getFormat (void) const { return m_format; } in getFormat()
597 const TextureFormat m_format; member in deqp::gles31::Functional::__anon0a49b9df0111::LayeredImage
610 , m_format (format) in LayeredImage()
1104 , m_format (format) in ImageStoreCase()
1114 const TextureFormat m_format; member in deqp::gles31::Functional::__anon0a49b9df0111::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 …]
Des31fTextureFormatTests.cpp91 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/
Des2fTextureSpecificationTests.cpp618 , m_format (format) in BasicTexImage2DCase()
646 …glTexImage2D(GL_TEXTURE_2D, ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData.getA… in createTexture()
650 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImage2DCase
660 , m_format (format) in BasicTexImageCubeCase()
694 …glTexImage2D(s_cubeMapFaces[face], ndx, m_format, levelW, levelH, 0, m_format, m_dataType, levelDa… in createTexture()
699 deUint32 m_format; member in deqp::gles2::Functional::BasicTexImageCubeCase
709 , m_format (format) in RandomOrderTexImage2DCase()
744 …glTexImage2D(GL_TEXTURE_2D, levelNdx, m_format, levelW, levelH, 0, m_format, m_dataType, levelData… in createTexture()
748 deUint32 m_format; member in deqp::gles2::Functional::RandomOrderTexImage2DCase
758 , m_format (format) in RandomOrderTexImageCubeCase()
[all …]
Des2fTextureFormatTests.cpp82 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 …]
Des2fTextureSizeTests.cpp66 deUint32 m_format; member in deqp::gles2::Functional::Texture2DSizeCase
79 , m_format (format) in Texture2DSizeCase()
97 m_texture = new Texture2D(m_renderCtx, m_format, m_dataType, m_width, m_height); in init()
183 deUint32 m_format; member in deqp::gles2::Functional::TextureCubeSizeCase
199 , m_format (format) in TextureCubeSizeCase()
220 m_texture = new TextureCube(m_renderCtx, m_format, m_dataType, m_width); in init()
/external/deqp/framework/common/
DtcuTexture.cpp543 : m_format (format) in ConstPixelBufferAccess()
545 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
551 : m_format (format) in ConstPixelBufferAccess()
553 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
559 : m_format (format) in ConstPixelBufferAccess()
567 : m_format (format) in ConstPixelBufferAccess()
572 DE_ASSERT(m_format.getPixelSize() <= m_pitch.x()); in ConstPixelBufferAccess()
576 : m_format (level.getFormat()) in ConstPixelBufferAccess()
578 , m_pitch (calculatePackedPitch(m_format, m_size)) in ConstPixelBufferAccess()
617 if (m_format.type == TextureFormat::UNORM_INT8) in getPixel()
[all …]
/external/lldb/source/Interpreter/
DOptionGroupFormat.cpp30 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/deqp/modules/gles2/performance/
Des2pTextureUploadTests.cpp90 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/
DIItemAttribute.java150 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/
DTypeSummary.cpp45 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/
DTypeFormat.h180 return m_format; in GetFormat()
186 m_format = fmt; in SetFormat()
212 lldb::Format m_format; variable

123