Home
last modified time | relevance | path

Searched refs:mPixelStore_UnpackSkipPixels (Results 1 – 15 of 15) sorted by relevance

/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/
H A DWebGL2ContextState.cpp90 return JS::Int32Value(mPixelStore_UnpackSkipPixels); in GetParameter()
H A DTexUnpackBlob.cpp281 mSkipPixels(webgl->mPixelStore_UnpackSkipPixels), in TexUnpackBlob()
453 webgl->mPixelStore_UnpackSkipPixels) { in TexOrSubImage()
642 if (webgl->mPixelStore_UnpackSkipPixels || in TexOrSubImage()
H A DWebGLContextValidate.cpp738 mPixelStore_UnpackSkipPixels = 0; in InitAndValidateGL()
H A DWebGLContext.cpp2026 …if (mWebGL->mPixelStore_UnpackSkipPixels != 0) mGL->fPixelStorei(LOCAL_GL_UNPACK_SKIP_PIXELS , 0); in ScopedUnpackReset()
2042 mGL->fPixelStorei(LOCAL_GL_UNPACK_SKIP_PIXELS , mWebGL->mPixelStore_UnpackSkipPixels ); in UnwrapImpl()
2178 CheckedUint32(mPixelStore_UnpackSkipPixels) + width; in GetUnpackSize()
H A DWebGLContextDraw.cpp216 mPixelStore_UnpackSkipPixels); in BindFakeBlack()
H A DWebGLContextUtils.cpp803 mPixelStore_UnpackSkipPixels); in AssertCachedGlobalState()
H A DWebGLContextGL.cpp962 pValueSlot = &mPixelStore_UnpackSkipPixels; in PixelStorei()
H A DWebGLContext.h1866 uint32_t mPixelStore_UnpackSkipPixels; variable
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/
H A DWebGL2ContextState.cpp95 return JS::Int32Value(mPixelStore_UnpackSkipPixels); in GetParameter()
H A DTexUnpackBlob.cpp279 , mSkipPixels(webgl->mPixelStore_UnpackSkipPixels) in TexUnpackBlob()
429 webgl->mPixelStore_UnpackSkipPixels) in TexOrSubImage()
H A DWebGLContext.cpp2126 …if (mWebGL->mPixelStore_UnpackSkipPixels != 0) mGL->fPixelStorei(LOCAL_GL_UNPACK_SKIP_PIXELS , 0); in ScopedUnpackReset()
2142 mGL->fPixelStorei(LOCAL_GL_UNPACK_SKIP_PIXELS , mWebGL->mPixelStore_UnpackSkipPixels ); in UnwrapImpl()
2265 const auto usedPixelsPerRow = CheckedUint32(mPixelStore_UnpackSkipPixels) + width; in GetUnpackSize()
H A DWebGLContextValidate.cpp768 mPixelStore_UnpackSkipPixels = 0; in InitAndValidateGL()
H A DWebGLContextUtils.cpp838 AssertUintParamCorrect(gl, LOCAL_GL_UNPACK_SKIP_PIXELS , mPixelStore_UnpackSkipPixels); in AssertCachedGlobalState()
H A DWebGLContextGL.cpp1078 pValueSlot = &mPixelStore_UnpackSkipPixels; in PixelStorei()
H A DWebGLContext.h1839 uint32_t mPixelStore_UnpackSkipPixels; variable