HomeSort by relevance Sort by last modified time
    Searched defs:m_internalFormat (Results 1 - 22 of 22) sorted by null

  /external/deqp/modules/gles3/performance/
es3pTextureCases.hpp 62 const deUint32 m_internalFormat;
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 49 , 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;
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;
es3fTextureSwizzleTests.cpp 91 deUint32 m_internalFormat;
105 , m_internalFormat (internalFormat)
127 m_texture = (m_internalFormat == m_format) ? new glu::Texture2D(m_context.getRenderContext(), m_format, m_dataType, width, height)
128 : new glu::Texture2D(m_context.getRenderContext(), m_internalFormat, width, height);
es3fPolygonOffsetTests.cpp 265 const GLenum m_internalFormat;
272 , m_internalFormat (internalFormat)
283 if (m_internalFormat == 0)
313 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, m_targetSize, m_targetSize);
    [all...]
es3fTextureFilteringTests.cpp 103 const deUint32 m_internalFormat;
144 , m_internalFormat (internalFormat)
160 , m_internalFormat (GL_NONE)
176 checkSupport(m_renderCtxInfo, m_internalFormat);
190 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
382 const deUint32 m_internalFormat;
424 , m_internalFormat (internalFormat)
441 , m_internalFormat (GL_NONE)
457 checkSupport(m_renderCtxInfo, m_internalFormat);
471 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width))
    [all...]
es3fTextureMipmapTests.cpp     [all...]
es3fTextureSpecificationTests.cpp 639 , m_internalFormat (format)
648 , m_internalFormat (internalFormat)
678 glTexImage2D(GL_TEXTURE_2D, ndx, m_internalFormat, levelW, levelH, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
682 deUint32 m_internalFormat;
694 , m_internalFormat (format)
703 , m_internalFormat (internalFormat)
736 glTexImage2D(s_cubeMapFaces[face], ndx, m_internalFormat, levelSize, levelSize, 0, m_format, m_dataType, levelData.getAccess().getDataPtr());
741 deUint32 m_internalFormat;
752 , m_internalFormat (internalFormat)
778 glTexImage3D(GL_TEXTURE_2D_ARRAY, ndx, m_internalFormat, levelW, levelH, m_numLayers, 0, transferFmt.format, transferFmt.dataType, levelData.getAccess().g (…)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fInternalFormatQueryTests.cpp 57 const glw::GLenum m_internalFormat;
64 , m_internalFormat (internalFormat)
82 if (!supportsES32 && isTextureTarget && m_internalFormat == GL_STENCIL_INDEX8 && !m_context.getContextInfo().isExtensionSupported("GL_OES_texture_stencil8"))
97 if (m_internalFormat == GL_RGBA16F || m_internalFormat == GL_R32F || m_internalFormat == GL_RG32F || m_internalFormat == GL_RGBA32F || m_internalFormat == GL_R16F || m_internalFormat == GL_RG16F || m_internalFormat == GL_R11F_G11F_B10F
    [all...]
es31fTextureFilteringTests.cpp 130 const deUint32 m_internalFormat;
182 , m_internalFormat (internalFormat)
205 if (m_internalFormat == GL_SR8_EXT && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_R8")))
210 const tcu::TextureFormat texFmt = glu::mapGLInternalFormat(m_internalFormat);
218 m_gradientTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth);
219 m_gridTex = new glu::TextureCubeArray(m_context.getRenderContext(), m_internalFormat, m_size, m_depth);
es31fTextureSpecificationTests.cpp 323 , m_internalFormat (internalFormat)
348 glTexImage3D(GL_TEXTURE_CUBE_MAP_ARRAY, ndx, m_internalFormat, levelW, levelW, m_depth, 0, transferFmt.format, transferFmt.dataType, levelData.getAccess().getDataPtr());
352 deUint32 m_internalFormat;
361 , m_internalFormat (internalFormat)
375 glTexStorage3D (GL_TEXTURE_CUBE_MAP_ARRAY, m_numLevels, m_internalFormat, m_size, m_size, m_depth);
392 deUint32 m_internalFormat;
415 , m_internalFormat (internalFormat)
465 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);
468 deUint32 m_internalFormat;
502 , m_internalFormat (internalFormat
    [all...]
es31fSRGBDecodeTests.cpp 431 const tcu::TextureFormat m_internalFormat;
457 , m_internalFormat (internalFormat)
919 const tcu::TextureFormat m_internalFormat;
937 , m_internalFormat (internalFormat)
949 if ( (glu::getInternalFormat(m_internalFormat) == GL_SRGB8_ALPHA8) && !m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_decode") )
954 if ( (glu::getInternalFormat(m_internalFormat) == GL_SR8_EXT) && !(m_context.getContextInfo().isExtensionSupported("GL_EXT_texture_sRGB_R8")) )
1071 SRGBTestTexture* texture = new SRGBTestTexture(m_context, targetType, m_internalFormat, width, height, color, wrapS, wrapT, minFilter, magFilter, decoding);
    [all...]
es31fFboSRGBWriteControlTests.cpp 484 const deUint32 m_internalFormat;
494 , m_internalFormat (internalFormat)
516 m_gl->texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, m_width, m_height, 0, transferFormat, transferType, m_imageData.getAccess().getDataPtr());
    [all...]
  /external/deqp/external/openglcts/modules/gles31/
es31cSampleShadingTests.cpp 180 GLenum m_internalFormat;
207 , m_internalFormat(internalFormat)
249 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples);
270 gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, samples, m_internalFormat, WIDTH, HEIGHT, GL_FALSE);
339 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT);
486 GLenum m_internalFormat;
502 , m_internalFormat(internalFormat)
520 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min,
524 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min,
528 m_internalFormat, m_texFormat, m_sampler.c_str(), m_outType.c_str(), m_min
    [all...]
  /external/deqp/modules/egl/
teglImageTests.cpp 359 , m_internalFormat (internalFormat)
380 if ((m_internalFormat == GL_RED || m_internalFormat == GL_RG) && !isGLRedSupported())
404 const GLenum m_internalFormat;
teglImageUtil.cpp 181 TextureImageSource (GLenum internalFormat, GLenum format, GLenum type, bool useTexLevel0) : m_internalFormat(internalFormat), m_format(format), m_type(type), m_useTexLevel0(useTexLevel0) {}
184 GLenum getInternalFormat (void) const { return m_internalFormat; }
191 const GLenum m_internalFormat;
217 if (isSizedFormat(m_internalFormat))
218 return m_internalFormat;
262 GLU_CHECK_GLW_CALL(gl, texImage2D(imgTarget, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT,
284 GLU_CHECK_CALL_ERROR(gl.texImage2D(GL_TEXTURE_2D, 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL),
316 GLU_CHECK_GLW_CALL(gl, texImage2D(faces[faceNdx], 0, m_internalFormat, IMAGE_WIDTH, IMAGE_HEIGHT, 0, m_format, m_type, DE_NULL));
teglGLES2SharingThreadedTests.cpp 954 GLint m_internalFormat;
965 , m_internalFormat (internalFormat)
987 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;
988 GLU_CHECK_GLW_CALL(thread.gl, texImage2D(GL_TEXTURE_2D, m_level, m_internalFormat, m_width, m_height, 0, m_format, m_type, dummyData));
1057 GLint m_internalFormat;
1069 , m_internalFormat (internalFormat)
1091 thread.newMessage() << "Begin -- glCopyTexImage2D(GL_TEXTURE_2D, " << m_level << ", " << m_internalFormat (…)
    [all...]
  /external/deqp/external/openglcts/modules/common/
glcSampleVariablesTests.cpp 190 GLenum m_internalFormat;
211 , m_internalFormat(internalFormat)
244 if (m_internalFormat == GL_RGBA32F && !supportsRgba32f)
256 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples);
292 gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_samples, m_internalFormat, WIDTH, HEIGHT, GL_FALSE);
298 gl.texStorage2D(GL_TEXTURE_2D, 1, m_internalFormat, WIDTH, HEIGHT);
388 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT);
glcShaderMultisampleInterpolationTests.cpp 229 GLenum m_internalFormat;
258 , m_internalFormat(internalFormat)
292 if (m_internalFormat == GL_RGBA32F && !supportsRgba32f)
304 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples);
336 gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_samples, m_internalFormat, WIDTH, HEIGHT, GL_FALSE);
418 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT);
  /external/deqp/external/openglcts/modules/gl/
gl4cES31CompatibilitySampleVariablesTests.cpp 197 GLenum m_internalFormat;
218 , m_internalFormat(internalFormat)
254 gl.getInternalformativ(GL_TEXTURE_2D_MULTISAMPLE, m_internalFormat, GL_SAMPLES, 1, &maxSamples);
290 gl.texStorage2DMultisample(GL_TEXTURE_2D_MULTISAMPLE, m_samples, m_internalFormat, WIDTH, HEIGHT, GL_FALSE);
296 gl.texStorage2D(GL_TEXTURE_2D, 1, m_internalFormat, WIDTH, HEIGHT);
386 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, width, HEIGHT);
  /external/deqp/modules/gles2/functional/
es2fPolygonOffsetTests.cpp 262 const GLenum m_internalFormat;
269 , m_internalFormat (internalFormat)
280 if (m_internalFormat == 0)
310 gl.renderbufferStorage(GL_RENDERBUFFER, m_internalFormat, m_targetSize, m_targetSize);
    [all...]
es2fTextureSpecificationTests.cpp     [all...]
  /external/deqp/modules/gles3/accuracy/
es3aTextureFilteringTests.cpp 73 deUint32 m_internalFormat;
91 , m_internalFormat (internalFormat)
106 , m_internalFormat (GL_NONE)
133 m_textures.push_back(new glu::Texture2D(m_renderCtx, m_internalFormat, m_width, m_height));
328 deUint32 m_internalFormat;
347 , m_internalFormat (internalFormat)
363 , m_internalFormat (GL_NONE)
390 m_textures.push_back(new glu::TextureCube(m_renderCtx, m_internalFormat, m_width));

Completed in 534 milliseconds