Home
last modified time | relevance | path

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

/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 …]
Des3fTextureSwizzleTests.cpp90 deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture2DSwizzleCase
104 , m_internalFormat (internalFormat) in Texture2DSwizzleCase()
126 …m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_fo… in init()
127 : new glu::Texture2D(m_context.getRenderContext(), m_internalFormat, width, height); in init()
Des3fTextureFilteringTests.cpp86 const deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture2DFilteringCase
127 , m_internalFormat (internalFormat) in Texture2DFilteringCase()
143 , m_internalFormat (GL_NONE) in Texture2DFilteringCase()
171 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height)); in init()
363 const deUint32 m_internalFormat; member in deqp::gles3::Functional::TextureCubeFilteringCase
405 , m_internalFormat (internalFormat) in TextureCubeFilteringCase()
422 , m_internalFormat (GL_NONE) in TextureCubeFilteringCase()
450 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width)); in init()
674 const deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture2DArrayFilteringCase
715 , m_internalFormat (internalFormat) in Texture2DArrayFilteringCase()
[all …]
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.cpp1107 deUint32 m_internalFormat; member in deqp::gles3::Functional::Texture3DMipmapCase
1123 , m_internalFormat (format) in Texture3DMipmapCase()
1139 const tcu::TextureFormat& texFmt = glu::mapGLInternalFormat(m_internalFormat); in init()
1148 …m_texture = new glu::Texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, … in init()
/external/deqp/modules/gles31/functional/
Des31fTextureSpecificationTests.cpp321 , m_internalFormat (internalFormat) in BasicTexImageCubeArrayCase()
346 …glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, transfe… in createTexture()
350 deUint32 m_internalFormat; member in deqp::gles31::Functional::BasicTexImageCubeArrayCase
359 , m_internalFormat (internalFormat) in BasicTexStorageCubeArrayCase()
373 …glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth); in createTexture()
390 deUint32 m_internalFormat; member in deqp::gles31::Functional::BasicTexStorageCubeArrayCase
413 , m_internalFormat (internalFormat) in TexImageCubeArrayBufferCase()
463 …glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_internalFormat, m_size, m_size, m_depth, 0, transferF… in createTexture()
466 deUint32 m_internalFormat; member in deqp::gles31::Functional::TexImageCubeArrayBufferCase
500 , m_internalFormat (internalFormat) in TexSubImageCubeArrayBufferCase()
[all …]
Des31fInternalFormatQueryTests.cpp57 const glw::GLenum m_internalFormat; member in deqp::gles31::Functional::__anon70e776140111::FormatSamplesCase
64 , m_internalFormat (internalFormat) in FormatSamplesCase()
81 …if (isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExte… in init()
111 gl.getInternalformativ(m_target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts); in iterate()
132 gl.getInternalformativ(m_target, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]); in iterate()
Des31fTextureFilteringTests.cpp129 const deUint32 m_internalFormat; member in deqp::gles31::Functional::TextureCubeArrayFilteringCase
181 , m_internalFormat (internalFormat) in TextureCubeArrayFilteringCase()
204 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat); in init()
212 …m_gradientTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, … in init()
213 …m_gridTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_d… in init()
Des31fTextureMultisampleTests.cpp1561 const glw::GLenum m_internalFormat; member in deqp::gles31::Functional::__anoneadaa2760111::NegativeFramebufferCase
1571 , m_internalFormat (GL_RGBA8) in NegativeFramebufferCase()
1684 …gl.glTexStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples0, m_internalFormat, m_fboSize… in iterate()
1710 …gl.glTexStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_numSamples1, m_internalFormat, m_fboSize… in iterate()
1720 …gl.glRenderbufferStorageMultisample(GL_RENDERBUFFER, m_numSamples1, m_internalFormat, m_fboSize, m… in iterate()
1767 gl.getInternalformativ(target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCount); in getFormatSamples()
1772 gl.getInternalformativ(target, m_internalFormat, GL_SAMPLES, sampleCount, &samples[0]); in getFormatSamples()
/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::getPixelFormatName(m_internalFormat) << TestLog::EndM… 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/modules/gles3/accuracy/
Des3aTextureFilteringTests.cpp72 deUint32 m_internalFormat; member in deqp::gles3::Accuracy::Texture2DFilteringCase
90 , m_internalFormat (internalFormat) in Texture2DFilteringCase()
105 , m_internalFormat (GL_NONE) in Texture2DFilteringCase()
132 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height)); in init()
327 deUint32 m_internalFormat; member in deqp::gles3::Accuracy::TextureCubeFilteringCase
346 , m_internalFormat (internalFormat) in TextureCubeFilteringCase()
362 , m_internalFormat (GL_NONE) in TextureCubeFilteringCase()
389 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width)); in init()
/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()
/external/deqp/modules/egl/
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()