HomeSort by relevance Sort by last modified time
    Searched refs:getSurfaceType (Results 1 - 16 of 16) 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/framework/common/
tcuCommandLine.hpp 143 SurfaceType getSurfaceType (void) const;
tcuCommandLine.cpp 816 SurfaceType CommandLine::getSurfaceType (void) const { return m_cmdLine.getOption<opt::SurfaceType>(); }
  /external/swiftshader/src/OpenGL/libEGL/
Surface.h 47 virtual EGLenum getSurfaceType() const;
Surface.cpp 170 EGLenum Surface::getSurfaceType() const
libEGL.cpp 522 if(!(eglSurface->getSurfaceType() & EGL_SWAP_BEHAVIOR_PRESERVED_BIT))
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 44 int getSurfaceType() const;
  /external/deqp/framework/opengl/
gluRenderConfig.cpp 145 switch (cmdLine.getSurfaceType())
gluRenderContext.cpp 158 if (cmdLine.getSurfaceType() == tcu::SURFACETYPE_FBO)
  /packages/apps/Dialer/java/com/android/incallui/videosurface/impl/
VideoSurfaceTextureImpl.java 55 public int getSurfaceType() {
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 264 EGLint getSurfaceType() { return surfaceType; }
1008 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) {
1013 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) {
1034 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
1039 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = false;
1044 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = 0;
    [all...]
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 47 int OutputConfiguration::getSurfaceType() const {
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 400 static EGLint getSurfaceType (de::Random& rnd)
443 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, },
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 472 int surfaceType = outputConfiguration.getSurfaceType();
583 surfaceType = outputConfiguration.getSurfaceType();
    [all...]

Completed in 1079 milliseconds