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

  /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>(); }
  /frameworks/av/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)
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 45 int OutputConfiguration::getSurfaceType() const {
  /device/generic/goldfish-opengl/system/egl/
egl.cpp 227 EGLint getSurfaceType() { return surfaceType; }
971 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) {
976 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) {
997 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = EGL_FALSE;
1002 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = false;
1007 if (surface->getSurfaceType() & EGL_PBUFFER_BIT) *value = 0;
1037 switch (surface->getSurfaceType()) {
    [all...]
  /external/deqp/modules/egl/
teglChooseConfigTests.cpp 398 static EGLint getSurfaceType (de::Random& rnd)
441 { EGL_SURFACE_TYPE, ChooseConfigRandomCase::getSurfaceType, },
  /cts/tools/tradefed-host/src/com/android/cts/tradefed/testtype/
DeqpTestRunner.java 212 public String getSurfaceType() {
    [all...]
  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
DeqpTestRunner.java 295 public String getSurfaceType() {
    [all...]
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.cpp 434 int surfaceType = outputConfiguration.getSurfaceType();
583 surfaceType = outputConfiguration.getSurfaceType();
    [all...]

Completed in 1118 milliseconds