OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:baseFormat
(Results
1 - 7
of
7
) sorted by null
/external/mesa3d/src/mesa/main/
framebuffer.c
517
const GLenum
baseFormat
= _mesa_get_format_base_format(rb->Format);
527
if (_mesa_is_legal_color_format(ctx,
baseFormat
)) {
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
...]
texparam.c
[
all
...]
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
...]
teximage.c
[
all
...]
texstore.c
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
[
all
...]
Completed in 1008 milliseconds