Home
last modified time | relevance | path

Searched refs:currentMode (Results 1 – 5 of 5) sorted by relevance

/third_party/mesa3d/src/mesa/main/
Dquerymatrix.c48 GLenum currentMode = GL_FALSE; in _mesa_QueryMatrixxOES() local
60 GLenum currentMode; in _mesa_QueryMatrixxOES() member
72 currentMode = (GLenum) tmp; in _mesa_QueryMatrixxOES()
81 if (modes[i].currentMode == currentMode) { in _mesa_QueryMatrixxOES()
/third_party/glfw/src/
Dmonitor.c398 _glfwPlatformGetVideoMode(monitor, &monitor->currentMode); in glfwGetVideoMode()
399 return &monitor->currentMode; in glfwGetVideoMode()
Dinternal.h410 GLFWvidmode currentMode; member
/third_party/jsframework/runtime/main/extend/systemplugin/napi/
Dohos_usb.js98 currentMode: '[PC Preview] unknow currentMode', property
/third_party/gstreamer/gstplugins_good/sys/osxvideo/
Dosxvideosink.m141 is_running = [[NSRunLoop mainRunLoop] currentMode] != nil;