Searched refs:fDepthRangef (Results 1 – 13 of 13) sorted by relevance
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/ |
H A D | GLContextSymbols.h | 241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
|
H A D | GLContext.h | 2130 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 D | GLContextSymbols.h | 241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
|
H A D | GLContext.h | 2124 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 D | GLContextSymbols.h | 241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
|
H A D | GLContext.h | 2170 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 D | GLContextSymbols.h | 241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
|
H A D | GLContext.h | 2130 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 D | GLContextSymbols.h | 241 void(GLAPIENTRY* fDepthRangef)(GLclampf, GLclampf);
|
H A D | GLContext.h | 2140 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 D | GLContextSymbols.h | 387 PFNGLDEPTHRANGEFPROC fDepthRangef; member
|
H A D | GLContext.h | 2048 ASSERT_SYMBOL_PRESENT(fDepthRangef); in raw_fDepthRangef() 2049 mSymbols.fDepthRangef(a, b); in raw_fDepthRangef()
|
H A D | GLContext.cpp | 748 { (PRFuncPtr*) &mSymbols.fDepthRangef, { "DepthRangef", nullptr } }, in InitWithPrefixImpl()
|