Home
last modified time | relevance | path

Searched refs:mIOTexture (Results 1 – 12 of 12) sorted by relevance

/dports/www/firefox-esr/firefox-91.8.0/gfx/2d/
H A DQuartzSupport.h42 mIOTexture(0), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
98 uint32_t mIOTexture; variable
H A DQuartzSupport.mm59 if (mFBO || mIOTexture || mFBOTexture) {
67 if (mIOTexture) {
68 ::glDeleteTextures(1, &mIOTexture);
91 mIOTexture = 0;
200 ::glGenTextures(1, &mIOTexture);
201 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
221 GL_TEXTURE_RECTANGLE_ARB, mIOTexture, 0);
334 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/2d/
H A DQuartzSupport.h42 mIOTexture(0), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
98 uint32_t mIOTexture; variable
H A DQuartzSupport.mm59 if (mFBO || mIOTexture || mFBOTexture) {
67 if (mIOTexture) {
68 ::glDeleteTextures(1, &mIOTexture);
91 mIOTexture = 0;
200 ::glGenTextures(1, &mIOTexture);
201 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
221 GL_TEXTURE_RECTANGLE_ARB, mIOTexture, 0);
334 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
/dports/www/firefox/firefox-99.0/gfx/2d/
H A DQuartzSupport.h42 mIOTexture(0), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
98 uint32_t mIOTexture; variable
H A DQuartzSupport.mm59 if (mFBO || mIOTexture || mFBOTexture) {
67 if (mIOTexture) {
68 ::glDeleteTextures(1, &mIOTexture);
91 mIOTexture = 0;
200 ::glGenTextures(1, &mIOTexture);
201 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
221 GL_TEXTURE_RECTANGLE_ARB, mIOTexture, 0);
334 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/2d/
H A DQuartzSupport.h42 mIOTexture(0), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
98 uint32_t mIOTexture; variable
H A DQuartzSupport.mm59 if (mFBO || mIOTexture || mFBOTexture) {
67 if (mIOTexture) {
68 ::glDeleteTextures(1, &mIOTexture);
91 mIOTexture = 0;
200 ::glGenTextures(1, &mIOTexture);
201 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
221 GL_TEXTURE_RECTANGLE_ARB, mIOTexture, 0);
334 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/2d/
H A DQuartzSupport.h42 mIOTexture(0), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
98 uint32_t mIOTexture; variable
H A DQuartzSupport.mm62 if (mFBO || mIOTexture || mFBOTexture) {
70 if (mIOTexture) {
71 ::glDeleteTextures(1, &mIOTexture);
95 mIOTexture = 0;
210 ::glGenTextures(1, &mIOTexture);
211 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
233 GL_TEXTURE_RECTANGLE_ARB, mIOTexture, 0);
356 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/2d/
H A DQuartzSupport.h32 mIOSurface(nullptr), mFBO(0), mIOTexture(0), in MOZ_DECLARE_REFCOUNTED_TYPENAME()
89 uint32_t mIOTexture; variable
H A DQuartzSupport.mm62 if (mFBO || mIOTexture || mFBOTexture) {
70 if (mIOTexture) {
71 ::glDeleteTextures(1, &mIOTexture);
95 mIOTexture = 0;
210 ::glGenTextures(1, &mIOTexture);
211 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);
233 GL_TEXTURE_RECTANGLE_ARB, mIOTexture, 0);
356 ::glBindTexture(GL_TEXTURE_RECTANGLE_ARB, mIOTexture);