Home
last modified time | relevance | path

Searched refs:textureformat (Results 1 – 25 of 52) sorted by relevance

123

/dports/graphics/openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/gettextureinfo/
H A Dtest.osl26 string textureformat;
27 r = gettextureinfo (filename, "textureformat", textureformat);
28 printf ("%s textureformat: %s (%d)\n", filename, textureformat, r);
76 r = gettextureinfo (badfile, "textureformat", data);
84 r = gettextureinfo (badfile, "textureformat", data);
/dports/graphics/py-openshadinglanguage/OpenShadingLanguage-Release-1.11.15.0/testsuite/gettextureinfo/
H A Dtest.osl26 string textureformat;
27 r = gettextureinfo (filename, "textureformat", textureformat);
28 printf ("%s textureformat: %s (%d)\n", filename, textureformat, r);
76 r = gettextureinfo (badfile, "textureformat", data);
84 r = gettextureinfo (badfile, "textureformat", data);
/dports/games/sea-defender/Sea-Defender-d628051/snoutlib/
H A Drtt_fbo.cpp7 …uffers, unsigned int size_x, unsigned int size_y, bool msaa, bool depth_tex,GLenum textureformat) : in RTT_FBO() argument
74 …glTexImage2D(GL_TEXTURE_2D, 0, textureformat, m_width, m_height, 0, textureformat, GL_UNSIGNED_BYT… in RTT_FBO()
103 … my_glRenderbufferStorageMultisample(GL_RENDERBUFFER_EXT,samples,textureformat, m_width, m_height); in RTT_FBO()
H A Drtt_fbo.h27 bool msaa = true, bool depth_tex = false,GLenum textureformat=GL_RGB);
/dports/games/doomlegacy/doomlegacy_1.48.8_source/src/hardware/
H A Dhw_glob.h134 extern int textureformat;
H A Dhw_cache.c139 int textureformat = GR_TEXFMT_P_8; // use chromakey for hole variable
580 mipmap->grInfo.format = textureformat; in HWR_GenerateTexture()
976 if( patchformat == GR_RGBA || textureformat == GR_RGBA ) in HWR_SetPalette()
1416 grpatch->mipmap.grInfo.format = textureformat; // can be set by driver in HWR_GetPic()
/dports/www/firefox-esr/firefox-91.8.0/dom/canvas/test/webgl-conf/checkout/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/lang/spidermonkey78/firefox-78.9.0/dom/canvas/test/webgl-conf/checkout/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/conformance-suites/2.0.0/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/www/firefox/firefox-99.0/dom/canvas/test/webgl-conf/checkout/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/mail/thunderbird/thunderbird-91.8.0/dom/canvas/test/webgl-conf/checkout/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/test/webgl-conf/checkout/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/webgl/src/sdk/tests/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/test/webgl-conf/checkout/deqp/
H A DREADME.md11 functional/gles3/textureformat.html?filter=2d
/dports/games/SRB2/SRB2-SRB2_release_2.2.9/src/hardware/
H A Dhw_glob.h137 extern INT32 textureformat;
H A Dhw_cache.c33 INT32 textureformat = GL_TEXFMT_P_8; // use chromakey for hole variable
475 grtex->mipmap.format = textureformat; in HWR_GenerateTexture()
768 if (patchformat == GL_TEXFMT_RGBA || textureformat == GL_TEXFMT_RGBA) in HWR_SetPalette()
1194 grPatch->mipmap->format = textureformat; // can be set by driver in HWR_GetPic()
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/openexr.imageio/
H A Dexroutput.cpp725 std::string textureformat = spec.get_string_attribute("textureformat", ""); in spec_to_header() local
726 if (Strutil::iequals(textureformat, "CubeFace Environment")) { in spec_to_header()
728 } else if (Strutil::iequals(textureformat, "LatLong Environment")) { in spec_to_header()
782 std::string textureformat = spec.get_string_attribute("textureformat", ""); in figure_mip() local
783 if (Strutil::iequals(textureformat, "Plain Texture")) { in figure_mip()
786 } else if (Strutil::iequals(textureformat, "CubeFace Environment")) { in figure_mip()
789 } else if (Strutil::iequals(textureformat, "LatLong Environment")) { in figure_mip()
792 } else if (Strutil::iequals(textureformat, "Shadow")) { in figure_mip()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/openexr.imageio/
H A Dexroutput.cpp725 std::string textureformat = spec.get_string_attribute("textureformat", ""); in spec_to_header() local
726 if (Strutil::iequals(textureformat, "CubeFace Environment")) { in spec_to_header()
728 } else if (Strutil::iequals(textureformat, "LatLong Environment")) { in spec_to_header()
782 std::string textureformat = spec.get_string_attribute("textureformat", ""); in figure_mip() local
783 if (Strutil::iequals(textureformat, "Plain Texture")) { in figure_mip()
786 } else if (Strutil::iequals(textureformat, "CubeFace Environment")) { in figure_mip()
789 } else if (Strutil::iequals(textureformat, "LatLong Environment")) { in figure_mip()
792 } else if (Strutil::iequals(textureformat, "Shadow")) { in figure_mip()
/dports/graphics/appleseed/appleseed-2.1.0-beta/src/appleseed.shaders/src/appleseed/
H A Das_texture_info.osl216 gettextureinfo(in_texture_file, "textureformat", out_texture_format);
H A Das_texture3d.osl299 gettextureinfo(in_filename, "textureformat", texture_format);
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dformatspec.cpp1172 string_view textureformat = spec.get_string_attribute("textureformat"); in check_texture_metadata_sanity() local
1173 if (textureformat == "" || // no `textureformat` tag -- not a texture in check_texture_metadata_sanity()
/dports/graphics/py-openimageio/oiio-Release-2.2.16.0/src/libOpenImageIO/
H A Dformatspec.cpp1172 string_view textureformat = spec.get_string_attribute("textureformat"); in check_texture_metadata_sanity() local
1173 if (textureformat == "" || // no `textureformat` tag -- not a texture in check_texture_metadata_sanity()
/dports/lang/spidermonkey60/firefox-60.9.0/dom/canvas/test/webgl-conf/
H A Dgenerated-mochitest.ini4142 checkout/deqp/functional/gles3/textureformat/00_test_list.txt
4143 checkout/deqp/functional/gles3/textureformat/compressed_2d.html
4144 checkout/deqp/functional/gles3/textureformat/compressed_cube.html
4157 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_00.html
4158 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_01.html
4159 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_02.html
4160 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_03.html
4177 checkout/deqp/functional/gles3/textureformat/sized_depth_stencil.html
4179 checkout/deqp/functional/gles3/textureformat/unsized_2d.html
4180 checkout/deqp/functional/gles3/textureformat/unsized_2d_array.html
[all …]
/dports/www/firefox-legacy/firefox-52.8.0esr/dom/canvas/test/webgl-conf/
H A Dgenerated-mochitest.ini4142 checkout/deqp/functional/gles3/textureformat/00_test_list.txt
4143 checkout/deqp/functional/gles3/textureformat/compressed_2d.html
4144 checkout/deqp/functional/gles3/textureformat/compressed_cube.html
4157 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_00.html
4158 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_01.html
4159 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_02.html
4160 checkout/deqp/functional/gles3/textureformat/sized_color_2d_pot_03.html
4177 checkout/deqp/functional/gles3/textureformat/sized_depth_stencil.html
4179 checkout/deqp/functional/gles3/textureformat/unsized_2d.html
4180 checkout/deqp/functional/gles3/textureformat/unsized_2d_array.html
[all …]
/dports/graphics/openimageio/oiio-Release-2.2.16.0/src/libtexture/
H A Dimagecache.cpp711 const char* textureformat = *(const char**)p->data(); in init_from_spec() local
713 if (Strutil::iequals(textureformat, in init_from_spec()
2657 ustring s(texture_type_name(file->textureformat())); in get_image_info()
2662 ustring s(texture_format_name(file->textureformat())); in get_image_info()

123