HomeSort by relevance Sort by last modified time
    Searched defs:internalFormat (Results 1 - 25 of 33) sorted by null

1 2

  /external/mesa3d/src/mesa/drivers/dri/intel/
intel_tex_copy.c 57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
66 __FUNCTION__, intelImage->mt, irb, internalFormat);
intel_tex_image.c 239 GLenum internalFormat,
250 0, internalFormat, format);
279 int level = 0, internalFormat = 0;
301 internalFormat = GL_RGB;
305 internalFormat = GL_RGBA;
309 internalFormat = GL_RGB;
316 internalFormat, texFormat, 0);
  /external/mesa3d/src/mesa/state_tracker/
st_cb_eglimage.c 90 strb->Base.InternalFormat = strb->Base._BaseFormat;
107 GLenum internalFormat;
112 internalFormat = GL_RGBA;
114 internalFormat = GL_RGB;
128 ps->width, ps->height, 1, 0, internalFormat,
st_manager.c 482 GLenum internalFormat;
532 internalFormat = GL_RGBA;
534 internalFormat = GL_RGB;
536 texFormat = st_ChooseTextureFormat(ctx, target, internalFormat,
541 internalFormat, texFormat);
  /external/deqp/modules/gles3/performance/
es3pTextureCountTests.cpp 55 deUint32 internalFormat;
72 deUint32 format = texFormats[formatNdx].internalFormat;
es3pTextureFormatTests.cpp 53 deUint32 internalFormat;
109 deUint32 format = texFormats[formatNdx].internalFormat;
es3pTextureFilteringTests.cpp 53 deUint32 internalFormat;
85 deUint32 format = texFormats[formatNdx].internalFormat;
  /external/deqp/modules/gles3/functional/
es3fInternalFormatQueryTests.cpp 47 SamplesCase(Context& context, const char* name, const char* description, GLenum internalFormat, bool isIntegerInternalFormat)
49 , m_internalFormat (internalFormat)
128 SamplesBufferSizeCase(Context& context, const char* name, const char* description, GLenum internalFormat)
130 , m_internalFormat (internalFormat)
172 const struct InternalFormat
180 // \note These unsized formats seem to allowed by the spec, but they are not useful in any way. (You can't create a renderbuffer with such internalFormat)
229 const InternalFormat internalFormat = internalFormats[ndx];
231 addChild(new SamplesCase(m_context, (std::string(internalFormat.name) + "_samples").c_str(), "SAMPLES and NUM_SAMPLE_COUNTS", internalFormat.format, internalFormat.isIntegerFormat))
    [all...]
es3fRboStateQueryTests.cpp 220 GLenum internalFormat;
256 glRenderbufferStorage(GL_RENDERBUFFER, requiredColorFormats[ndx].internalFormat, 128, 128);
285 GLenum internalFormat;
299 glRenderbufferStorage(GL_RENDERBUFFER, requiredDepthFormats[ndx].internalFormat, 128, 128);
es3fFboStateQueryTests.cpp 501 GLenum internalFormat;
537 const GLenum colorFormat = requiredColorformats[ndx].internalFormat;
637 virtual void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA) = DE_NULL;
639 virtual void testDepthAttachment (GLenum internalFormat, GLenum attachment, GLint bitsD, GLint bitsS) = DE_NULL;
652 GLenum internalFormat;
664 testColorAttachment(colorAttachments[ndx].internalFormat, GL_COLOR_ATTACHMENT0, colorAttachments[ndx].bitsR, colorAttachments[ndx].bitsG, colorAttachments[ndx].bitsB, colorAttachments[ndx].bitsA);
670 GLenum internalFormat;
683 testDepthAttachment(depthAttachments[ndx].internalFormat, depthAttachments[ndx].attachment, depthAttachments[ndx].dbits, depthAttachments[ndx].sbits);
698 void testColorAttachment (GLenum internalFormat, GLenum attachment, GLint bitsR, GLint bitsG, GLint bitsB, GLint bitsA)
703 glRenderbufferStorage(GL_RENDERBUFFER, internalFormat, 128, 128)
    [all...]
es3fTextureSwizzleTests.cpp 79 Texture2DSwizzleCase (Context& context, const char* name, const char* description, deUint32 internalFormat, deUint32 format, deUint32 dataType, deUint32 swizzleR, deUint32 swizzleG, deUint32 swizzleB, deUint32 swizzleA);
102 Texture2DSwizzleCase::Texture2DSwizzleCase (Context& context, const char* name, const char* description, deUint32 internalFormat, deUint32 format, deUint32 dataType, deUint32 swizzleR, deUint32 swizzleG, deUint32 swizzleB, deUint32 swizzleA)
104 , m_internalFormat (internalFormat)
238 deUint32 internalFormat;
333 deUint32 intFormat = formats[fmtNdx].internalFormat;
es3fPolygonOffsetTests.cpp 259 PolygonOffsetTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName, int canvasSize);
270 PolygonOffsetTestCase::PolygonOffsetTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName, int canvasSize)
272 , m_internalFormat (internalFormat)
343 UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
348 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName)
349 : PolygonOffsetTestCase(context, name, description, internalFormat, internalFormatName, 200)
459 UsageDisplacementTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
466 UsageDisplacementTestCase::UsageDisplacementTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName)
467 : PolygonOffsetTestCase(context, name, description, internalFormat, internalFormatName, 200)
584 UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName)
    [all...]
es3fTextureFormatTests.cpp 69 Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
103 Texture2DFormatCase::Texture2DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height)
106 , m_format (internalFormat)
225 TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height);
266 TextureCubeFormatCase::TextureCubeFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height)
269 , m_format (internalFormat)
420 Texture2DArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers);
461 Texture2DArrayFormatCase::Texture2DArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height, int numLayers)
464 , m_format (internalFormat)
572 Texture3DFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width, int height, int depth)
    [all...]
  /external/deqp/modules/gles2/functional/
es2fRboStateQueryTests.cpp 202 GLenum internalFormat;
213 glRenderbufferStorage(GL_RENDERBUFFER, requiredColorFormats[ndx].internalFormat, 1, 1);
242 GLenum internalFormat;
252 glRenderbufferStorage(GL_RENDERBUFFER, requiredDepthFormats[ndx].internalFormat, 1, 1);
es2fPolygonOffsetTests.cpp 256 PolygonOffsetTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName, int canvasSize);
267 PolygonOffsetTestCase::PolygonOffsetTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName, int canvasSize)
269 , m_internalFormat (internalFormat)
340 UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
345 UsageTestCase::UsageTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName)
346 : PolygonOffsetTestCase(context, name, description, internalFormat, internalFormatName, 200)
456 UsageDisplacementTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName);
463 UsageDisplacementTestCase::UsageDisplacementTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName)
464 : PolygonOffsetTestCase(context, name, description, internalFormat, internalFormatName, 200)
581 UsagePositiveNegativeTestCase (Context& context, const char* name, const char* description, GLenum internalFormat, const char* internalFormatName)
    [all...]
  /external/deqp/modules/gles31/functional/
es31fTextureFormatTests.cpp 74 TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth);
116 TextureCubeArrayFormatCase::TextureCubeArrayFormatCase (tcu::TestContext& testCtx, glu::RenderContext& renderCtx, const glu::ContextInfo& renderCtxInfo, const char* name, const char* description, deUint32 internalFormat, int size, int depth)
120 , m_format (internalFormat)
246 TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width);
267 TextureBufferFormatCase::TextureBufferFormatCase (Context& ctx, glu::RenderContext& renderCtx, const char* name, const char* description, deUint32 internalFormat, int width)
270 , m_format (internalFormat)
437 deUint32 internalFormat;
494 deUint32 internalFormat;
507 deUint32 internalFormat = sizedColorFormats[formatNdx].internalFormat;
    [all...]
es31fTextureLevelStateQueryTests.cpp 129 glw::GLenum internalFormat;
137 , internalFormat (GL_RGBA)
275 static bool isColorRenderableFormat (glw::GLenum internalFormat)
277 return internalFormat == GL_RGB565 ||
278 internalFormat == GL_RGBA4 ||
279 internalFormat == GL_RGB5_A1 ||
280 internalFormat == GL_RGB10_A2 ||
281 internalFormat == GL_RGB10_A2UI ||
282 internalFormat == GL_SRGB8_ALPHA8 ||
283 internalFormat == GL_R8 |
    [all...]
es31fTextureSpecificationTests.cpp 319 BasicTexImageCubeArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int numLayers)
320 : TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, maxLevelCount(size))
321 , m_internalFormat (internalFormat)
357 BasicTexStorageCubeArrayCase (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int numLayers, int numLevels)
358 : TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, numLayers, numLevels)
359 , m_internalFormat (internalFormat)
402 deUint32 internalFormat,
412 : TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, depth, 1)
413 , m_internalFormat (internalFormat)
483 deUint32 internalFormat,
    [all...]
  /external/mesa3d/src/mesa/main/
texparam.c 1031 * internalformat is instead replaced by the corresponding base
1037 _mesa_gl_compressed_format_base_format(img->InternalFormat);
1039 *params = (f != 0) ? f : img->InternalFormat;
    [all...]
  /cts/tests/tests/graphics/src/android/opengl/cts/
CompressedTextureLoader.java 50 public Texture(int width, int height, int internalformat, ByteBuffer data,
54 mInternalFormat = internalformat;
241 int internalFormat = 0;
243 internalFormat = GL_COMPRESSED_RGBA_PVRTC_2BPPV1_IMG;
245 internalFormat = GL_COMPRESSED_RGB_PVRTC_2BPPV1_IMG;
247 internalFormat = GL_COMPRESSED_RGBA_PVRTC_4BPPV1_IMG;
249 internalFormat = GL_COMPRESSED_RGB_PVRTC_4BPPV1_IMG;
256 internalFormat, dataBuffer,
412 int internalFormat = 0;
416 internalFormat = COMPRESSED_RGB_S3TC_DXT1_EXT
    [all...]
  /external/deqp/modules/glshared/
glsLongStressCase.hpp 140 deUint32 internalFormat;
169 , internalFormat (internalFormat_)
glsFboUtil.hpp 204 ImageFormat internalFormat;
210 : internalFormat (ImageFormat::none())
  /external/mesa3d/src/mesa/drivers/dri/swrast/
swrast.c 73 uint32_t internalFormat;
78 internalFormat = (texture_format == __DRI_TEXTURE_FORMAT_RGB ? 3 : 4);
95 w, h, 1, 0, internalFormat, texFormat);
285 GLenum internalFormat, GLuint width, GLuint height)
292 (void) internalFormat;
304 GLenum internalFormat, GLuint width, GLuint height)
312 swrast_alloc_front_storage(ctx, rb, internalFormat, width, height);
350 rb->InternalFormat = GL_RGBA;
356 rb->InternalFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB
    [all...]
  /external/icu/icu4c/source/test/intltest/
tmsgfmt.cpp 641 internalFormat(
646 void TestMessageFormat::internalFormat(MessageFormat* msgFmt ,
703 internalFormat( msgFmt1 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t1");
725 internalFormat( msgFmt2 , testArgs[i], 2, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t2");
747 internalFormat( msgFmt3 , testArgs[i], 1, exp[i] ,(char*)"From TestMessageFormat::testSelectFormat format t3");
770 internalFormat( msgFmt4 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t4");
794 internalFormat( msgFmt5 , testArgs[i], 3, exp[i].unescape() ,(char*)"From TestMessageFormat::testSelectFormat format t5");
    [all...]
  /frameworks/base/core/java/android/hardware/camera2/params/
StreamConfigurationMap.java 297 int internalFormat = imageFormatToInternal(format);
300 return mDepthOutputFormats.indexOfKey(internalFormat) >= 0;
302 return getFormatsMap(/*output*/true).indexOfKey(internalFormat) >= 0;
    [all...]

Completed in 477 milliseconds

1 2