Home
last modified time | relevance | path

Searched refs:fDepthRangef (Results 1 – 13 of 13) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLContextSymbols.h241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
H A DGLContext.h2130 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef()
2131 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLContextSymbols.h241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
H A DGLContext.h2124 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef()
2125 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLContextSymbols.h241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
H A DGLContext.h2170 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef()
2171 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLContextSymbols.h241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
H A DGLContext.h2130 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef()
2131 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLContextSymbols.h241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
H A DGLContext.h2140 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef()
2141 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLContextSymbols.h387 PFNGLDEPTHRANGEFPROC fDepthRangef; member
H A DGLContext.h2048 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef()
2049 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
H A DGLContext.cpp748 { (PRFuncPtr*) &mSymbols.fDepthRangef, { "DepthRangef", nullptr } }, in InitWithPrefixImpl()