Searched refs:InternalFormat (Results 1 - 25 of 104) sorted by relevance

12345

/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_cb_fbo.c296 strb->Base.InternalFormat = GL_RGBA8;
301 strb->Base.InternalFormat = GL_RGB8;
304 strb->Base.InternalFormat = GL_RGB5_A1;
307 strb->Base.InternalFormat = GL_RGBA4;
310 strb->Base.InternalFormat = GL_RGB565;
313 strb->Base.InternalFormat = GL_DEPTH_COMPONENT16;
316 strb->Base.InternalFormat = GL_DEPTH_COMPONENT32;
322 strb->Base.InternalFormat = GL_DEPTH24_STENCIL8_EXT;
325 strb->Base.InternalFormat = GL_STENCIL_INDEX8_EXT;
329 strb->Base.InternalFormat
[all...]
H A Dst_cb_eglimage.c90 strb->Base.InternalFormat = strb->Base._BaseFormat;
/external/mesa3d/src/mesa/state_tracker/
H A Dst_cb_fbo.c296 strb->Base.InternalFormat = GL_RGBA8;
301 strb->Base.InternalFormat = GL_RGB8;
304 strb->Base.InternalFormat = GL_RGB5_A1;
307 strb->Base.InternalFormat = GL_RGBA4;
310 strb->Base.InternalFormat = GL_RGB565;
313 strb->Base.InternalFormat = GL_DEPTH_COMPONENT16;
316 strb->Base.InternalFormat = GL_DEPTH_COMPONENT32;
322 strb->Base.InternalFormat = GL_DEPTH24_STENCIL8_EXT;
325 strb->Base.InternalFormat = GL_STENCIL_INDEX8_EXT;
329 strb->Base.InternalFormat
[all...]
H A Dst_cb_eglimage.c90 strb->Base.InternalFormat = strb->Base._BaseFormat;
/external/chromium_org/third_party/angle/src/libGLESv2/
H A Dformatutils.cpp251 InternalFormat::InternalFormat() function in class:gl::InternalFormat
275 static InternalFormat UnsizedFormat(GLenum format, InternalFormat::SupportCheckFunction textureSupport,
276 InternalFormat::SupportCheckFunction renderSupport,
277 InternalFormat::SupportCheckFunction filterSupport)
279 InternalFormat formatInfo;
287 static InternalFormat RGBAFormat(GLuint red, GLuint green, GLuint blue, GLuint alpha, GLuint shared,
289 InternalFormat::SupportCheckFunction textureSupport,
290 InternalFormat
[all...]
H A Dformatutils.h58 struct InternalFormat struct in namespace:gl
60 InternalFormat();
97 const InternalFormat &GetInternalFormatInfo(GLenum internalFormat);
H A DvalidationES3.cpp223 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat);
239 const gl::InternalFormat &info = gl::GetInternalFormatInfo(i->internalFormat);
441 const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(actualInternalFormat);
642 static bool GetEffectiveInternalFormat(const InternalFormat &srcFormat, const InternalFormat &destFormat,
740 const InternalFormat &textureInternalFormatInfo = GetInternalFormatInfo(textureInternalFormat);
741 const InternalFormat &framebufferInternalFormatInfo = GetInternalFormatInfo(frameBufferInternalFormat);
785 const InternalFormat *sourceEffectiveFormat = NULL;
1009 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalformat);
1110 const gl::InternalFormat
[all...]
H A DFramebuffer.cpp408 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat);
488 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat);
543 const InternalFormat &formatInfo = GetInternalFormatInfo(internalformat);
641 const gl::InternalFormat &depthStencilFormatInfo = GetInternalFormatInfo(depthStencilActualFormat);
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_texrender.c86 rb->InternalFormat = swImage->Base.InternalFormat;
H A Ds_renderbuffer.c276 rb->InternalFormat = GL_RGBA;
315 rb->InternalFormat = GL_DEPTH_COMPONENT16;
318 rb->InternalFormat = GL_DEPTH_COMPONENT24;
321 rb->InternalFormat = GL_DEPTH_COMPONENT32;
360 rb->InternalFormat = GL_STENCIL_INDEX8;
384 rb->InternalFormat = GL_DEPTH_STENCIL;
423 rb->InternalFormat = GL_RGBA16_SNORM;
467 rb->InternalFormat = GL_RGBA;
/external/mesa3d/src/mesa/swrast/
H A Ds_texrender.c86 rb->InternalFormat = swImage->Base.InternalFormat;
H A Ds_renderbuffer.c276 rb->InternalFormat = GL_RGBA;
315 rb->InternalFormat = GL_DEPTH_COMPONENT16;
318 rb->InternalFormat = GL_DEPTH_COMPONENT24;
321 rb->InternalFormat = GL_DEPTH_COMPONENT32;
360 rb->InternalFormat = GL_STENCIL_INDEX8;
384 rb->InternalFormat = GL_DEPTH_STENCIL;
423 rb->InternalFormat = GL_RGBA16_SNORM;
467 rb->InternalFormat = GL_RGBA;
/external/deqp/modules/gles3/functional/
H A Des3fInternalFormatQueryTests.cpp172 const struct InternalFormat struct
229 const InternalFormat internalFormat = internalFormats[ndx];
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Drenderbuffer.c55 rb->InternalFormat = GL_RGBA;
/external/mesa3d/src/mesa/main/
H A Drenderbuffer.c55 rb->InternalFormat = GL_RGBA;
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d9/
H A DRenderTarget9.cpp60 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(internalFormat);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c596 rb->InternalFormat = image->internal_format;
617 rb->InternalFormat = internalFormat;
652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
693 rb->InternalFormat = _mesa_get_format_base_format(format);
777 rb->InternalFormat = texImage->InternalFormat;
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat);
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c596 rb->InternalFormat = image->internal_format;
617 rb->InternalFormat = internalFormat;
652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
693 rb->InternalFormat = _mesa_get_format_base_format(format);
777 rb->InternalFormat = texImage->InternalFormat;
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat);
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dradeon_fbo.c596 rb->InternalFormat = image->internal_format;
617 rb->InternalFormat = internalFormat;
652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
693 rb->InternalFormat = _mesa_get_format_base_format(format);
777 rb->InternalFormat = texImage->InternalFormat;
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat);
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_fbo.c596 rb->InternalFormat = image->internal_format;
617 rb->InternalFormat = internalFormat;
652 rb->AllocStorage(ctx, rb, rb->InternalFormat, width, height);
693 rb->InternalFormat = _mesa_get_format_base_format(format);
777 rb->InternalFormat = texImage->InternalFormat;
778 rb->_BaseFormat = _mesa_base_fbo_format(ctx, rb->InternalFormat);
/external/chromium_org/third_party/angle/src/libGLESv2/renderer/d3d/d3d11/
H A DClear11.cpp220 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(attachment->getInternalFormat());
264 const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(attachment->getActualFormat());
293 const gl::InternalFormat &actualFormatInfo = gl::GetInternalFormatInfo(attachment->getActualFormat());
453 const gl::InternalFormat &formatInfo = gl::GetInternalFormatInfo(rt->getInternalFormat());
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i915/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/intel/
H A Dintel_tex_copy.c57 const GLenum internalFormat = intelImage->base.Base.InternalFormat;
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/swrast/
H A Dswrast.c350 rb->InternalFormat = GL_RGBA;
356 rb->InternalFormat = GL_RGB;
362 rb->InternalFormat = GL_RGB;
368 rb->InternalFormat = GL_RGB;

Completed in 463 milliseconds

12345