Searched defs:m_internalFormat (Results 1 - 16 of 16) sorted by relevance

/external/deqp/modules/gles3/performance/
H A Des3pTextureCases.hpp62 const deUint32 m_internalFormat; member in class:deqp::gles3::Performance::Texture2DRenderCase
/external/chromium_org/third_party/WebKit/Source/core/html/canvas/
H A DWebGLRenderbuffer.h44 m_internalFormat = internalformat;
46 GLenum internalFormat() const { return m_internalFormat; }
74 GLenum m_internalFormat; member in class:blink::FINAL
/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp49 , m_internalFormat (internalFormat)
59 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts);
72 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_SAMPLES, sampleCounts, &samples[0]);
121 const GLenum m_internalFormat; member in class:deqp::gles3::Functional::__anon20026::SamplesCase
130 , m_internalFormat (internalFormat)
139 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCounts);
147 glGetInternalformativ(GL_RENDERBUFFER, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 0, &queryTargetValue);
159 GLenum m_internalFormat; member in class:deqp::gles3::Functional::__anon20026::SamplesBufferSizeCase
H A Des3fTextureSwizzleTests.cpp90 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::Texture2DSwizzleCase
104 , m_internalFormat (internalFormat)
126 m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height)
127 : new glu::Texture2D(m_context.getRenderContext(), m_internalFormat, width, height);
H A Des3fPolygonOffsetTests.cpp265 const GLenum m_internalFormat; member in class:deqp::gles3::Functional::__anon20034::PolygonOffsetTestCase
272 , m_internalFormat (internalFormat)
283 if (m_internalFormat == 0)
313 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, m_targetSize, m_targetSize);
H A Des3fTextureFilteringTests.cpp86 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::Texture2DFilteringCase
127 , m_internalFormat (internalFormat)
143 , m_internalFormat (GL_NONE)
171 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
363 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TextureCubeFilteringCase
405 , m_internalFormat (internalFormat)
422 , m_internalFormat (GL_NONE)
450 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width));
674 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::Texture2DArrayFilteringCase
715 , m_internalFormat (internalForma
940 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::Texture3DFilteringCase
[all...]
H A Des3fTextureMipmapTests.cpp1111 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::Texture3DMipmapCase
1127 , m_internalFormat (format)
1143 const tcu::TextureFormat& texFmt = glu::mapGLInternalFormat(m_internalFormat);
1152 m_texture = new glu::Texture3D(m_context.getRenderContext(), m_internalFormat, m_width, m_height, m_depth);
H A Des3fTextureSpecificationTests.cpp627 , m_internalFormat (format)
636 , m_internalFormat (internalFormat)
666 glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
670 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexImage2DCase
682 , m_internalFormat (format)
691 , m_internalFormat (internalFormat)
724 glTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, levelSize, levelSize, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
729 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexImageCubeCase
740 , m_internalFormat (internalFormat)
766 glTexImage3D(GL_TEXTURE_2D_ARRAY, ndx, m_internalFormat, level
770 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexImage2DArrayCase
810 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexImage3DCase
868 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::RandomOrderTexImage2DCase
931 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::RandomOrderTexImageCubeCase
987 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DAlignCase
1044 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImageCubeAlignCase
1098 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DParamsCase
1170 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage3DParamsCase
1249 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexSubImage2DCase
1329 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexSubImageCubeCase
1404 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DParamsCase
1477 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexSubImage3DCase
1538 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DEmptyTexCase
1605 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImageCubeEmptyTexCase
1668 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DAlignCase
1738 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImageCubeAlignCase
1836 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage3DParamsCase
1896 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicCopyTexImage2DCase
1947 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicCopyTexImageCubeCase
2142 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexStorage2DCase
2188 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexStorageCubeCase
2229 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexStorage2DArrayCase
2271 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::BasicTexStorage3DCase
2341 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DBufferCase
2417 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImageCubeBufferCase
2497 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DArrayBufferCase
2579 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage3DBufferCase
2666 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DBufferCase
2767 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImageCubeBufferCase
2874 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DArrayBufferCase
2985 deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage3DBufferCase
3044 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DDepthCase
3091 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DArrayDepthCase
3160 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DDepthCase
3232 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexSubImage2DArrayDepthCase
3292 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DDepthBufferCase
3355 const deUint32 m_internalFormat; member in class:deqp::gles3::Functional::TexImage2DArrayDepthBufferCase
[all...]
/external/deqp/modules/gles31/functional/
H A Des31fInternalFormatQueryTests.cpp57 const glw::GLenum m_internalFormat; member in class:deqp::gles31::Functional::__anon20273::FormatSamplesCase
64 , m_internalFormat (internalFormat)
81 if (isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
111 gl.getInternalformativ(m_target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &numSampleCounts);
132 gl.getInternalformativ(m_target, m_internalFormat, GL_SAMPLES, numSampleCounts, &samples[0]);
H A Des31fTextureFilteringTests.cpp129 const deUint32 m_internalFormat; member in class:deqp::gles31::Functional::TextureCubeArrayFilteringCase
181 , m_internalFormat (internalFormat)
204 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat);
212 m_gradientTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth);
213 m_gridTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth);
H A Des31fTextureLevelStateQueryTests.cpp698 const glw::GLenum m_internalFormat; member in class:deqp::gles31::Functional::__anon20358::TextureLevelCase
711 , m_internalFormat (GL_RGBA8)
750 gl.getInternalformativ(target, m_internalFormat, GL_NUM_SAMPLE_COUNTS, 1, &sampleCount);
759 gl.getInternalformativ(target, m_internalFormat, GL_SAMPLES, sampleCount, &samples[0]);
861 generateColorTextureGenerationGroup(iterations, texture2DSamples[0], texture2DArraySamples[0], m_internalFormat);
894 generateColorMultisampleTextureGenerationGroup(iterations, texture2DSamples[0], texture2DArraySamples[0], m_internalFormat);
H A Des31fTextureSpecificationTests.cpp321 , m_internalFormat (internalFormat)
346 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr());
350 deUint32 m_internalFormat; member in class:deqp::gles31::Functional::BasicTexImageCubeArrayCase
359 , m_internalFormat (internalFormat)
373 glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth);
390 deUint32 m_internalFormat; member in class:deqp::gles31::Functional::BasicTexStorageCubeArrayCase
413 , m_internalFormat (internalFormat)
463 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, 0, m_internalFormat, m_size, m_size, m_depth, 0, transferFmt.format, transferFmt.dataType, (const void*)(deUintptr)m_offset);
466 deUint32 m_internalFormat; member in class:deqp::gles31::Functional::TexImageCubeArrayBufferCase
500 , m_internalFormat (internalForma
570 deUint32 m_internalFormat; member in class:deqp::gles31::Functional::TexSubImageCubeArrayBufferCase
628 const deUint32 m_internalFormat; member in class:deqp::gles31::Functional::TexImageCubeArrayDepthCase
697 const deUint32 m_internalFormat; member in class:deqp::gles31::Functional::TexSubImageCubeArrayDepthCase
759 const deUint32 m_internalFormat; member in class:deqp::gles31::Functional::TexImageCubeArrayDepthBufferCase
[all...]
/external/deqp/modules/gles2/functional/
H A Des2fPolygonOffsetTests.cpp262 const GLenum m_internalFormat; member in class:deqp::gles2::Functional::__anon19886::PolygonOffsetTestCase
269 , m_internalFormat (internalFormat)
280 if (m_internalFormat == 0)
310 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, m_targetSize, m_targetSize);
H A Des2fTextureSpecificationTests.cpp1270 , m_internalFormat (internalFormat)
1305 glCopyTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, x, y, levelW, levelH, 0);
1309 deUint32 m_internalFormat; member in class:deqp::gles2::Functional::BasicCopyTexImage2DCase
1318 , m_internalFormat (internalFormat)
1358 glCopyTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, x, y, levelW, levelH, 0);
1363 deUint32 m_internalFormat; member in class:deqp::gles2::Functional::BasicCopyTexImageCubeCase
/external/deqp/modules/gles3/accuracy/
H A Des3aTextureFilteringTests.cpp72 deUint32 m_internalFormat; member in class:deqp::gles3::Accuracy::Texture2DFilteringCase
90 , m_internalFormat (internalFormat)
105 , m_internalFormat (GL_NONE)
132 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
327 deUint32 m_internalFormat; member in class:deqp::gles3::Accuracy::TextureCubeFilteringCase
346 , m_internalFormat (internalFormat)
362 , m_internalFormat (GL_NONE)
389 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width));
/external/deqp/modules/egl/
H A DteglGLES2SharingThreadedTests.cpp971 GLint m_internalFormat; member in class:deqp::egl::GLES2ThreadTest::TexImage2D
982 , m_internalFormat (internalFormat)
1003 thread.newMessage() << "Begin -- glTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_width << ", " << m_height << ", 0, " << m_format << ", " << m_type << ", data)" << tcu::ThreadUtil::Message::End;
1004 GLU_CHECK_CALL(glTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
1072 GLint m_internalFormat; member in class:deqp::egl::GLES2ThreadTest::CopyTexImage2D
1084 , m_internalFormat (internalFormat)
1104 thread.newMessage() << "Begin -- glCopyTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat << ", " << m_x << ", " << m_y << ", " << m_width << ", " << m_height << ", " << m_border << ")" << tcu::ThreadUtil::Message::End;
1105 GLU_CHECK_CALL(glCopyTexImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_x, m_y, m_width, m_height, m_border));

Completed in 9452 milliseconds