Home
last modified time | relevance | path

Searched refs:test_gl (Results 1 – 21 of 21) sorted by relevance

/dports/www/chromium-legacy/chromium-88.0.4324.182/components/viz/service/display/
H A Dshader_unittest.cc20 gpu::gles2::GLES2Interface* test_gl = provider->ContextGL(); in TEST() local
31 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
34 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
37 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
40 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
45 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
48 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
51 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
54 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
H A Dgl_renderer_copier_unittest.cc78 CopierTestGLES2Interface* test_gl() const { in test_gl() function in viz::GLRendererCopierTest
171 test_gl()->SetOptimalReadbackFormat(GL_BGRA_EXT, GL_UNSIGNED_BYTE); in TEST_F()
176 test_gl()->SetOptimalReadbackFormat(GL_RGBA, GL_UNSIGNED_BYTE); in TEST_F()
181 test_gl()->SetOptimalReadbackFormat(GL_RGB, GL_UNSIGNED_BYTE); in TEST_F()
186 test_gl()->SetOptimalReadbackFormat(GL_BGRA_EXT, GL_UNSIGNED_SHORT); in TEST_F()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/components/viz/service/display/
H A Dshader_unittest.cc20 gpu::gles2::GLES2Interface* test_gl = provider->ContextGL(); in TEST() local
31 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
34 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
37 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
40 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
45 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
48 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
51 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
54 TexCoordPrecisionRequired(test_gl, &threshold_cache, threshold_min, in TEST()
H A Dgl_renderer_copier_unittest.cc76 CopierTestGLES2Interface* test_gl() const { in test_gl() function in viz::GLRendererCopierTest
168 test_gl()->SetOptimalReadbackFormat(GL_BGRA_EXT, GL_UNSIGNED_BYTE); in TEST_F()
173 test_gl()->SetOptimalReadbackFormat(GL_RGBA, GL_UNSIGNED_BYTE); in TEST_F()
178 test_gl()->SetOptimalReadbackFormat(GL_RGB, GL_UNSIGNED_BYTE); in TEST_F()
183 test_gl()->SetOptimalReadbackFormat(GL_BGRA_EXT, GL_UNSIGNED_SHORT); in TEST_F()
/dports/graphics/py-PyOpenGL/PyOpenGL-3.1.5/tests/
H A Dcheck_egl_opengl.py7 def test_gl( ): function
12 test_gl()
H A Dcheck_egl_es2.py11 def test_gl( ): function
48 test_gl()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_provider_test.cc51 auto* test_gl = test_context_provider_->UnboundTestContextGL(); in SetUp() local
52 test_gl->set_max_texture_size(kMaxTextureSize); in SetUp()
53 test_gl->set_support_texture_storage_image(true); in SetUp()
54 test_gl->set_supports_shared_image_swap_chain(true); in SetUp()
55 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::RGBA_8888, in SetUp()
57 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::BGRA_8888, in SetUp()
59 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::RGBA_F16, in SetUp()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/platform/graphics/
H A Dcanvas_resource_provider_test.cc51 auto* test_gl = test_context_provider_->UnboundTestContextGL(); in SetUp() local
52 test_gl->set_max_texture_size(kMaxTextureSize); in SetUp()
53 test_gl->set_support_texture_storage_image(true); in SetUp()
54 test_gl->set_supports_shared_image_swap_chain(true); in SetUp()
55 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::RGBA_8888, in SetUp()
57 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::BGRA_8888, in SetUp()
59 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::RGBA_F16, in SetUp()
/dports/www/qt5-webengine/qtwebengine-everywhere-src-5.15.2/src/3rdparty/chromium/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_test.cc1245 auto* test_gl = context_provider->UnboundTestContextGL(); in CreateContextProvider() local
1246 test_gl->set_max_texture_size(1024); in CreateContextProvider()
1247 test_gl->set_support_texture_storage_image(true); in CreateContextProvider()
1248 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::BGRA_8888, in CreateContextProvider()
1292 auto* test_gl = context_provider->UnboundTestContextGL(); in CreateContextProvider() local
1293 test_gl->set_max_texture_size(1024); in CreateContextProvider()
1294 test_gl->set_supports_shared_image_swap_chain(true); in CreateContextProvider()
/dports/www/chromium-legacy/chromium-88.0.4324.182/third_party/blink/renderer/modules/canvas/canvas2d/
H A Dcanvas_rendering_context_2d_test.cc1200 auto* test_gl = context_provider->UnboundTestContextGL(); in CreateContextProvider() local
1201 test_gl->set_max_texture_size(1024); in CreateContextProvider()
1202 test_gl->set_support_texture_storage_image(true); in CreateContextProvider()
1203 test_gl->set_supports_gpu_memory_buffer_format(gfx::BufferFormat::BGRA_8888, in CreateContextProvider()
1248 auto* test_gl = context_provider->UnboundTestContextGL(); in CreateContextProvider() local
1249 test_gl->set_max_texture_size(1024); in CreateContextProvider()
1250 test_gl->set_supports_shared_image_swap_chain(true); in CreateContextProvider()
/dports/lang/python-legacy/Python-2.7.18/Lib/ctypes/test/
H A Dtest_find.py55 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python27/Python-2.7.18/Lib/ctypes/test/
H A Dtest_find.py55 def test_gl(self): member in Test_OpenGL_libs
/dports/databases/py-gdbm/Python-3.8.12/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs
/dports/databases/py-sqlite3/Python-3.8.12/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python310/Python-3.10.1/Lib/ctypes/test/
H A Dtest_find.py54 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python37/Python-3.7.12/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python-tools/Python-3.8.12/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python39/Python-3.9.9/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs
/dports/x11-toolkits/py-tkinter/Python-3.8.12/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python311/Python-3.11.0a3/Lib/ctypes/test/
H A Dtest_find.py54 def test_gl(self): member in Test_OpenGL_libs
/dports/lang/python38/Python-3.8.12/Lib/ctypes/test/
H A Dtest_find.py53 def test_gl(self): member in Test_OpenGL_libs