OpenGrok
Home
Sort by:
relevance
|
last modified time
|
path
Full Search
in project(s):
src
xsrc
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:_IsFloat
(Results
1 - 8
of
8
) sorted by relevancy
/xsrc/external/mit/MesaLib.old/dist/src/mesa/main/
texobj.c
73
} else if (obj->
_IsFloat
&& !ctx->Extensions.OES_texture_float_linear) {
90
} else if (obj->
_IsFloat
&& !ctx->Extensions.OES_texture_float_linear) {
479
dest->
_IsFloat
= src->
_IsFloat
;
mtypes.h
987
GLboolean
_IsFloat
; /**< GL_OES_float_texture */
fbobject.c
877
if (_mesa_is_gles(ctx) && (texObj->
_IsFloat
|| texObj->_IsHalfFloat)) {
teximage.c
3009
texObj->
_IsFloat
= GL_TRUE;
/xsrc/external/mit/MesaLib/dist/src/mesa/main/
texobj.c
74
} else if (obj->
_IsFloat
&& !ctx->Extensions.OES_texture_float_linear) {
92
} else if (obj->
_IsFloat
&& !ctx->Extensions.OES_texture_float_linear) {
mtypes.h
991
GLboolean
_IsFloat
; /**< GL_OES_float_texture */
fbobject.c
858
if (att->Texture->
_IsFloat
&& att->Renderbuffer->_BaseFormat == GL_RGBA)
teximage.c
3076
texObj->
_IsFloat
= GL_TRUE;
Completed in 42 milliseconds
Indexes created Tue Jul 28 00:24:17 UTC 2026