HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceType (Results 1 - 20 of 20) sorted by null

  /packages/apps/Dialer/java/com/android/incallui/videosurface/protocol/
VideoSurfaceTexture.java 42 int getSurfaceType();
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
BatchRunConfiguration.java 66 public String getSurfaceType() {
DeqpTestRunner.java     [all...]
  /external/deqp/external/openglcts/modules/common/
glcNoErrorTests.cpp 78 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
glcContextFlagsTests.cpp 68 if (commandLine.getSurfaceType() != tcu::SURFACETYPE_WINDOW)
glcRobustnessTests.cpp 80 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
  /external/deqp/framework/common/
tcuCommandLine.hpp 166 SurfaceType getSurfaceType (void) const;
tcuCommandLine.cpp 785 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /external/swiftshader/src/OpenGL/libEGL/
Surface.hpp 47 virtual EGLenum getSurfaceType() const;
Surface.cpp 192 EGLenum Surface::getSurfaceType() const
libEGL.cpp 550 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
    [all...]
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 44 int getSurfaceType() const;
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 145 switch (cmdLine.getSurfaceType())
gluRenderContext.cpp 163 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO)
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 274 EGLint getSurfaceType() { return surfaceType; }
    [all...]
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 47 int OutputConfiguration::getSurfaceType() const {
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 60 public int getSurfaceType() {
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 400 static EGLint getSurfaceType (de::Random& rnd)
443 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, },
  /external/deqp/external/openglcts/modules/gl/
gl4cKHRDebugTests.cpp 196 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
220 if (commandLine.getSurfaceType() == tcu::SURFACETYPE_WINDOW)
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 613 int surfaceType = outputConfiguration.getSurfaceType();
734 surfaceType = outputConfiguration.getSurfaceType();
    [all...]

Completed in 561 milliseconds