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

  /external/llvm/unittests/ExecutionEngine/Orc/
OrcCAPITest.cpp 65 CompileContext *CCtx = static_cast<CompileContext*>(Ctx);
66 auto *ET = CCtx->APIExecTest;
67 CCtx->M = ET->createTestModule(ET->TM->getTargetTriple());
68 CCtx->H = LLVMOrcAddEagerlyCompiledIR(JITStack, wrap(CCtx->M.get()),
70 CCtx->Compiled = true;
  /external/deqp/modules/glshared/
glsFboUtil.cpp 470 static void checkAttachmentCompleteness (Checker& cctx, const Attachment& attachment,
493 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attached layer index is larger than present");
498 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Width and height of an image are not non-zero");
508 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not renderable in this attachment");
511 cctx.addPotentialFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not required renderable");
514 cctx.addFBOStatus(GL_FRAMEBUFFER_INCOMPLETE_ATTACHMENT, "Attachment format is not legal");
576 const UniquePtr<Checker> cctx(m_factory.createChecker(m_renderCtx));
603 cctx->addGLError(GL_INVALID_ENUM, errorDescription.c_str());
604 cctx->addGLError(GL_INVALID_OPERATION, errorDescription.c_str());
605 cctx->addGLError(GL_INVALID_VALUE, errorDescription.c_str())
    [all...]
  /external/lz4/programs/
frametest.c 388 LZ4F_compressionContext_t cCtx = NULL;
397 result = LZ4F_createCompressionContext(&cCtx, LZ4F_VERSION);
451 result = LZ4F_compressBegin(cCtx, op, oend-op, prefsPtr);
463 result = LZ4F_compressUpdate(cCtx, op, oSize, ip, iSize, &cOptions);
470 result = LZ4F_flush(cCtx, op, oend-op, &cOptions);
475 result = LZ4F_compressEnd(cCtx, op, oend-op, &cOptions);
523 LZ4F_freeCompressionContext(cCtx);
  /external/mesa3d/src/egl/drivers/glx/
egl_glx.c 767 GLXContext cctx; local
776 cctx = (GLX_ctx) ? GLX_ctx->context : NULL;
779 ret = GLX_drv->glXMakeContextCurrent(GLX_dpy->dpy, ddraw, rdraw, cctx);
781 ret = GLX_drv->glXMakeCurrent(GLX_dpy->dpy, ddraw, cctx);
    [all...]
  /external/mesa3d/src/egl/drivers/dri2/
egl_dri2.c 896 __DRIcontext *cctx; local
908 cctx = (dri2_ctx) ? dri2_ctx->dri_context : NULL;
915 if ((cctx == NULL && ddraw == NULL && rdraw == NULL) ||
916 dri2_dpy->core->bindContext(cctx, ddraw, rdraw)) {
    [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/x86_64-linux/lib64/
libasan.a     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/x86_64-linux/lib64/
libasan.a     [all...]

Completed in 291 milliseconds