OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:destBaseFormat
(Results
1 - 2
of
2
) sorted by null
/external/mesa3d/src/mesa/main/
texgetimage.c
232
const GLenum
destBaseFormat
= _mesa_base_tex_format(ctx, format);
282
(
destBaseFormat
== GL_LUMINANCE ||
283
destBaseFormat
== GL_LUMINANCE_ALPHA ||
284
destBaseFormat
== GL_LUMINANCE_INTEGER_EXT ||
285
destBaseFormat
== GL_LUMINANCE_ALPHA_INTEGER_EXT)) {
326
const GLenum
destBaseFormat
= _mesa_base_tex_format(ctx, format);
361
(
destBaseFormat
== GL_LUMINANCE ||
362
destBaseFormat
== GL_LUMINANCE_ALPHA ||
363
destBaseFormat
== GL_LUMINANCE_INTEGER_EXT ||
364
destBaseFormat
== GL_LUMINANCE_ALPHA_INTEGER_EXT))
[
all
...]
/external/mesa3d/src/mesa/drivers/common/
meta.c
[
all
...]
Completed in 3307 milliseconds