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

  /packages/apps/LegacyCamera/jni/
mosaic_renderer_jni.cpp 80 // Shader to translate the flip-flop FBO - gBuffer[1-current] -> gBuffer[current]
82 // Shader to add warped current frame to the flip-flop FBO - gBuffer[current]
85 FrameBuffer gBuffer[2];
90 // Index of the gBuffer FBO gWarper1 is going to write into
489 gBuffer[0].InitializeGLContext();
490 gBuffer[1].InitializeGLContext();
549 gBuffer[0].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA);
550 gBuffer[1].Init(gPreviewFBOWidth, gPreviewFBOHeight, GL_RGBA);
596 // gBuffer[1-gCurrentFBOIndex] --> gWarper1 --> gBuffer[gCurrentFBOIndex
    [all...]
  /hardware/intel/img/hwcomposer/merrifield/common/base/
HwcLayer.cpp 396 GraphicBuffer *gBuffer = (GraphicBuffer*)buffer;
397 mUsage = gBuffer->getUsage();
  /hardware/intel/img/hwcomposer/moorefield_hdmi/common/base/
HwcLayer.cpp 334 GraphicBuffer *gBuffer = (GraphicBuffer*)buffer;
335 mUsage = gBuffer->getUsage();
  /frameworks/native/opengl/libs/EGL/
eglApi.cpp     [all...]

Completed in 3134 milliseconds