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

  /external/mesa3d/src/mesa/main/
condrender.c 49 * in progress, or if EndConditionalRender is called while conditional
127 if (ctx->Driver.EndConditionalRender)
128 ctx->Driver.EndConditionalRender(ctx, ctx->Query.CondRenderQuery);
dd.h     [all...]
  /external/mesa3d/src/mesa/state_tracker/
st_cb_condrender.c 102 * Called via ctx->Driver.EndConditionalRender()
120 functions->EndConditionalRender = st_EndConditionalRender;
  /external/mesa3d/src/mesa/drivers/dri/i965/
brw_conditional_render.c 148 functions->EndConditionalRender = brw_end_conditional_render;
  /external/mesa3d/src/mapi/glapi/tests/
check_table.cpp     [all...]
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.15-4.8/sysroot/usr/include/GL/
gl_mangle.h 446 #define glEndConditionalRender MANGLE(EndConditionalRender)
    [all...]
  /external/mesa3d/include/GL/
gl_mangle.h 538 #define glEndConditionalRender MANGLE(EndConditionalRender)
    [all...]

Completed in 327 milliseconds