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

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 23 {"rcCreateColorBuffer", (void*)rcCreateColorBuffer},
renderControl_client_context.h 23 rcCreateColorBuffer_client_proc_t rcCreateColorBuffer;
49 virtual rcCreateColorBuffer_client_proc_t set_rcCreateColorBuffer(rcCreateColorBuffer_client_proc_t f) { rcCreateColorBuffer_client_proc_t retval = rcCreateColorBuffer; rcCreateColorBuffer = f; return retval;}
renderControl_entry.cpp 21 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat);
115 uint32_t rcCreateColorBuffer(uint32_t width, uint32_t height, GLenum internalFormat)
118 return ctx->rcCreateColorBuffer(ctx, width, height, internalFormat);
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 207 static uint32_t rcCreateColorBuffer(uint32_t width,
347 dec->set_rcCreateColorBuffer(rcCreateColorBuffer);
  /device/generic/goldfish/opengl/system/egl/
egl.cpp 381 rcColorBuffer = rcEnc->rcCreateColorBuffer(rcEnc, getWidth(), getHeight(),
384 ALOGE("rcCreateColorBuffer returned 0");
    [all...]
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 338 cb->hostHandle = rcEnc->rcCreateColorBuffer(rcEnc, w, h, glFormat);

Completed in 373 milliseconds