Searched refs:updateImageTexture (Results 1 – 6 of 6) sorted by relevance
43 bool updateImageTexture(const V1_0::BufferDesc& buffer);44 bool updateImageTexture(const BufferDesc& buffer);
339 bool GlWrapper::updateImageTexture(const V1_0::BufferDesc& buffer) { in updateImageTexture() function in android::hardware::automotive::evs::V1_1::implementation::GlWrapper357 return updateImageTexture(newBuffer); in updateImageTexture()360 bool GlWrapper::updateImageTexture(const BufferDesc& aFrame) { in updateImageTexture() function in android::hardware::automotive::evs::V1_1::implementation::GlWrapper
290 if (!mGlWrapper->updateImageTexture(mBuffer)) { in returnTargetBufferForDisplayImpl()
40 bool updateImageTexture(
353 bool GlWrapper::updateImageTexture(buffer_handle_t handle, in updateImageTexture() function in aidl::android::hardware::automotive::evs::implementation::GlWrapper
199 if (!mGlWrapper.updateImageTexture(mBuffer.handle, mBuffer.description)) { in renderFrames()