HomeSort by relevance Sort by last modified time
    Searched refs:baseFormat (Results 1 - 17 of 17) sorted by null

  /external/mesa3d/src/mesa/state_tracker/
st_format.h 80 GLenum baseFormat, GLboolean is_integer);
st_sampler_view.c 190 compute_texture_format_swizzle(GLenum baseFormat, GLenum depthMode,
194 switch (baseFormat) {
272 assert(!"Unexpected baseFormat");
283 GLenum baseFormat = _mesa_texture_base_format(&stObj->base);
286 if (baseFormat != GL_NONE) {
300 tex_swizzle = compute_texture_format_swizzle(baseFormat,
378 GLenum baseFormat = _mesa_texture_base_format(&stObj->base);
379 if (baseFormat == GL_STENCIL_INDEX) {
st_format.c     [all...]
st_cb_texture.c     [all...]
  /external/mesa3d/src/mesa/main/
texgetimage.c 274 teximage_needs_rebase(mesa_format texFormat, GLenum baseFormat,
279 if (baseFormat == GL_LUMINANCE ||
280 baseFormat == GL_INTENSITY) {
286 } else if (baseFormat == GL_LUMINANCE_ALPHA) {
293 (baseFormat != _mesa_get_format_base_format(texFormat))) {
295 _mesa_compute_rgba2base2rgba_component_mapping(baseFormat,
317 const GLenum baseFormat = _mesa_get_format_base_format(texFormat);
356 needsRebase = teximage_needs_rebase(texFormat, baseFormat, true,
    [all...]
fbobject.c 682 _mesa_is_legal_color_format(const struct gl_context *ctx, GLenum baseFormat)
684 switch (baseFormat) {
710 const GLenum baseFormat =
714 valid = _mesa_is_legal_color_format(ctx, baseFormat);
753 is_legal_depth_format(const struct gl_context *ctx, GLenum baseFormat)
755 switch (baseFormat) {
784 GLenum baseFormat;
835 baseFormat = texImage->_BaseFormat;
838 if (!_mesa_is_legal_color_format(ctx, baseFormat)) {
862 if (baseFormat == GL_DEPTH_COMPONENT)
    [all...]
format_utils.h 233 _mesa_compute_rgba2base2rgba_component_mapping(GLenum baseFormat, uint8_t *map);
format_utils.c 132 * \param baseFormat the base internal format involved in the conversion.
135 * This function computes 'map' as rgba -> baseformat -> rgba and returns true
143 _mesa_compute_rgba2base2rgba_component_mapping(GLenum baseFormat, uint8_t *map)
148 switch (baseFormat) {
164 _mesa_compute_component_mapping(GL_RGBA, baseFormat, rgba2base);
165 _mesa_compute_component_mapping(baseFormat, GL_RGBA, base2rgba);
    [all...]
formatquery.c 930 GLint baseformat; local
937 baseformat = _mesa_base_tex_format(ctx, internalformat);
939 baseformat = _mesa_base_fbo_format(ctx, internalformat);
950 if (texformat == MESA_FORMAT_NONE || baseformat <= 0)
966 if (!_mesa_base_format_has_channel(baseformat, pname))
    [all...]
teximage.c     [all...]
framebuffer.c 487 const GLenum baseFormat = _mesa_get_format_base_format(rb->Format);
497 if (_mesa_is_legal_color_format(ctx, baseFormat)) {
fbobject.h 112 _mesa_is_legal_color_format(const struct gl_context *ctx, GLenum baseFormat);
texparam.c     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.hpp 160 TextureFormat getEffectiveDepthStencilTextureFormat (const TextureFormat& baseFormat, Sampler::DepthStencilMode mode);
tcuTextureUtil.cpp     [all...]
  /cts/tests/tests/media/src/android/media/cts/
DecoderTest.java     [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c     [all...]

Completed in 4511 milliseconds