Home
last modified time | relevance | path

Searched defs:texture (Results 126 – 150 of 10015) sorted by relevance

12345678910>>...401

/dports/multimedia/kodi/xbmc-19.3-Matrix/xbmc/guilib/
H A DGUITextureGLES.cpp23 float posX, float posY, float width, float height, const CTextureInfo& texture) in CreateTexture()
29 float posX, float posY, float width, float height, const CTextureInfo& texture) in CGUITextureGLES()
42 CTexture* texture = m_texture.m_textures[m_currentFrame]; in Begin() local
143 void CGUITextureGLES::Draw(float *x, float *y, float *z, const CRect &texture, const CRect &diffuse… in Draw()
231 CTexture* texture, in DrawQuad()
/dports/games/fs2open/fs2open.github.com-release_21_4_1/code/render/
H A Dbatching.cpp85 void batching_determine_blend_color(color *clr, int texture, float alpha) in batching_determine_blend_color()
409 void batching_add_quad_internal(primitive_batch *batch, int texture, vertex *verts) in batching_add_quad_internal()
434 void batching_add_tri_internal(primitive_batch *batch, int texture, vertex *verts) in batching_add_tri_internal()
605 void batching_add_bitmap(int texture, vertex *pnt, int orient, float rad, float alpha, float depth) in batching_add_bitmap()
620 void batching_add_volume_bitmap(int texture, vertex *pnt, int orient, float rad, float alpha, float… in batching_add_volume_bitmap()
641 void batching_add_volume_bitmap_rotated(int texture, vertex *pnt, float angle, float rad, float alp… in batching_add_volume_bitmap_rotated()
700 void batching_add_beam(int texture, vec3d *start, vec3d *end, float width, float intensity) in batching_add_beam()
715 void batching_add_laser(int texture, vec3d *p0, float width1, vec3d *p1, float width2, int r, int g… in batching_add_laser()
726 void batching_add_polygon(int texture, vec3d *pos, matrix *orient, float width, float height, float… in batching_add_polygon()
741 void batching_add_quad(int texture, vertex *verts) in batching_add_quad()
[all …]
/dports/games/lwjgl/lwjgl-2df01dd/src/templates/org/lwjgl/opengl/
H A DINTEL_map_texture.java60 …t texture, int level, @Helper(passToNative = true) @GLsizeiptr long length, @GLbitfield int access, in glMapTexture2DINTEL()
63 void glUnmapTexture2DINTEL(@GLuint int texture, int level); in glUnmapTexture2DINTEL()
65 void glSyncTextureINTEL(@GLuint int texture); in glSyncTextureINTEL()
/dports/devel/boost-docs/boost_1_72_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/devel/boost-python-libs/boost_1_72_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/databases/xtrabackup/boost_1_59_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/databases/percona57-pam-for-mysql/boost_1_59_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/databases/mysqlwsrep57-server/boost_1_59_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/databases/percona57-server/boost_1_59_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/databases/percona57-client/boost_1_59_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/devel/boost-libs/boost_1_72_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/x11-toolkits/kf5-kirigami2/kirigami2-5.89.0/src/scenegraph/
H A Dmanagedtexturenode.cpp15 void ManagedTextureNode::setTexture(QSharedPointer<QSGTexture> texture) in setTexture()
33 QSharedPointer<QSGTexture> texture = d->cache.value(id).value(window).toStrongRef(); in loadTexture() local
36 auto cleanAndDelete = [this, window, id](QSGTexture *texture) { in loadTexture()
/dports/devel/hyperscan/boost_1_75_0/libs/flyweight/example/
H A Dkey_value.cpp23 class texture class
26 texture(const std::string& filename):filename(filename) in texture() function in texture
31 texture(const texture& x):filename(x.filename) in texture() function in texture
/dports/emulators/mess/mame-mame0226/3rdparty/SDL2/src/render/
H A DSDL_render.c41 #define CHECK_TEXTURE_MAGIC(texture, retval) \ argument
412 SDL_Texture *texture; in SDL_CreateTexture() local
510 SDL_Texture *texture; in SDL_CreateTextureFromSurface() local
656 SDL_SetTextureAlphaMod(SDL_Texture * texture, Uint8 alpha) in SDL_SetTextureAlphaMod()
679 SDL_GetTextureAlphaMod(SDL_Texture * texture, Uint8 * alpha) in SDL_GetTextureAlphaMod()
961 SDL_LockTexture(SDL_Texture * texture, const SDL_Rect * rect, in SDL_LockTexture()
992 SDL_UnlockTextureYUV(SDL_Texture * texture) in SDL_UnlockTextureYUV()
1013 SDL_UnlockTextureNative(SDL_Texture * texture) in SDL_UnlockTextureNative()
1034 SDL_UnlockTexture(SDL_Texture * texture) in SDL_UnlockTexture()
1886 SDL_DestroyTexture(SDL_Texture * texture) in SDL_DestroyTexture()
[all …]
/dports/emulators/mame/mame-mame0226/3rdparty/SDL2/src/render/
H A DSDL_render.c41 #define CHECK_TEXTURE_MAGIC(texture, retval) \ argument
412 SDL_Texture *texture; in SDL_CreateTexture() local
510 SDL_Texture *texture; in SDL_CreateTextureFromSurface() local
656 SDL_SetTextureAlphaMod(SDL_Texture * texture, Uint8 alpha) in SDL_SetTextureAlphaMod()
679 SDL_GetTextureAlphaMod(SDL_Texture * texture, Uint8 * alpha) in SDL_GetTextureAlphaMod()
961 SDL_LockTexture(SDL_Texture * texture, const SDL_Rect * rect, in SDL_LockTexture()
992 SDL_UnlockTextureYUV(SDL_Texture * texture) in SDL_UnlockTextureYUV()
1013 SDL_UnlockTextureNative(SDL_Texture * texture) in SDL_UnlockTextureNative()
1034 SDL_UnlockTexture(SDL_Texture * texture) in SDL_UnlockTexture()
1886 SDL_DestroyTexture(SDL_Texture * texture) in SDL_DestroyTexture()
[all …]
/dports/graphics/urho3d/Urho3D-1.7.1/Source/ThirdParty/SDL/src/render/
H A DSDL_render.c41 #define CHECK_TEXTURE_MAGIC(texture, retval) \ argument
412 SDL_Texture *texture; in SDL_CreateTexture() local
510 SDL_Texture *texture; in SDL_CreateTextureFromSurface() local
656 SDL_SetTextureAlphaMod(SDL_Texture * texture, Uint8 alpha) in SDL_SetTextureAlphaMod()
679 SDL_GetTextureAlphaMod(SDL_Texture * texture, Uint8 * alpha) in SDL_GetTextureAlphaMod()
961 SDL_LockTexture(SDL_Texture * texture, const SDL_Rect * rect, in SDL_LockTexture()
992 SDL_UnlockTextureYUV(SDL_Texture * texture) in SDL_UnlockTextureYUV()
1013 SDL_UnlockTextureNative(SDL_Texture * texture) in SDL_UnlockTextureNative()
1034 SDL_UnlockTexture(SDL_Texture * texture) in SDL_UnlockTexture()
1886 SDL_DestroyTexture(SDL_Texture * texture) in SDL_DestroyTexture()
[all …]
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/angle/samples/sample_util/
H A Dtexture_utils.cpp16 GLuint texture; in CreateSimpleTexture2D() local
43 GLuint texture; in CreateSimpleTextureCubemap() local
109 GLuint texture; in CreateMipMappedTexture2D() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/samples/sample_util/
H A Dtexture_utils.cpp16 GLuint texture; in CreateSimpleTexture2D() local
43 GLuint texture; in CreateSimpleTextureCubemap() local
109 GLuint texture; in CreateMipMappedTexture2D() local
/dports/graphics/qt5-3d/kde-qt3d-5.15.2p39/src/extras/defaults/
H A Dqabstractspritesheet.cpp63 void QAbstractSpriteSheetPrivate::updateTexture(Qt3DRender::QAbstractTexture *texture) in updateTexture()
107 Qt3DRender::QAbstractTexture *QAbstractSpriteSheet::texture() const in texture() function in Qt3DExtras::QAbstractSpriteSheet
113 void QAbstractSpriteSheet::setTexture(Qt3DRender::QAbstractTexture *texture) in setTexture()
/dports/games/warmux/warmux-11.04/build/android/jni/sdl/src/video/android/
H A DSDL_renderer_gles.c164 GLuint texture; member
411 GLES_CreateTexture(SDL_Renderer * renderer, SDL_Texture * texture) in GLES_CreateTexture()
513 GLES_QueryTexturePixels(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_QueryTexturePixels()
524 GLES_SetTexturePalette(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_SetTexturePalette()
532 GLES_GetTexturePalette(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_GetTexturePalette()
597 GLES_UpdateTexture(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_UpdateTexture()
643 GLES_LockTexture(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_LockTexture()
661 GLES_UnlockTexture(SDL_Renderer * renderer, SDL_Texture * texture) in GLES_UnlockTexture()
666 GLES_DirtyTexture(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_DirtyTexture()
859 GLES_RenderCopy(SDL_Renderer * renderer, SDL_Texture * texture, in GLES_RenderCopy()
[all …]
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgpu-cts/src/src/webgpu/api/validation/copy_between_linear_data_and_texture/
H A DcopyBetweenLinearDataAndTexture_dataRelated.spec.ts37 const texture = t.device.createTexture({ constant
75 const texture = t.device.createTexture({ constant
151 const texture = t.createAlignedTexture(format, size); constant
180 const texture = t.createAlignedTexture(format, size); constant
204 const texture = t.createAlignedTexture(format, size); constant
253 const texture = t.createAlignedTexture(format, size); constant
282 const texture = t.device.createTexture({ constant
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/gpu/command_buffer/service/
H A Dmailbox_manager_sync.cc127 Texture* texture) { in AddTexture()
136 Texture* texture) { in RemoveTexture()
186 bool MailboxManagerSync::SkipTextureWorkarounds(const Texture* texture) { in SkipTextureWorkarounds()
209 Texture* texture = group->FindTexture(this); in ConsumeTexture() local
241 Texture* texture = Texture::CheckedCast(texture_base); in ProduceTexture() local
274 Texture* texture = Texture::CheckedCast(texture_base); in TextureDeleted() local
289 Texture* texture = Texture::CheckedCast(texture_base); in UpdateDefinitionLocked() local
346 Texture* texture = it->first; in PullTextureUpdates() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/gpu/command_buffer/service/
H A Dmailbox_manager_sync.cc127 Texture* texture) { in AddTexture()
136 Texture* texture) { in RemoveTexture()
186 bool MailboxManagerSync::SkipTextureWorkarounds(const Texture* texture) { in SkipTextureWorkarounds()
209 Texture* texture = group->FindTexture(this); in ConsumeTexture() local
241 Texture* texture = Texture::CheckedCast(texture_base); in ProduceTexture() local
274 Texture* texture = Texture::CheckedCast(texture_base); in TextureDeleted() local
289 Texture* texture = Texture::CheckedCast(texture_base); in UpdateDefinitionLocked() local
346 Texture* texture = it->first; in PullTextureUpdates() local
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/src/tests/gl_tests/
H A DWebGLCompatibilityTest.cpp132 GLTexture texture; in TestFloatTextureFormat() local
460 GLTexture texture; in TEST_P() local
634 GLTexture texture; in TEST_P() local
726 GLTexture texture; in TEST_P() local
999 GLTexture texture; in TEST_P() local
2292 GLTexture texture; in TEST_P() local
2394 GLTexture texture; in TEST_P() local
2465 GLTexture texture; in TEST_P() local
2539 GLTexture texture; in TEST_P() local
2730 GLTexture texture; in TEST_P() local
[all …]
/dports/editors/libreoffice/libreoffice-7.2.6.2/drawinglayer/inc/texture/
H A Dtexture3d.hxx29 namespace drawinglayer::texture namespace
49 namespace drawinglayer::texture namespace
82 namespace drawinglayer::texture namespace
108 namespace drawinglayer::texture namespace

12345678910>>...401