summaryrefslogtreecommitdiff
path: root/opengl/java/android/opengl/EGL15.java
AgeCommit message (Collapse)Author
2018-10-24Make EGL15 class finalCourtney Goeltzenleuchter
Updates from API review feedback. Bug: 118296391 Test: manually inspect code Change-Id: If79f03497e77dfce65909a734bafbb6e08c39155
2018-10-23Add EGL15: eglCreateImage, eglDestroyImageCourtney Goeltzenleuchter
Also change eglCreatePlatformPixmapSurface to throw an unsupported extension rather than call the native function which will return an error indicating it's unsupported. Bug: 80297325 Test: atest CtsGraphicsTestCases:EGL15Test Change-Id: I94f2d39678515fdacf9b2fccd1c531365930ad1b
2018-10-16Update to EGL 1.5Courtney Goeltzenleuchter
Test: compile Bug: 80239516 Change-Id: I1c00ac5e55900260b724e1c298edca15f87f3a01 (cherry picked from commit 63584195b9d15daa9973d280381fd619cd7a0f89)