Home
last modified time | relevance | path

Searched refs:GL_TEXTURE_CUBE_MAP_NEGATIVE_Z (Results 1 – 25 of 1293) sorted by relevance

12345678910>>...52

/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles2/functional/
H A Des2fNegativeTextureApiTests.cpp57 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
176 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init()
648 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init()
665 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
788 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, -1, 1, 0); in init()
790 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 1, -1, 0); in init()
792 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, -1, -1, 0); in init()
939 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 16, 1); in init()
964 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 16, 0); in init()
1013 glCopyTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, -1, 0, 0, 0, 0, 0, 0); in init()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_texture_cube_map/
H A Dunusual-order.c65 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 32, 32, 0, in piglit_init()
79 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 32, 32, 0, in piglit_init()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles3/functional/
H A Des3fNegativeTextureApiTests.cpp108 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
217 glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in init()
555 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in init()
572 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in init()
678 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, -1, 1, 0); in init()
680 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 1, -1, 0); in init()
682 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, -1, -1, 0); in init()
807 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 0, 0, -1); in init()
809 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 0, 0, 1); in init()
835 glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA8, 0, 0, 0, 0, 0); in init()
[all …]
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/arb_shader_texture_lod/execution/
H A Dtexgradcube.c96 for (j = GL_TEXTURE_CUBE_MAP_POSITIVE_X; j <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; j++) { in piglit_init()
113 for (j = GL_TEXTURE_CUBE_MAP_POSITIVE_X; j <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; j++) { in piglit_init()
/dports/math/vtk9/VTK-9.1.0/Rendering/OpenGL2/
H A DvtkPanoramicProjectionPass.cxx96 for (int faceIndex = GL_TEXTURE_CUBE_MAP_POSITIVE_X; faceIndex <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in Render()
268 if (faceIndex == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z && this->Angle <= cullBackFaceAngle) in RenderOnFace()
327 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in RenderOnFace()
/dports/math/vtk8/VTK-8.2.0/Rendering/OpenGL2/
H A DvtkPanoramicProjectionPass.cxx96 for (int faceIndex = GL_TEXTURE_CUBE_MAP_POSITIVE_X; faceIndex <= GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in Render()
255 if (faceIndex == GL_TEXTURE_CUBE_MAP_NEGATIVE_Z && this->Angle < 180.0) in RenderOnFace()
312 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in RenderOnFace()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/general/
H A Dpbo-getteximage.c118 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, in test_getteximage()
169 glGetTexImage(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, in test_getteximage()
221 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, in test_gettexturesubimage()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/angle/third_party/VK-GL-CTS/src/modules/gles31/functional/
H A Des31fNegativeTextureApiTests.cpp70 case tcu::CUBEFACE_NEGATIVE_Z: return GL_TEXTURE_CUBE_MAP_NEGATIVE_Z; in cubeFaceToGLFace()
210 ctx.glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 0, 0, 0); in compressedteximage2d_invalid_format()
640 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, 0, 16, 16, 0); in copyteximage2d_invalid_format()
658 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 16, 17, 0); in copyteximage2d_inequal_width_height_cube()
767 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, -1, 1, 0); in copyteximage2d_neg_width_height()
769 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 1, -1, 0); in copyteximage2d_neg_width_height()
771 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, -1, -1, 0); in copyteximage2d_neg_width_height()
898 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 0, 0, -1); in copyteximage2d_invalid_border()
900 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGB, 0, 0, 0, 0, 1); in copyteximage2d_invalid_border()
927 ctx.glCopyTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA8, 0, 0, 0, 0, 0); in copyteximage2d_incomplete_framebuffer()
[all …]
/dports/lang/intel-compute-runtime/compute-runtime-21.52.22081/opencl/source/helpers/
H A Dgmm_types_converter.cpp66 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in getCubeFaceIndex()
/dports/www/firefox-esr/firefox-91.8.0/gfx/gl/
H A DGLDebugUtils.cpp28 HANDLE_GL_ENUM(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in GLenumToStr()
/dports/www/firefox/firefox-99.0/gfx/gl/
H A DGLDebugUtils.cpp28 HANDLE_GL_ENUM(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in GLenumToStr()
/dports/mail/thunderbird/thunderbird-91.8.0/gfx/gl/
H A DGLDebugUtils.cpp28 HANDLE_GL_ENUM(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in GLenumToStr()
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/gl/
H A DGLDebugUtils.cpp27 HANDLE_GL_ENUM(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in GLenumToStr()
/dports/lang/spidermonkey60/firefox-60.9.0/gfx/gl/
H A DGLDebugUtils.cpp28 HANDLE_GL_ENUM(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in GLenumToStr()
/dports/lang/spidermonkey78/firefox-78.9.0/gfx/gl/
H A DGLDebugUtils.cpp28 HANDLE_GL_ENUM(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z); in GLenumToStr()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/webgl/
H A Dwebgl_texture.cc72 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in MapTargetToIndex()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/spec/gl-3.2/layered-rendering/
H A Dframebuffer-layer-attachment-mismatch.c62 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z,
/dports/www/firefox-legacy/firefox-52.8.0esr/gfx/angle/src/tests/gl_tests/
H A DFramebufferTest.cpp288 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 8, 8, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
300 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 16, 16, 0, GL_RGBA, GL_UNSIGNED_BYTE, in TEST_P()
/dports/games/pioneer/pioneer-20210723/src/graphics/opengl/
H A DTextureGL.cpp176GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, compressTexture ? GLCompressedInternalFormat(descriptor.format)… in TextureGL()
194 …glCompressedTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, i, GLInternalFormat(descriptor.format), Wid… in TextureGL()
361 …glTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, 0, 0, dataSize.x, dataSize.y, GLImageFormat(for… in Update()
381 …glCompressedTexSubImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, i, 0, 0, Width, Height, oglInternalForma… in Update()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/webgl/
H A Dwebgl_texture.cc79 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in MapTargetToIndex()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/fbo/
H A Dfbo-incomplete-texture-03.c80 glTexImage2D(GL_TEXTURE_CUBE_MAP_NEGATIVE_Z, 0, GL_RGBA, 64, 64, 0, in piglit_init()
/dports/games/foobillard/foobillard-3.0a/src/
H A Doptions.h202 #define GL_TEXTURE_CUBE_MAP_NEGATIVE_Z_ARB GL_TEXTURE_CUBE_MAP_NEGATIVE_Z
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/gpu/
H A Dextensions_3d_util.cc94 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in CanUseCopyTextureCHROMIUM()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/gpu/
H A Dextensions_3d_util.cc94 case GL_TEXTURE_CUBE_MAP_NEGATIVE_Z: in CanUseCopyTextureCHROMIUM()
/dports/graphics/piglit/piglit-136a7f5fa0703603be1ffb338abe4865e76a8058/tests/texturing/
H A Dincomplete-cubemap.c48 GL_TEXTURE_CUBE_MAP_NEGATIVE_Z

12345678910>>...52