Home
last modified time | relevance | path

Searched refs:GL_OES_read_format (Results 1 – 10 of 10) sorted by relevance

/external/swiftshader/third_party/PowerVR_SDK/Builds/Include/GLES/
Dgl.h556 #ifndef GL_OES_read_format
745 #ifndef GL_OES_read_format
746 #define GL_OES_read_format 1 macro
/external/mesa3d/docs/relnotes/
D6.325 GL_OES_read_format - allows one to query the fastest glReadPixels format
D13.0.6.rst142 - mesa: Don't advertise GL_OES_read_format in core profile
/external/swiftshader/include/GLES/
Dgl.h580 #ifndef GL_OES_read_format
581 #define GL_OES_read_format 1 macro
/external/mesa3d/include/GLES/
Dgl.h580 #ifndef GL_OES_read_format
581 #define GL_OES_read_format 1 macro
/external/angle/include/GLES/
Dgl.h733 #ifndef GL_OES_read_format
734 #define GL_OES_read_format 1 macro
/external/mesa3d/docs/
Dversions.rst1587 - GL_OES_read_format extension (Ian Romanick)
/external/swiftshader/include/GL/
Dglext.h5339 #ifndef GL_OES_read_format
5340 #define GL_OES_read_format 1 macro
/external/mesa3d/include/GL/
Dglext.h5342 #ifndef GL_OES_read_format
5343 #define GL_OES_read_format 1 macro
/external/crosvm/gpu_renderer/src/generated/
Depoxy_egl.rs671 pub const GL_OES_read_format: u32 = 1; constant