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

  /frameworks/native/include/gui/
GLConsumer.h 278 // EglImage is a utility class for tracking and creating EGLImageKHRs. There
284 class EglImage : public LightRefBase<EglImage> {
286 EglImage(sp<GraphicBuffer> graphicBuffer);
288 // createIfNeeded creates an EGLImage if required (we haven't created
305 friend class LightRefBase<EglImage>;
306 virtual ~EglImage();
308 // createImage creates a new EGLImage from a GraphicBuffer.
313 EglImage(const EglImage& rhs)
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/include/GLcommon/
TranslatorIfaces.h 66 struct EglImage
68 ~EglImage(){};
77 typedef emugl::SmartPtr<EglImage> ImagePtr;
95 EglImage* (*eglAttachEGLImage)(unsigned int imageId);
  /frameworks/native/libs/gui/
GLConsumer.cpp 283 mReleasedTexImage = new EglImage(getDebugTexImageBuffer());
342 // before, so any prior EglImage created is using a stale buffer. This
343 // replaces any old EglImage with a new one (using the new buffer).
346 mEglSlots[slot].mEglImage = new EglImage(item->mGraphicBuffer);
387 // Ensure we have a valid EglImageKHR for the slot, creating an EglImage
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/EGL/
EglImp.cpp 46 EglImage *attachEGLImage(unsigned int imageId);
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_CM/
GLEScmImp.cpp 496 // texture is not a target of EGLImage.
    [all...]
  /sdk/emulator/opengl/host/libs/Translator/GLES_V2/
GLESv2Imp.cpp 475 // texture is not a target of EGLImage.
680 // This renderbuffer object is an eglImage target
681 // attach the eglimage's texture instead the renderbuffer.
    [all...]

Completed in 253 milliseconds