Lines Matching refs:get

318             GraphicBufferAllocator& gba = GraphicBufferAllocator::get();  in configure()
387 if (!program.link(vertexShader.get(), fragmentShader.get())) { in initOpenGL()
555 if (!renderIntoRGBA(si, renderParams, si.rgbaBuffer.get())) { in captureFrameYUV()
564 if (GraphicBufferMapper::get().lock( in captureFrameYUV()
565 si.rgbaBuffer.get(), static_cast<uint32_t>(BufferUsage::CPU_READ_OFTEN), in captureFrameYUV()
571 if (GraphicBufferMapper::get().lockYCbCr( in captureFrameYUV()
574 LOG_ALWAYS_FATAL_IF(GraphicBufferMapper::get().unlock(si.rgbaBuffer.get()) != NO_ERROR); in captureFrameYUV()
582 LOG_ALWAYS_FATAL_IF(GraphicBufferMapper::get().unlock(csb->getBuffer()) != NO_ERROR); in captureFrameYUV()
583 LOG_ALWAYS_FATAL_IF(GraphicBufferMapper::get().unlock(si.rgbaBuffer.get()) != NO_ERROR); in captureFrameYUV()
615 if (!renderIntoRGBA(si, renderParams, si.rgbaBuffer.get())) { in captureFrameForCompressing()
620 if (GraphicBufferMapper::get().lock( in captureFrameForCompressing()
621 si.rgbaBuffer.get(), static_cast<uint32_t>(BufferUsage::CPU_READ_OFTEN), in captureFrameForCompressing()
634 LOG_ALWAYS_FATAL_IF(GraphicBufferMapper::get().unlock(si.rgbaBuffer.get()) != NO_ERROR); in captureFrameForCompressing()
713 glUseProgram(mGlProgram.get()); in drawSceneImpl()
723 glBindTexture(GL_TEXTURE_2D, mGlTestPatternTexture.get()); in drawSceneImpl()
756 glEGLImageTargetTexture2DOES(GL_TEXTURE_2D, eglImage.get()); in renderIntoRGBA()
760 GL_TEXTURE_2D, fboTex.get(), 0); in renderIntoRGBA()
770 if (qemu_pipe_write_fully(mQemuChannel.get(), &len, sizeof(len))) { in readSensors()
773 if (qemu_pipe_write_fully(mQemuChannel.get(), &kReadCommand[0], sizeof(kReadCommand))) { in readSensors()
776 if (qemu_pipe_read_fully(mQemuChannel.get(), &len, sizeof(len))) { in readSensors()
782 if (qemu_pipe_read_fully(mQemuChannel.get(), vals, len)) { in readSensors()