Searched refs:unbindExternalTextureBuffer (Results 1 – 7 of 7) sorted by relevance
57 MOCK_METHOD1(unbindExternalTextureBuffer, void(uint64_t));
133 virtual void unbindExternalTextureBuffer(uint64_t bufferId) = 0;
79 void unbindExternalTextureBuffer(uint64_t bufferId) EXCLUDES(mRenderingMutex);
742 void GLESRenderEngine::unbindExternalTextureBuffer(uint64_t bufferId) { in unbindExternalTextureBuffer() function in android::renderengine::gl::GLESRenderEngine
542 mRE.unbindExternalTextureBuffer(mGraphicBuffer->getId()); in ~Image()
60 engine.unbindExternalTextureBuffer(mActiveBuffer->getId()); in ~BufferStateLayer()
3849 getRenderEngine().unbindExternalTextureBuffer(uncacheBuffer.id); in applyTransactionState()4213 getRenderEngine().unbindExternalTextureBuffer(s.buffer->getId()); in setClientStateLocked()6283 getRenderEngine().unbindExternalTextureBuffer(clientCacheId.id); in bufferErased()