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

  /external/deqp/android/cts/runner/src/com/drawelements/deqp/runner/
BatchRunConfiguration.java 30 private final String mSurfaceType;
37 mSurfaceType = surfaceType;
46 mGlConfig, mRotation, mSurfaceType, mRequired);
67 return mSurfaceType;
DeqpTestRunner.java 121 private String mSurfaceType = "window";
    [all...]
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 80 mSurfaceType == other.mSurfaceType &&
96 if (mSurfaceType != other.mSurfaceType) {
97 return mSurfaceType < other.mSurfaceType;
130 int mSurfaceType;
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 48 return mSurfaceType;
74 mSurfaceType(SURFACE_TYPE_UNKNOWN),
150 mSurfaceType = surfaceType;
164 mSurfaceType, String8(mPhysicalCameraId).string());
184 : mGbps(gbps), mRotation(rotation), mSurfaceSetID(surfaceSetID), mSurfaceType(surfaceType),
199 err = parcel->writeInt32(mSurfaceType);
  /external/swiftshader/src/OpenGL/libEGL/
Config.h 71 EGLint mSurfaceType; // Which types of EGL surfaces are supported.
Config.cpp 185 mSurfaceType = EGL_PBUFFER_BIT | EGL_WINDOW_BIT | EGL_SWAP_BEHAVIOR_PRESERVED_BIT | EGL_MULTISAMPLE_RESOLVE_BOX_BIT;
384 case EGL_SURFACE_TYPE: match = (config->mSurfaceType & attribIt->second) == attribIt->second; break;
Surface.cpp 186 return config->mSurfaceType;
Display.cpp 262 case EGL_SURFACE_TYPE: *value = configuration->mSurfaceType; break;
459 if(!(configuration->mSurfaceType & EGL_PBUFFER_BIT))

Completed in 4896 milliseconds