Home
last modified time | relevance | path

Searched refs:m_internalFormat (Results 1 – 25 of 28) sorted by relevance

12

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp57 const glw::GLenum m_internalFormat; member in deqp::gles31::Functional::__anon8b1a977d0111::FormatSamplesCase
64 , m_internalFormat (internalFormat) in FormatSamplesCase()
82 …if (!supportsES32 && isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getCon… in init()
97m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_RG32F || m… in iterate()
102 …else if (m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_R… in iterate()
126 gl.getInternalformativ(m_target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts); in iterate()
148 gl.getInternalformativ(m_target, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]); in iterate()
Des31fTextureSpecificationTests.cpp323 , m_internalFormat (internalFormat) in BasicTexImageCubeArrayCase()
348 …glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, transfe… in createTexture()
352 deUint32 m_internalFormat; member in deqp::gles31::Functional::BasicTexImageCubeArrayCase
361 , m_internalFormat (internalFormat) in BasicTexStorageCubeArrayCase()
375 …glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth); in createTexture()
392 deUint32 m_internalFormat; member in deqp::gles31::Functional::BasicTexStorageCubeArrayCase
415 , m_internalFormat (internalFormat) in TexImageCubeArrayBufferCase()
465 …glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_internalFormat, m_size, m_size, m_depth, 0, transferF… in createTexture()
468 deUint32 m_internalFormat; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase
502 , m_internalFormat (internalFormat) in TexSubImageCubeArrayBufferCase()
[all …]
Des31fTextureFilteringTests.cpp130 const deUint32 m_internalFormat; member in deqp::gles31::Functional::TextureCubeArrayFilteringCase
182 , m_internalFormat (internalFormat) in TextureCubeArrayFilteringCase()
205 …if (m_internalFormat == GL_SR8_EXT && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_te… in init()
210 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat); in init()
218 …m_gradientTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, … in init()
219 …m_gridTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_d… in init()
Des31fSRGBDecodeTests.cpp431 const tcu::TextureFormat m_internalFormat; member in deqp::gles31::Functional::__anon50e136330111::SRGBTestTexture
457 , m_internalFormat (internalFormat) in SRGBTestTexture()
919 const tcu::TextureFormat m_internalFormat; member in deqp::gles31::Functional::__anon50e136330111::SRGBTestCase
937 , m_internalFormat (internalFormat) in SRGBTestCase()
949 …if ( (glu::getInternalFormat(m_internalFormat) == GL_SRGB8_ALPHA8) && !m_context.getContextInfo().… in init()
954 …if ( (glu::getInternalFormat(m_internalFormat) == GL_SR8_EXT) && !(m_context.getContextInfo().isEx… in init()
1071 …SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, hei… in addTexture()
1214 switch (glu::getInternalFormat(m_internalFormat)) in formatReferenceColor()
Des31fTextureMultisampleTests.cpp1582 const glw::GLenum m_internalFormat; member in deqp::gles31::Functional::__anon7f0ababf0111::NegativeFramebufferCase
1592 , m_internalFormat (GL_RGBA8) in NegativeFramebufferCase()
1705 …gl.glTexStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples0, m_internalFormat, m_fboSize… in iterate()
1731 …gl.glTexStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples1, m_internalFormat, m_fboSize… in iterate()
1741 …gl.glRenderbufferStorageMultisample(GL_RENDERBUFFER, m_numSamples1, m_internalFormat, m_fboSize, m… in iterate()
1788 gl.getInternalformativ(target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCount); in getFormatSamples()
1793 gl.getInternalformativ(target, m_internalFormat, GL_SAMPLES, sampleCount, &samples[0]); in getFormatSamples()
/external/deqp/modules/gles3/functional/
Des3fInternalFormatQueryTests.cpp49 , m_internalFormat (internalFormat) in SamplesCase()
59 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts); in test()
72 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]); in test()
121 const GLenum m_internalFormat; member in deqp::gles3::Functional::__anonbc857c1b0111::SamplesCase
130 , m_internalFormat (internalFormat) in SamplesBufferSizeCase()
139 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts); in test()
147 …glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 0, &queryTargetValu… in test()
159 GLenum m_internalFormat; member in deqp::gles3::Functional::__anonbc857c1b0111::SamplesBufferSizeCase
Des3fTextureSpecificationTests.cpp639 , m_internalFormat (format) in BasicTexImage2DCase()
648 , m_internalFormat (internalFormat) in BasicTexImage2DCase()
678 …glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelD… in createTexture()
682 deUint32 m_internalFormat; member in deqp::gles3::Functional::BasicTexImage2DCase
694 , m_internalFormat (format) in BasicTexImageCubeCase()
703 , m_internalFormat (internalFormat) in BasicTexImageCubeCase()
736 …glTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, levelSize, levelSize, 0, m_format, m_dat… in createTexture()
741 deUint32 m_internalFormat; member in deqp::gles3::Functional::BasicTexImageCubeCase
752 , m_internalFormat (internalFormat) in BasicTexImage2DArrayCase()
778 …glTexImage3D(GL_TEXTURE_2D_ARRAY, ndx, m_internalFormat, levelW, levelH, m_numLayers, 0, transferF… in createTexture()
[all …]
Des3fTextureFilteringTests.cpp103 const deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture2DFilteringCase
144 , m_internalFormat (internalFormat) in Texture2DFilteringCase()
160 , m_internalFormat (GL_NONE) in Texture2DFilteringCase()
176 checkSupport(m_renderCtxInfo, m_internalFormat); in init()
190 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height)); in init()
382 const deUint32 m_internalFormat; member in deqp::gles3::Functional::TextureCubeFilteringCase
424 , m_internalFormat (internalFormat) in TextureCubeFilteringCase()
441 , m_internalFormat (GL_NONE) in TextureCubeFilteringCase()
457 checkSupport(m_renderCtxInfo, m_internalFormat); in init()
471 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width)); in init()
[all …]
Des3fTextureSwizzleTests.cpp91 deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture2DSwizzleCase
105 , m_internalFormat (internalFormat) in Texture2DSwizzleCase()
127 …m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_fo… in init()
128 : new glu::Texture2D(m_context.getRenderContext(), m_internalFormat, width, height); in init()
Des3fPolygonOffsetTests.cpp265 const GLenum m_internalFormat; member in deqp::gles3::Functional::__anon2f8abeae0111::PolygonOffsetTestCase
272 , m_internalFormat (internalFormat) in PolygonOffsetTestCase()
283 if (m_internalFormat == 0) in iterate()
313 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, m_targetSize, m_targetSize); in iterate()
/external/deqp/external/openglcts/modules/gles31/
Des31cSampleShadingTests.cpp180 GLenum m_internalFormat; member in glcts::SampleShadingRenderCase
207 , m_internalFormat(internalFormat) in SampleShadingRenderCase()
249 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples); in iterate()
270 …gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, samples, m_internalFormat, WIDTH, HEIGHT, GL… in iterate()
339 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT); in iterate()
486 GLenum m_internalFormat; member in glcts::SampleShadingRenderFormatTests
502 , m_internalFormat(internalFormat) in SampleShadingRenderFormatTests()
520 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min, in init()
524 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min, in init()
528 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min, in init()
/external/deqp/modules/egl/
DteglImageUtil.cpp181 …um internalFormat, GLenum format, GLenum type, bool useTexLevel0) : m_internalFormat(internalForma… in TextureImageSource()
184 GLenum getInternalFormat (void) const { return m_internalFormat; } in getInternalFormat()
191 const GLenum m_internalFormat; member in deqp::egl::Image::TextureImageSource
217 if (isSizedFormat(m_internalFormat)) in getEffectiveFormat()
218 return m_internalFormat; in getEffectiveFormat()
262 GLU_CHECK_GLW_CALL(gl, texImage2D(imgTarget, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, in createBuffer()
284 …GLU_CHECK_CALL_ERROR(gl.texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, … in initTexture()
316 …GLU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, … in initTexture()
DteglImageTests.cpp399 , m_internalFormat (internalFormat) in CreateImageGLES2()
420 if ((m_internalFormat == GL_RED || m_internalFormat == GL_RG) && !isGLRedSupported()) in iterate()
444 const GLenum m_internalFormat; member in deqp::egl::Image::CreateImageGLES2
/external/deqp/modules/gles3/performance/
Des3pTextureCases.cpp66 , m_internalFormat (internalFormat) in Texture2DRenderCase()
95 const tcu::TextureFormat texFormat = glu::mapGLInternalFormat(m_internalFormat); in init()
131 …log << TestLog::Message << "Format: " <<glu::getTextureFormatName(m_internalFormat) << TestLog::En… in init()
193 glu::Texture2D* texture = new glu::Texture2D(m_renderCtx, m_internalFormat, width, height); in init()
Des3pTextureCases.hpp62 const deUint32 m_internalFormat; member in deqp::gles3::Performance::Texture2DRenderCase
/external/deqp/external/openglcts/modules/common/
DglcShaderMultisampleInterpolationTests.cpp229 GLenum m_internalFormat; member in deqp::ShaderMultisampleInterpolationBaseCase
258 , m_internalFormat(internalFormat) in ShaderMultisampleInterpolationBaseCase()
292 if (m_internalFormat == GL_RGBA32F && !supportsRgba32f) in iterate()
304 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples); in iterate()
336 …gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_samples, m_internalFormat, WIDTH, HEIGHT, … in iterate()
418 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT); in iterate()
DglcSampleVariablesTests.cpp190 GLenum m_internalFormat; member in deqp::SampleShadingMaskCase
211 , m_internalFormat(internalFormat) in SampleShadingMaskCase()
244 if (m_internalFormat == GL_RGBA32F && !supportsRgba32f) in iterate()
256 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples); in iterate()
292 …gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_samples, m_internalFormat, WIDTH, HEIGHT, … in iterate()
298 gl.texStorage2D(GL_TEXTURE_2D, 1, m_internalFormat, WIDTH, HEIGHT); in iterate()
388 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT); in iterate()
DglcPackedPixelsTests.cpp843 const InternalFormat m_internalFormat; member in glcts::RectangleTest
881 , m_internalFormat(internalFormat) in RectangleTest()
1997 …bool validImageAttach = isFBOImageAttachValid(m_internalFormat, m_inputFormat.format, m_inputType.… in doRead()
2012 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()
2024 << getFormatStr(m_internalFormat.sizedFormat) << tcu::TestLog::EndMessage; in doRead()
2078 …else if ((m_inputFormat.format != m_internalFormat.format || m_inputType.type != m_internalFormat.… in readPixels()
2079 (outputFormat.format != m_internalFormat.format || outputType.type != m_internalFormat.type)) in readPixels()
2106 …atValid = isFormatValid(outputFormat, outputType, isCopy ? m_copyInternalFormat : m_internalFormat, in readPixelsInner()
2269 …if ((m_inputFormat.format == m_internalFormat.format) && (m_inputType.type == m_internalFormat.typ… in doCopy()
2295 bool validcopy = isCopyValid(m_copyInternalFormat, m_internalFormat); in doCopyInner()
[all …]
DglcTextureRepeatModeTests.cpp524 GLenum m_internalFormat; member in glcts::TestClampModeForInternalFormat
539 , m_internalFormat(internalFormat) in TestClampModeForInternalFormat()
1221 const InternalFormat& internalFormatStruct = findInternalFormat(m_internalFormat); in iterate()
1299 …m_context.getTestContext().getLog() << tcu::TestLog::Message << "NPOT [" << m_internalFormat << "]… in iterate()
/external/deqp/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp73 deUint32 m_internalFormat; member in deqp::gles3::Accuracy::Texture2DFilteringCase
91 , m_internalFormat (internalFormat) in Texture2DFilteringCase()
106 , m_internalFormat (GL_NONE) in Texture2DFilteringCase()
133 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height)); in init()
328 deUint32 m_internalFormat; member in deqp::gles3::Accuracy::TextureCubeFilteringCase
347 , m_internalFormat (internalFormat) in TextureCubeFilteringCase()
363 , m_internalFormat (GL_NONE) in TextureCubeFilteringCase()
390 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width)); in init()
/external/deqp/external/openglcts/modules/gl/
Dgl4cES31CompatibilitySampleVariablesTests.cpp197 GLenum m_internalFormat; member in gl4cts::es31compatibility::SampleShadingMaskCase
218 , m_internalFormat(internalFormat) in SampleShadingMaskCase()
254 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples); in iterate()
290 …gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_samples, m_internalFormat, WIDTH, HEIGHT, … in iterate()
296 gl.texStorage2D(GL_TEXTURE_2D, 1, m_internalFormat, WIDTH, HEIGHT); in iterate()
386 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT); in iterate()
/external/deqp/external/openglcts/modules/gles2/
Des2cTexture3DTests.cpp681 deUint32 m_internalFormat; member in es2cts::TexSubImage3DCase
691 , m_internalFormat(internalFormat) in TexSubImage3DCase()
709 …glu::Texture3D texture(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_de… in iterate()
790 deUint32 m_internalFormat; member in es2cts::CopyTexSubImage3DCase
800 , m_internalFormat(internalFormat) in CopyTexSubImage3DCase()
820 …glu::Texture3D texture(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_de… in iterate()
918 deUint32 m_internalFormat; member in es2cts::FramebufferTexture3DCase
928 , m_internalFormat(internalFormat) in FramebufferTexture3DCase()
946 …glu::Texture3D texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_dept… in iterate()
947 glu::Texture2D texture2D(m_context.getRenderContext(), m_internalFormat, m_width, m_height); in iterate()
/external/deqp/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp262 const GLenum m_internalFormat; member in deqp::gles2::Functional::__anon9eac470c0111::PolygonOffsetTestCase
269 , m_internalFormat (internalFormat) in PolygonOffsetTestCase()
280 if (m_internalFormat == 0) in iterate()
310 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, m_targetSize, m_targetSize); in iterate()
Des2fTextureSpecificationTests.cpp1309 , m_internalFormat (internalFormat) in BasicCopyTexImage2DCase()
1344 glCopyTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, x, y, levelW, levelH, 0); in createTexture()
1348 deUint32 m_internalFormat; member in deqp::gles2::Functional::BasicCopyTexImage2DCase
1357 , m_internalFormat (internalFormat) in BasicCopyTexImageCubeCase()
1397 glCopyTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, x, y, levelW, levelH, 0); in createTexture()
1402 deUint32 m_internalFormat; member in deqp::gles2::Functional::BasicCopyTexImageCubeCase
/external/deqp/modules/glshared/
DglsLongStressCase.cpp477 deUint32 m_internalFormat; member in deqp::gls::LongStressCaseInternal::Texture
485 , m_internalFormat (0) in Texture()
520 m_internalFormat = internalFormat; in setData()
566 DE_ASSERT(isMatchingGLInternalFormat(m_internalFormat, format)); in setSubData()

12