Home
last modified time | relevance | path

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

/external/deqp/modules/gles31/functional/
Des31fInternalFormatQueryTests.cpp57 const glw::GLenum m_internalFormat; member in deqp::gles31::Functional::__anon70e776140111::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::__anon5e9c56ea0111::SRGBTestTexture
457 , m_internalFormat (internalFormat) in SRGBTestTexture()
919 const tcu::TextureFormat m_internalFormat; member in deqp::gles31::Functional::__anon5e9c56ea0111::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::__anoneadaa2760111::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()
Des31fFboSRGBWriteControlTests.cpp484 const deUint32 m_internalFormat; member in deqp::gles31::Functional::__anoncaba59090111::TestTexture2D
494 , m_internalFormat (internalFormat) in TestTexture2D()
516 …m_gl->texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFormat, transfe… in TestTexture2D()
/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::__anonc78bc8f20111::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::__anonc78bc8f20111::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::__anonf4a9f6450111::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()
Des3fTextureMipmapTests.cpp1108 deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture3DMipmapCase
1124 , m_internalFormat (format) in Texture3DMipmapCase()
1140 const tcu::TextureFormat& texFmt = glu::mapGLInternalFormat(m_internalFormat); in init()
1149 …m_texture = new glu::Texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, … in init()
/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.cpp359 , m_internalFormat (internalFormat) in CreateImageGLES2()
380 if ((m_internalFormat == GL_RED || m_internalFormat == GL_RG) && !isGLRedSupported()) in iterate()
404 const GLenum m_internalFormat; member in deqp::egl::Image::CreateImageGLES2
DteglGLES2SharingThreadedTests.cpp954 GLint m_internalFormat; member in deqp::egl::GLES2ThreadTest::TexImage2D
965 , m_internalFormat (internalFormat) in TexImage2D()
987 …() << "Begin -- glTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_… in exec()
988 …GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_heig… in exec()
1057 GLint m_internalFormat; member in deqp::egl::GLES2ThreadTest::CopyTexImage2D
1069 , m_internalFormat (internalFormat) in CopyTexImage2D()
1091 …< "Begin -- glCopyTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_… in exec()
1092 …GLU_CHECK_GLW_CALL(thread.gl, copyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m… in exec()
/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()
/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/modules/gles2/functional/
Des2fPolygonOffsetTests.cpp262 const GLenum m_internalFormat; member in deqp::gles2::Functional::__anon63cb7ea30111::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.cpp1269 , m_internalFormat (internalFormat) in BasicCopyTexImage2DCase()
1304 glCopyTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, x, y, levelW, levelH, 0); in createTexture()
1308 deUint32 m_internalFormat; member in deqp::gles2::Functional::BasicCopyTexImage2DCase
1317 , m_internalFormat (internalFormat) in BasicCopyTexImageCubeCase()
1357 glCopyTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, x, y, levelW, levelH, 0); in createTexture()
1362 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()