Home
last modified time | relevance | path

Searched refs:VALIDATE_DISPLAY (Results 1 – 9 of 9) sorted by relevance

/hardware/google/gfxstream/host/gl/glestranslator/EGL/
DEglImp.cpp252 #define VALIDATE_DISPLAY(EGLDisplay) \ macro
404 VALIDATE_DISPLAY(display); in eglTerminate()
410 VALIDATE_DISPLAY(display); in eglQueryString()
431 VALIDATE_DISPLAY(display); in eglGetConfigs()
450 VALIDATE_DISPLAY(display); in eglChooseConfig()
765 VALIDATE_DISPLAY(display); in eglGetConfigAttrib()
868 VALIDATE_DISPLAY(display); in eglDestroySurface()
880 VALIDATE_DISPLAY(display); in eglQuerySurface()
891 VALIDATE_DISPLAY(display); in eglSurfaceAttrib()
1048 VALIDATE_DISPLAY(display); in eglDestroyContext()
[all …]
/hardware/interfaces/graphics/composer/2.1/
DIComposerClient.hal659 * type than had been set prior to the last call to VALIDATE_DISPLAY. The
740 * composition during VALIDATE_DISPLAY.
836 * VALIDATE_DISPLAY has this pseudo prototype
1117 VALIDATE_DISPLAY = 0x203 << OPCODE_SHIFT,
1122 /** layer commands (VALIDATE_DISPLAY not required) */
1127 /** layer state commands (VALIDATE_DISPLAY required) */
/hardware/google/gfxstream/guest/egl/
Degl.cpp124 #define VALIDATE_DISPLAY(dpy,ret) \ macro
130 VALIDATE_DISPLAY(dpy, ret) \
1109 VALIDATE_DISPLAY(dpy,EGL_FALSE); in eglInitialize()
2347 VALIDATE_DISPLAY(dpy, EGL_NO_SYNC_KHR); in eglCreateSyncKHR()
/hardware/interfaces/graphics/composer/2.1/utils/hal/include/composer-hal/2.1/
DComposerCommandEngine.h104 case IComposerClient::Command::VALIDATE_DISPLAY: in executeCommand()
/hardware/interfaces/graphics/composer/2.1/utils/command-buffer/include/composer-command-buffer/2.1/
DComposerCommandBuffer.h266 beginCommand(IComposerClient::Command::VALIDATE_DISPLAY, kValidateDisplayLength); in validateDisplay()
/hardware/qcom/sm7250/display/composer/
DQtiComposerCommandBuffer.h282 beginCommand(IQtiComposerClient::Command::VALIDATE_DISPLAY, kValidateDisplayLength); in validateDisplay()
DQtiComposerClient.cpp1206 case IComposerClient::Command::VALIDATE_DISPLAY: in parseCommonCmd()
/hardware/interfaces/graphics/composer/2.1/vts/functional/
DVtsHalGraphicsComposerV2_1TargetTest.cpp742 TEST_P(GraphicsComposerHidlCommandTest, VALIDATE_DISPLAY) { in TEST_P() argument
/hardware/interfaces/graphics/composer/2.3/
DIComposerClient.hal126 * this layer to client composition during VALIDATE_DISPLAY.