HomeSort by relevance Sort by last modified time
    Searched refs:isShared (Results 1 - 25 of 78) sorted by null

1 2 3 4

  /frameworks/native/libs/gui/
BufferSlot.cpp 24 if (isShared()) {
BufferQueueConsumer.cpp 160 if (!mSlots[front->mSlot].mBufferState.isShared()) {
427 !mSlots[slot].mBufferState.isShared()) {
450 if (!mSlots[slot].mBufferState.isShared()) {
  /frameworks/base/core/jni/
com_android_internal_os_PathClassLoaderFactory.cpp 30 jboolean isShared) {
32 classLoader, isShared == JNI_TRUE,
  /external/swiftshader/src/OpenGL/libGLES_CM/
Renderbuffer.h 47 virtual bool isShared() const = 0;
75 virtual bool isShared() const;
99 virtual bool isShared() const = 0;
134 virtual bool isShared() const;
164 virtual bool isShared() const;
180 virtual bool isShared() const;
Renderbuffer.cpp 110 bool RenderbufferTexture2D::isShared() const
112 return mTexture2D->isShared(GL_TEXTURE_2D, 0);
183 bool Renderbuffer::isShared() const
185 return mInstance->isShared();
361 bool Colorbuffer::isShared() const
363 return mRenderTarget->isShared();
437 bool DepthStencilbuffer::isShared() const
439 return mDepthStencil->isShared();
Texture.h 95 virtual bool isShared(GLenum target, unsigned int level) const = 0;
166 virtual bool isShared(GLenum target, unsigned int level) const;
Texture.cpp 774 bool Texture2D::isShared(GLenum target, unsigned int level) const
789 return image[level]->isShared();
  /external/ImageMagick/Magick++/lib/
ImageRef.cpp 78 bool Magick::ImageRef::isShared()
81 isShared;
84 isShared=(_refCount > 1);
86 return(isShared);
  /external/ImageMagick/Magick++/lib/Magick++/
ImageRef.h 49 bool isShared();
  /external/swiftshader/src/OpenGL/libGLESv2/
Renderbuffer.h 49 virtual bool isShared() const = 0;
83 virtual bool isShared() const;
111 virtual bool isShared() const;
143 virtual bool isShared() const;
172 virtual bool isShared() const = 0;
207 virtual bool isShared() const;
242 virtual bool isShared() const;
258 virtual bool isShared() const;
Renderbuffer.cpp 110 bool RenderbufferTexture2D::isShared() const
112 return mTexture2D->isShared(GL_TEXTURE_2D, mLevel);
182 bool RenderbufferTexture3D::isShared() const
184 return mTexture3D->isShared(mTexture3D->getTarget(), mLevel);
255 bool RenderbufferTextureCubeMap::isShared() const
257 return mTextureCubeMap->isShared(mTarget, mLevel);
328 bool Renderbuffer::isShared() const
330 return mInstance->isShared();
531 bool Colorbuffer::isShared() const
533 return mRenderTarget->isShared();
    [all...]
Texture.h 114 virtual bool isShared(GLenum target, unsigned int level) const = 0;
190 virtual bool isShared(GLenum target, unsigned int level) const;
247 virtual bool isShared(GLenum target, unsigned int level) const;
310 virtual bool isShared(GLenum target, unsigned int level) const;
Texture.cpp 970 bool Texture2D::isShared(GLenum target, unsigned int level) const
985 return image[level]->isShared();
1459 bool TextureCubeMap::isShared(GLenum target, unsigned int level) const
1471 return image[face][level]->isShared();
    [all...]
  /frameworks/av/camera/camera2/
OutputConfiguration.cpp 63 bool OutputConfiguration::isShared() const {
124 int isShared = 0;
125 if ((err = parcel->readInt32(&isShared)) != OK) {
126 ALOGE("%s: Failed to read surface isShared flag from parcel", __FUNCTION__);
148 mIsShared = isShared != 0;
  /frameworks/native/include/gui/
BufferSlot.h 103 inline bool isShared() const {
  /libcore/ojluni/src/main/java/java/nio/channels/
FileLock.java 55 * {@link #isShared isShared} method. Some platforms do not support shared
257 public final boolean isShared() {
  /frameworks/av/services/camera/libcameraservice/common/
CameraDeviceBase.h 122 bool isShared = false, uint32_t consumerUsage = 0) = 0;
135 bool isShared = false, uint32_t consumerUsage = 0) = 0;
  /libcore/harmony-tests/src/test/java/org/apache/harmony/tests/java/nio/channels/
FileLockTest.java 137 * @tests java.nio.channels.FileLock#isShared()
140 assertFalse(mockLock.isShared());
142 assertTrue(lock.isShared());
  /frameworks/av/camera/include/camera/camera2/
OutputConfiguration.h 48 bool isShared() const;
  /libcore/ojluni/src/main/java/java/util/concurrent/locks/
AbstractQueuedSynchronizer.java 483 final boolean isShared() {
762 if (s == null || s.isShared())
    [all...]
AbstractQueuedLongSynchronizer.java 296 if (s == null || s.isShared())
    [all...]
  /prebuilts/eclipse/mavenplugins/tycho/tycho-dependencies-m2repo/org/eclipse/tycho/tycho-bundles-external/0.20.0/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /prebuilts/tools/common/m2/repository/org/eclipse/tycho/tycho-bundles-external/0.18.1/eclipse/plugins/
org.eclipse.equinox.simpleconfigurator.manipulator_2.0.0.v20130327-2119.jar 
  /frameworks/av/services/camera/libcameraservice/api2/
CameraDeviceClient.h 248 bool isShared,
CameraDeviceClient.cpp 464 bool isShared = outputConfiguration.isShared();
492 return createDeferredSurfaceStreamLocked(outputConfiguration, isShared, newStreamId);
517 if (isShared && streamInfo.format != HAL_PIXEL_FORMAT_IMPLEMENTATION_DEFINED) {
534 &streamId, outputConfiguration.getSurfaceSetID(), isShared);
567 bool isShared,
596 &streamId, outputConfiguration.getSurfaceSetID(), isShared, consumerUsage);
    [all...]

Completed in 853 milliseconds

1 2 3 4