Home
last modified time | relevance | path

Searched refs:textureHandle (Results 1 – 25 of 85) sorted by relevance

1234

/dports/lang/spidermonkey60/firefox-60.9.0/gfx/skia/skia/include/atlastext/
H A DSkAtlasTextRenderer.h47 virtual void deleteTexture(void* textureHandle) = 0;
56 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width,
64 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
/dports/www/firefox-esr/firefox-91.8.0/gfx/skia/skia/include/atlastext/
H A DSkAtlasTextRenderer.h48 virtual void deleteTexture(void* textureHandle) = 0;
57 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width,
65 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/skia/skia/include/atlastext/
H A DSkAtlasTextRenderer.h48 virtual void deleteTexture(void* textureHandle) = 0;
57 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width,
65 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/include/atlastext/
H A DSkAtlasTextRenderer.h48 virtual void deleteTexture(void* textureHandle) = 0;
57 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width,
65 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
/dports/www/firefox/firefox-99.0/gfx/skia/skia/include/atlastext/
H A DSkAtlasTextRenderer.h48 virtual void deleteTexture(void* textureHandle) = 0;
57 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width,
65 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/skia/skia/include/atlastext/
H A DSkAtlasTextRenderer.h48 virtual void deleteTexture(void* textureHandle) = 0;
57 virtual void setTextureData(void* textureHandle, const void* data, int x, int y, int width,
65 virtual void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
/dports/games/libretro-play/Play--3cd0a367b5e24c061a6310c68c9fa7f6b531ebd4/Source/gs/GSH_OpenGL/
H A DGSH_OpenGL_Texture.cpp163 if(texInfo.textureHandle != 0) in PrepareTexture()
182 glBindTexture(GL_TEXTURE_2D, textureHandle); in PrepareTexture()
231 GLuint textureHandle = PalCache_Search(tex0); in PreparePalette() local
232 if(textureHandle != 0) in PreparePalette()
234 return textureHandle; in PreparePalette()
242 if(textureHandle != 0) in PreparePalette()
244 return textureHandle; in PreparePalette()
247 glGenTextures(1, &textureHandle); in PreparePalette()
248 glBindTexture(GL_TEXTURE_2D, textureHandle); in PreparePalette()
253 return textureHandle; in PreparePalette()
[all …]
/dports/misc/usd/USD-21.11/pxr/imaging/hdSt/
H A Dmaterial.cpp110 HdStTextureHandleSharedPtr const& textureHandle) in _GetTextureHandleHash() argument
113 textureHandle->GetSamplerParameters(); in _GetTextureHandleHash()
116 textureHandle->GetTextureObject()->GetTextureIdentifier(), in _GetTextureHandleHash()
135 HdStTextureHandleSharedPtr const textureHandle = in _ProcessTextureDescriptors() local
168 textureHandle, in _ProcessTextureDescriptors()
171 : _GetTextureHandleHash(textureHandle) }); in _ProcessTextureDescriptors()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/skia/tools/gpu/atlastext/
H A DGLTestAtlasTextRenderer.cpp25 void deleteTexture(void* textureHandle) override;
27 void setTextureData(void* textureHandle, const void* data, int x, int y, int width, int height,
30 void drawSDFGlyphs(void* targetHandle, void* textureHandle, const SDFVertex vertices[],
300 void GLTestAtlasTextRenderer::deleteTexture(void* textureHandle) { in deleteTexture() argument
303 auto* atlasTexture = reinterpret_cast<const AtlasTexture*>(textureHandle); in deleteTexture()
311 void GLTestAtlasTextRenderer::setTextureData(void* textureHandle, const void* data, int x, int y, in setTextureData() argument
315 auto atlasTexture = reinterpret_cast<const AtlasTexture*>(textureHandle); in setTextureData()
335 void GLTestAtlasTextRenderer::drawSDFGlyphs(void* targetHandle, void* textureHandle, in drawSDFGlyphs() argument
340 auto atlas = reinterpret_cast<const AtlasTexture*>(textureHandle); in drawSDFGlyphs()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/layers/opengl/
H A DMacIOSurfaceTextureHostOGL.cpp33 GLuint textureHandle; in CreateTextureSourceForPlane() local
35 gl->fGenTextures(1, &textureHandle); in CreateTextureSourceForPlane()
36 gl->fBindTexture(LOCAL_GL_TEXTURE_RECTANGLE_ARB, textureHandle); in CreateTextureSourceForPlane()
42 return new GLTextureSource(mCompositor, textureHandle, LOCAL_GL_TEXTURE_RECTANGLE_ARB, in CreateTextureSourceForPlane()
/dports/graphics/openfx-misc/openfx-misc-3ab0531/openfx/include/
H A DofxOpenGLRender.h278 OfxPropertySetHandle *textureHandle);
301 OfxStatus (*clipFreeTexture)(OfxPropertySetHandle textureHandle);
/dports/graphics/openfx-arena/openfx-arena-Natron-2.3.14/OpenFX/include/
H A DofxOpenGLRender.h278 OfxPropertySetHandle *textureHandle);
301 OfxStatus (*clipFreeTexture)(OfxPropertySetHandle textureHandle);
/dports/editors/libreoffice/libreoffice-7.2.6.2/android/source/src/java/org/mozilla/gecko/gfx/
H A DScrollbarLayer.java259 int textureHandle = mTextureHandle; in draw() local
276 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
311 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
346 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
378 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
413 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
H A DNinePatchTileLayer.java99 int textureHandle = context.textureHandle; in drawPatch() local
115 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, coordBuffer); in drawPatch()
H A DSingleTileLayer.java131 int textureHandle = context.textureHandle; in draw() local
149 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, coordBuffer); in draw()
/dports/editors/libreoffice6/libreoffice-6.4.7.2/android/source/src/java/org/mozilla/gecko/gfx/
H A DScrollbarLayer.java259 int textureHandle = mTextureHandle; in draw() local
276 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
311 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
346 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
378 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
413 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, in draw()
H A DSingleTileLayer.java131 int textureHandle = context.textureHandle; in draw() local
149 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, coordBuffer); in draw()
H A DNinePatchTileLayer.java99 int textureHandle = context.textureHandle; in drawPatch() local
115 GLES20.glVertexAttribPointer(textureHandle, 2, GLES20.GL_FLOAT, false, 20, coordBuffer); in drawPatch()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/layers/opengl/
H A DMacIOSurfaceTextureHostOGL.cpp34 GLuint textureHandle; in CreateTextureSourceForPlane() local
36 gl->fGenTextures(1, &textureHandle); in CreateTextureSourceForPlane()
37 gl->fBindTexture(LOCAL_GL_TEXTURE_RECTANGLE_ARB, textureHandle); in CreateTextureSourceForPlane()
50 mProvider, textureHandle, LOCAL_GL_TEXTURE_RECTANGLE_ARB, in CreateTextureSourceForPlane()
/dports/devel/bullet/bullet3-3.21/examples/SimpleOpenGL3/
H A Dmain.cpp102 int textureHandle = app->m_renderer->registerTexture(image, textureWidth, textureHeight); in main() local
131 app->m_renderer->activateTexture(textureHandle); in main()
132 app->m_renderer->updateTexture(textureHandle, image); in main()
/dports/devel/py-bullet3/bullet3-3.21/examples/SimpleOpenGL3/
H A Dmain.cpp102 int textureHandle = app->m_renderer->registerTexture(image, textureWidth, textureHeight); in main() local
131 app->m_renderer->activateTexture(textureHandle); in main()
132 app->m_renderer->updateTexture(textureHandle, image); in main()
/dports/misc/usd/USD-21.11/pxr/imaging/hgiGL/
H A Dsampler.cpp118 HgiGLSampler::GetBindlessHandle(HgiTextureHandle const &textureHandle) in GetBindlessHandle() argument
120 GLuint textureId = textureHandle->GetRawResource(); in GetBindlessHandle()
/dports/www/firefox-esr/firefox-91.8.0/gfx/layers/opengl/
H A DMacIOSurfaceTextureHostOGL.cpp38 GLuint textureHandle; in CreateTextureSourceForPlane() local
40 gl->fGenTextures(1, &textureHandle); in CreateTextureSourceForPlane()
41 gl->fBindTexture(LOCAL_GL_TEXTURE_RECTANGLE_ARB, textureHandle); in CreateTextureSourceForPlane()
54 mProvider, textureHandle, LOCAL_GL_TEXTURE_RECTANGLE_ARB, in CreateTextureSourceForPlane()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/layers/opengl/
H A DMacIOSurfaceTextureHostOGL.cpp34 GLuint textureHandle; in CreateTextureSourceForPlane() local
36 gl->fGenTextures(1, &textureHandle); in CreateTextureSourceForPlane()
37 gl->fBindTexture(LOCAL_GL_TEXTURE_RECTANGLE_ARB, textureHandle); in CreateTextureSourceForPlane()
50 mProvider, textureHandle, LOCAL_GL_TEXTURE_RECTANGLE_ARB, in CreateTextureSourceForPlane()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/layers/opengl/
H A DMacIOSurfaceTextureHostOGL.cpp38 GLuint textureHandle; in CreateTextureSourceForPlane() local
40 gl->fGenTextures(1, &textureHandle); in CreateTextureSourceForPlane()
41 gl->fBindTexture(LOCAL_GL_TEXTURE_RECTANGLE_ARB, textureHandle); in CreateTextureSourceForPlane()
54 mProvider, textureHandle, LOCAL_GL_TEXTURE_RECTANGLE_ARB, in CreateTextureSourceForPlane()

1234