OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
defs:dst_glformat
(Results
1 - 2
of
2
) sorted by relevancy
/xsrc/external/mit/MesaLib/dist/src/mesa/state_tracker/
st_cb_texture.c
300
GLenum
dst_glformat
;
local
338
dst_glformat
= GL_RGBA8;
344
dst_glformat
= GL_RGBA8_SNORM;
350
dst_glformat
= GL_RGBA32F;
356
dst_glformat
= GL_R16;
362
dst_glformat
= GL_R16_SNORM;
368
dst_glformat
= GL_RG16;
374
dst_glformat
= GL_RG16_SNORM;
381
dst_format = st_choose_format(st,
dst_glformat
, format, type,
/xsrc/external/mit/MesaLib.old/dist/src/mesa/state_tracker/
st_cb_texture.c
1998
GLenum
dst_glformat
;
local
2034
dst_glformat
= GL_RGBA8;
2040
dst_glformat
= GL_RGBA8_SNORM;
2046
dst_glformat
= GL_RGBA32F;
2052
dst_glformat
= GL_R16;
2058
dst_glformat
= GL_R16_SNORM;
2064
dst_glformat
= GL_RG16;
2070
dst_glformat
= GL_RG16_SNORM;
2077
dst_format = st_choose_format(st,
dst_glformat
, format, type,
Completed in 124 milliseconds
Indexes created Sun Jul 05 00:25:41 UTC 2026