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

  /external/mesa3d/src/mesa/state_tracker/
st_format.h 80 GLenum baseFormat, GLboolean is_integer);
st_cb_texture.c 717 GLenum baseFormat,
743 if ((baseFormat == GL_DEPTH_COMPONENT ||
744 baseFormat == GL_DEPTH_STENCIL) &&
754 if (baseFormat == GL_DEPTH_COMPONENT ||
755 baseFormat == GL_DEPTH_STENCIL) {
    [all...]
st_format.c     [all...]
  /external/mesa3d/src/mesa/main/
texstore.c     [all...]
texgetimage.c 231 const GLenum baseFormat = _mesa_get_format_base_format(texFormat);
270 if (baseFormat == GL_LUMINANCE ||
271 baseFormat == GL_INTENSITY ||
272 baseFormat == GL_LUMINANCE_ALPHA) {
279 else if ((baseFormat == GL_RGBA ||
280 baseFormat == GL_RGB ||
281 baseFormat == GL_RG) &&
705 GLenum baseFormat, err;
737 baseFormat = _mesa_get_format_base_format(texImage->TexFormat);
743 && !_mesa_is_color_format(baseFormat)) {
    [all...]
pack.h 160 _mesa_rebase_rgba_float(GLuint n, GLfloat rgba[][4], GLenum baseFormat);
163 _mesa_rebase_rgba_uint(GLuint n, GLuint rgba[][4], GLenum baseFormat);
fbobject.c 484 _mesa_is_legal_color_format(const struct gl_context *ctx, GLenum baseFormat)
486 switch (baseFormat) {
508 is_legal_depth_format(const struct gl_context *ctx, GLenum baseFormat)
510 switch (baseFormat) {
539 GLenum baseFormat;
566 baseFormat = _mesa_get_format_base_format(texImage->TexFormat);
569 if (!_mesa_is_legal_color_format(ctx, baseFormat)) {
581 if (baseFormat == GL_DEPTH_COMPONENT) {
586 baseFormat == GL_DEPTH_STENCIL_EXT) {
599 baseFormat == GL_DEPTH_STENCIL_EXT)
    [all...]
fbobject.h 121 _mesa_is_legal_color_format(const struct gl_context *ctx, GLenum baseFormat);
framebuffer.c 517 const GLenum baseFormat = _mesa_get_format_base_format(rb->Format);
527 if (_mesa_is_legal_color_format(ctx, baseFormat)) {
texparam.c     [all...]
teximage.c     [all...]
pack.c     [all...]
  /external/deqp/framework/common/
tcuTextureUtil.hpp 137 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 555 milliseconds