HomeSort by relevance Sort by last modified time
    Searched full:rcopencolorbuffer2 (Results 1 - 9 of 9) sorted by null

  /device/generic/goldfish/opengl/system/renderControl_enc/
renderControl_ftable.h 36 {"rcOpenColorBuffer2", (void*)rcOpenColorBuffer2},
renderControl_client_context.h 36 rcOpenColorBuffer2_client_proc_t rcOpenColorBuffer2;
renderControl_client_context.cpp 38 rcOpenColorBuffer2 = (rcOpenColorBuffer2_client_proc_t) getProc("rcOpenColorBuffer2", userData);
renderControl_entry.cpp 34 int rcOpenColorBuffer2(uint32_t colorbuffer);
194 int rcOpenColorBuffer2(uint32_t colorbuffer)
197 return ctx->rcOpenColorBuffer2(ctx, colorbuffer);
renderControl_enc.cpp 560 this->rcOpenColorBuffer2 = &rcOpenColorBuffer2_enc;
  /sdk/emulator/opengl/host/libs/renderControl_dec/
renderControl.in 26 GL_ENTRY(int, rcOpenColorBuffer2, uint32_t colorbuffer)
  /sdk/emulator/opengl/host/libs/libOpenglRender/
RenderControl.cpp 218 static int rcOpenColorBuffer2(uint32_t colorbuffer)
228 // Use rcOpenColorBuffer2 instead.
231 (void) rcOpenColorBuffer2(colorbuffer);
369 dec->set_rcOpenColorBuffer2(rcOpenColorBuffer2);
  /device/generic/goldfish/opengl/system/gralloc/
gralloc.cpp 537 rcEnc->rcOpenColorBuffer2(rcEnc, cb->hostHandle);
  /prebuilts/android-emulator/linux-x86_64/lib/
libOpenglRender.so 

Completed in 487 milliseconds