Home
last modified time | relevance | path

Searched refs:opengl (Results 1 – 25 of 340) sorted by relevance

12345678910>>...14

/third_party/ffmpeg/libavdevice/
Dopengl_enc.c281 static av_cold int opengl_init_context(OpenGLContext *opengl);
283 static av_cold void opengl_deinit_context(OpenGLContext *opengl) in opengl_deinit_context() argument
285 glDeleteTextures(4, opengl->texture_name); in opengl_deinit_context()
286 opengl->texture_name[0] = opengl->texture_name[1] = in opengl_deinit_context()
287 opengl->texture_name[2] = opengl->texture_name[3] = 0; in opengl_deinit_context()
288 if (opengl->glprocs.glUseProgram) in opengl_deinit_context()
289 opengl->glprocs.glUseProgram(0); in opengl_deinit_context()
290 if (opengl->glprocs.glDeleteProgram) { in opengl_deinit_context()
291 opengl->glprocs.glDeleteProgram(opengl->program); in opengl_deinit_context()
292 opengl->program = 0; in opengl_deinit_context()
[all …]
/third_party/mesa3d/src/broadcom/ci/
Dvc4-rpi3-fails.txt429 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
444 spec@!opengl 1.0@gl-1.0-bitmap-heart-dance,Fail
445 spec@!opengl 1.0@gl-1.0-dlist-bitmap,Crash
446 spec@!opengl 1.0@gl-1.0-drawbuffer-modes,Fail
447 spec@!opengl 1.0@gl-1.0-edgeflag,Fail
448 spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
449 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
450 spec@!opengl 1.0@gl-1.0-logicop,Crash
451 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
452 spec@!opengl 1.0@gl-1.0-scissor-offscreen,Fail
[all …]
Dv3d-rpi4-fails.txt8 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
20 spec@!opengl 1.0@gl-1.0-bitmap-heart-dance,Fail
21 spec@!opengl 1.0@gl-1.0-dlist-bitmap,Fail
22 spec@!opengl 1.0@gl-1.0-edgeflag,Fail
23 spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
24 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
25 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
26 spec@!opengl 1.0@gl-1.0-spot-light,Fail
27 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
28 spec@!opengl 1.1@depthstencil-default_fb-drawpixels-24_8 samples=2,Fail
[all …]
Dv3d-rpi4-skips.txt2 spec@!opengl 1.1@streaming-texture-leak
3 spec@!opengl 1.2@tex3d-maxsize
7 spec@!opengl 1.0@gl-1.0-blend-func
22 spec@!opengl 1.1@streaming-texture-leak
23 spec@!opengl 1.2@tex3d-maxsize
27 spec@!opengl 1.0@gl-1.0-blend-func
/third_party/vk-gl-cts/framework/opengl/
DBUILD.gn14 # deqp framwork opengl build
26 "//third_party/vk-gl-cts/framework/opengl/gluDrawUtil.cpp",
27 "//third_party/vk-gl-cts/framework/opengl/gluProgramInterfaceQuery.cpp",
28 "//third_party/vk-gl-cts/framework/opengl/gluStateReset.cpp",
29 "//third_party/vk-gl-cts/framework/opengl/gluVarTypeUtil.cpp",
30 "//third_party/vk-gl-cts/framework/opengl/gluDummyRenderContext.cpp",
31 "//third_party/vk-gl-cts/framework/opengl/gluRenderConfig.cpp",
32 "//third_party/vk-gl-cts/framework/opengl/gluStrUtil.cpp",
33 "//third_party/vk-gl-cts/framework/opengl/gluCallLogWrapper.cpp",
34 "//third_party/vk-gl-cts/framework/opengl/gluFboRenderContext.cpp",
[all …]
/third_party/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFeatureSupportGL.md7 |Framebuffer/renderbuffer objects|3.0|[GL_EXT_framebuffer_object](https://www.opengl.org/registry/s…
8 |Blit framebuffer|3.0|[GL_EXT_framebuffer_blit](https://www.opengl.org/registry/specs/EXT/framebuff…
9 |Multisampling|3.0|[GL_EXT_framebuffer_multisample](https://www.opengl.org/registry/specs/EXT/frame…
10 |Depth textures|3.0|[GL_ARB_depth_texture](https://www.opengl.org/registry/specs/ARB/depth_texture.…
11 …ARB_draw_buffers](https://www.opengl.org/registry/specs/ARB/draw_buffers.txt) or [GL_EXT_draw_buff…
12 |3D textures|1.2|[GL_EXT_texture3D](https://www.opengl.org/registry/specs/EXT/texture3D.txt)|3.0|[G…
13 |Array textures|3.0|[GL_EXT_texture_array](https://www.opengl.org/registry/specs/EXT/texture_array.…
15 |Uniform buffer object|3.1|[GL_ARB_uniform_buffer_object](https://www.opengl.org/registry/specs/ARB…
16 |Sync objects|3.2|[GL_ARB_sync](https://www.opengl.org/registry/specs/ARB/sync.txt)|3.0|--||
17 …e objects|--|[GL_NV_fence](https://www.opengl.org/registry/specs/NV/fence.txt)|--|[GL_NV_fence](ht…
[all …]
/third_party/flutter/skia/third_party/externals/angle2/src/libANGLE/renderer/gl/
DFeatureSupportGL.md7 |Framebuffer/renderbuffer objects|3.0|[GL_EXT_framebuffer_object](https://www.opengl.org/registry/s…
8 |Blit framebuffer|3.0|[GL_EXT_framebuffer_blit](https://www.opengl.org/registry/specs/EXT/framebuff…
9 |Multisampling|3.0|[GL_EXT_framebuffer_multisample](https://www.opengl.org/registry/specs/EXT/frame…
10 |Depth textures|3.0|[GL_ARB_depth_texture](https://www.opengl.org/registry/specs/ARB/depth_texture.…
11 …ARB_draw_buffers](https://www.opengl.org/registry/specs/ARB/draw_buffers.txt) or [GL_EXT_draw_buff…
12 |3D textures|1.2|[GL_EXT_texture3D](https://www.opengl.org/registry/specs/EXT/texture3D.txt)|3.0|[G…
13 |Array textures|3.0|[GL_EXT_texture_array](https://www.opengl.org/registry/specs/EXT/texture_array.…
15 |Uniform buffer object|3.1|[GL_ARB_uniform_buffer_object](https://www.opengl.org/registry/specs/ARB…
16 |Sync objects|3.2|[GL_ARB_sync](https://www.opengl.org/registry/specs/ARB/sync.txt)|3.0|--||
17 …e objects|--|[GL_NV_fence](https://www.opengl.org/registry/specs/NV/fence.txt)|--|[GL_NV_fence](ht…
[all …]
/third_party/skia/third_party/externals/dawn/src/dawn_native/
DCMakeLists.txt389 "${Dawn_SOURCE_DIR}/src/dawn_native/opengl/supported_extensions.json"
396 "opengl/BackendGL.cpp"
397 "opengl/BackendGL.h"
398 "opengl/BindGroupGL.cpp"
399 "opengl/BindGroupGL.h"
400 "opengl/BindGroupLayoutGL.cpp"
401 "opengl/BindGroupLayoutGL.h"
402 "opengl/BufferGL.cpp"
403 "opengl/BufferGL.h"
404 "opengl/CommandBufferGL.cpp"
[all …]
DBUILD.gn127 rebase_path("opengl/supported_extensions.json", root_build_dir),
130 "src/dawn_native/opengl/OpenGLFunctionsBase_autogen.cpp",
131 "src/dawn_native/opengl/OpenGLFunctionsBase_autogen.h",
132 "src/dawn_native/opengl/opengl_platform_autogen.h",
523 "opengl/BackendGL.cpp",
524 "opengl/BackendGL.h",
525 "opengl/BindGroupGL.cpp",
526 "opengl/BindGroupGL.h",
527 "opengl/BindGroupLayoutGL.cpp",
528 "opengl/BindGroupLayoutGL.h",
[all …]
/third_party/mesa3d/src/panfrost/ci/
Dpanfrost-g52-fails.txt1 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
943 spec@!opengl 1.0@gl-1.0-edgeflag-const,Fail
944 spec@!opengl 1.0@gl-1.0-edgeflag,Fail
945 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Fail
946 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
947 spec@!opengl 1.0@gl-1.0-spot-light,Fail
948 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
949 spec@!opengl 1.0@rasterpos,Crash
950 spec@!opengl 1.1@clipflat,Fail
951 spec@!opengl 1.1@clipflat@glBegin/End(GL_QUADS)- glFrontFace(GL_CCW)- glPolygonMode(GL_FILL)- quadr…
[all …]
/third_party/flutter/skia/platform_tools/android/apps/skar_java/src/main/java/com/google/skar/
DCanvasMatrixUtil.java64 android.opengl.Matrix.setIdentityM(viewPort, 0); in createViewportMatrix()
65 android.opengl.Matrix.translateM(viewPort, 0, width / 2, height / 2, 0); in createViewportMatrix()
66 android.opengl.Matrix.scaleM(viewPort, 0, width / 2, -height / 2, 0); in createViewportMatrix()
80 android.opengl.Matrix.setIdentityM(rotation, 0); in createXYtoXZRotationMatrix()
81 android.opengl.Matrix.rotateM(rotation, 0, 90, 1, 0, 0); in createXYtoXZRotationMatrix()
125 android.opengl.Matrix.multiplyMV(result, 0, m4, 0, v4, 0); in multiplyMatrixVector()
144 android.opengl.Matrix.setIdentityM(result, 0); in multiplyMatrices4x4()
148 android.opengl.Matrix.multiplyMM(result, 0, lhs, 0, rhs, 0); in multiplyMatrices4x4()
/third_party/flutter/skia/third_party/dawn/
DBUILD.gn187 "dawn_native/opengl/OpenGLFunctionsBase_autogen.cpp",
188 "dawn_native/opengl/OpenGLFunctionsBase_autogen.h",
189 "dawn_native/opengl/opengl_platform_autogen.h",
438 "src/dawn_native/opengl/BackendGL.cpp",
439 "src/dawn_native/opengl/BackendGL.h",
440 "src/dawn_native/opengl/BufferGL.cpp",
441 "src/dawn_native/opengl/BufferGL.h",
442 "src/dawn_native/opengl/CommandBufferGL.cpp",
443 "src/dawn_native/opengl/CommandBufferGL.h",
444 "src/dawn_native/opengl/ComputePipelineGL.cpp",
[all …]
/third_party/vk-gl-cts/framework/opengl/wrapper/
DBUILD.gn14 # deqp framwork opengl wrapper build
26 #"//third_party/vk-gl-cts/framework/opengl/wrapper/glw.h",
27 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwDefs.cpp",
28 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwFunctions.cpp",
29 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwInitES20Direct.cpp",
30 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwInitES30Direct.cpp",
31 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwInitES31Direct.cpp",
32 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwInitES32Direct.cpp",
33 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwInitFunctions.cpp",
34 "//third_party/vk-gl-cts/framework/opengl/wrapper/glwWrapper.cpp",
/third_party/mesa3d/include/HaikuGL/
DREADME12 * headers/os/opengl/GLView.h
13 * headers/os/opengl/GLRenderer.h
14 * headers/os/opengl/GL/gl.h
15 * headers/os/opengl/GL/glext.h
16 * headers/os/opengl/GL/osmesa.h (needed?)
20 * headers/os/opengl/GL/glu.h
21 * headers/os/opengl/GL/glut.h
/third_party/vk-gl-cts/framework/opengl/simplereference/
DBUILD.gn14 # deqp framwork opengl simplereference build
26 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrContext.cpp",
27 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrContextUtil.cpp",
28 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrContextWrapper.cpp",
29 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrReferenceContext.cpp",
30 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrReferenceUtils.cpp",
31 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrShaderProgram.cpp",
32 "//third_party/vk-gl-cts/framework/opengl/simplereference/sglrGLContext.cpp"
40 "//third_party/vk-gl-cts/framework/opengl:libdeqp_glutil",
/third_party/mesa3d/src/freedreno/ci/
Dfreedreno-a530-fails.txt207 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
230 spec@!opengl 1.0@gl-1.0-edgeflag,Crash
231 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Crash
232 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
233 spec@!opengl 1.0@gl-1.0-scissor-offscreen,Fail
234 spec@!opengl 1.0@gl-1.0-spot-light,Fail
235 spec@!opengl 1.0@rasterpos,Crash
236 spec@!opengl 1.1@copyteximage 1d,Fail
237 spec@!opengl 1.1@copyteximage 2d,Fail
238 spec@!opengl 1.1@depthstencil-default_fb-blit,Fail
[all …]
Dfreedreno-a630-fails.txt68 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
522 spec@!opengl 1.0@gl-1.0-edgeflag,Crash
523 spec@!opengl 1.0@gl-1.0-edgeflag-quads,Crash
526 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
528 spec@!opengl 1.0@gl-1.0-scissor-offscreen,Fail
529 spec@!opengl 1.0@gl-1.0-spot-light,Fail
532 spec@!opengl 1.0@rasterpos,Crash
534 spec@!opengl 1.1@linestipple@Factor 2x,Fail
535 spec@!opengl 1.1@linestipple@Factor 3x,Fail
536 spec@!opengl 1.1@linestipple,Fail
[all …]
/third_party/mesa3d/src/gallium/drivers/radeonsi/ci/
Dradeonsi-stoney-skips.txt2 spec@!opengl 1.0@gl-1.0-blend-func
3 spec@!opengl 1.2@tex3d-maxsize
5 spec@!opengl 1.1@max-texture-size
6 spec@!opengl 1.1@max-texture-size-level
7 spec@!opengl 1.2@tex3d-maxsize
37 spec@!opengl 1.0@gl-1.0-blend-func
38 spec@!opengl 1.2@tex3d-maxsize
40 spec@!opengl 1.1@max-texture-size
41 spec@!opengl 1.1@max-texture-size-level
42 spec@!opengl 1.2@tex3d-maxsize
Draven-piglit-quick-fail.csv6 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
19 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
20 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
21 spec@!opengl 1.0@rasterpos,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
23 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
24 spec@!opengl 1.1@read-front,Fail
25 spec@!opengl 1.1@read-front clear-front-first,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
[all …]
Dnavi10-piglit-quick-fail.csv6 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
19 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
20 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
21 spec@!opengl 1.0@rasterpos,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
23 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
24 spec@!opengl 1.1@read-front,Fail
25 spec@!opengl 1.1@read-front clear-front-first,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
[all …]
Dsienna_cichlid-piglit-quick-fail.csv6 glx@glx_arb_create_context_es2_profile@invalid opengl es version,Fail
19 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
20 spec@!opengl 1.0@gl-1.0-user-clip-all-planes,Fail
21 spec@!opengl 1.0@rasterpos,Fail
22 spec@!opengl 1.0@rasterpos@glsl_vs_gs_linked,Fail
23 spec@!opengl 1.0@rasterpos@glsl_vs_tes_linked,Fail
24 spec@!opengl 1.1@read-front,Fail
25 spec@!opengl 1.1@read-front clear-front-first,Fail
26 spec@!opengl 1.1@read-front clear-front-first samples=2,Fail
27 spec@!opengl 1.1@read-front clear-front-first samples=4,Fail
[all …]
/third_party/flutter/skia/third_party/externals/dawn/
DBUILD.gn55 "dawn_native/opengl/OpenGLFunctionsBase_autogen.cpp",
56 "dawn_native/opengl/OpenGLFunctionsBase_autogen.h",
57 "dawn_native/opengl/opengl_platform_autogen.h",
285 "src/dawn_native/opengl/BackendGL.cpp",
286 "src/dawn_native/opengl/BackendGL.h",
287 "src/dawn_native/opengl/BufferGL.cpp",
288 "src/dawn_native/opengl/BufferGL.h",
289 "src/dawn_native/opengl/CommandBufferGL.cpp",
290 "src/dawn_native/opengl/CommandBufferGL.h",
291 "src/dawn_native/opengl/ComputePipelineGL.cpp",
[all …]
/third_party/mesa3d/src/gallium/drivers/i915/ci/
Di915-g33-fails.txt193 spec@!opengl 1.0@gl-1.0-drawbuffer-modes,Fail
207 spec@!opengl 1.0@gl-1.0-no-op-paths,Fail
209 spec@!opengl 1.0@gl-1.0-scissor-offscreen,Fail
210 spec@!opengl 1.0@gl-1.0-swapbuffers-behavior,Fail
212 spec@!opengl 1.1@depthstencil-default_fb-clear,Fail
213 spec@!opengl 1.1@getteximage-formats,Fail
214 spec@!opengl 1.1@gl-1.2-texture-base-level,Fail
215 spec@!opengl 1.1@line-flat-clip-color,Fail
216 spec@!opengl 1.1@linestipple,Fail
217 spec@!opengl 1.1@linestipple@Factor 2x,Fail
[all …]
/third_party/mesa3d/src/gallium/drivers/softpipe/ci/
Dsoftpipe-quick.txt31 glx/glx_arb_create_context_es2_profile/invalid opengl es version: fail
100 spec/!opengl 1.0/gl-1.0-drawbuffer-modes: fail
101 spec/!opengl 1.0/gl-1.0-swapbuffers-behavior: fail
102 spec/!opengl 1.1/depthstencil-default_fb-blit samples=16: skip
103 spec/!opengl 1.1/depthstencil-default_fb-blit samples=2: skip
104 spec/!opengl 1.1/depthstencil-default_fb-blit samples=32: skip
105 spec/!opengl 1.1/depthstencil-default_fb-blit samples=4: skip
106 spec/!opengl 1.1/depthstencil-default_fb-blit samples=6: skip
107 spec/!opengl 1.1/depthstencil-default_fb-blit samples=8: skip
108 spec/!opengl 1.1/depthstencil-default_fb-clear samples=16: skip
[all …]
/third_party/mesa3d/src/gallium/drivers/llvmpipe/ci/
Dllvmpipe-quick_gl.txt29 glx/glx_arb_create_context_es2_profile/invalid opengl es version: fail
89 spec/!opengl 1.0/gl-1.0-swapbuffers-behavior: fail
90 spec/!opengl 1.0/rasterpos/glsl_vs_gs_linked: fail
91 spec/!opengl 1.0/rasterpos/glsl_vs_tes_linked: fail
92 spec/!opengl 1.1/depthstencil-default_fb-blit samples=16: skip
93 spec/!opengl 1.1/depthstencil-default_fb-blit samples=32: skip
94 spec/!opengl 1.1/depthstencil-default_fb-blit samples=6: skip
95 spec/!opengl 1.1/depthstencil-default_fb-blit samples=8: skip
96 spec/!opengl 1.1/depthstencil-default_fb-clear samples=16: skip
97 spec/!opengl 1.1/depthstencil-default_fb-clear samples=32: skip
[all …]

12345678910>>...14