Searched defs:render_to_fbo (Results 1 - 22 of 22) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c39 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
67 } else if (render_to_fbo) {
H A Dbrw_sf.c141 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
190 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo)
203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
H A Dgen6_viewport_state.c74 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
82 if (render_to_fbo) {
H A Dgen7_clip_state.c42 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen7_viewport_state.c37 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
53 if (render_to_fbo) {
H A Dbrw_sf_state.c49 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
56 if (render_to_fbo) {
98 } else if (render_to_fbo) {
147 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
212 sf->sf5.front_winding ^= render_to_fbo;
244 if (!render_to_fbo) {
H A Dgen7_sf_state.c47 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
58 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen6_sf_state.c128 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
252 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
H A Dbrw_wm.h68 GLuint render_to_fbo:1; member in struct:brw_wm_prog_key
/external/mesa3d/src/mesa/drivers/dri/i965/
H A Dgen6_scissor_state.c39 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
67 } else if (render_to_fbo) {
H A Dbrw_sf.c141 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
190 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo)
203 key.frontface_ccw = (ctx->Polygon.FrontFace == GL_CCW) != render_to_fbo;
H A Dgen6_viewport_state.c74 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
82 if (render_to_fbo) {
H A Dgen7_clip_state.c42 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
54 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen7_viewport_state.c37 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
53 if (render_to_fbo) {
H A Dbrw_sf_state.c49 const bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
56 if (render_to_fbo) {
98 } else if (render_to_fbo) {
147 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
212 sf->sf5.front_winding ^= render_to_fbo;
244 if (!render_to_fbo) {
H A Dgen7_sf_state.c47 bool render_to_fbo = _mesa_is_user_fbo(ctx->DrawBuffer); local
58 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
166 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
176 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
H A Dgen6_sf_state.c128 bool render_to_fbo = _mesa_is_user_fbo(brw->intel.ctx.DrawBuffer); local
148 if ((ctx->Polygon.FrontFace == GL_CCW) ^ render_to_fbo)
252 if ((ctx->Point.SpriteOrigin == GL_LOWER_LEFT) != render_to_fbo) {
H A Dbrw_wm.h68 GLuint render_to_fbo:1; member in struct:brw_wm_prog_key
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/r200/
H A Dr200_state.c1546 const GLboolean render_to_fbo = (ctx->DrawBuffer ? _mesa_is_user_fbo(ctx->DrawBuffer) : 0); local
1550 if (render_to_fbo) {
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1353 const GLboolean render_to_fbo = (ctx->DrawBuffer ? _mesa_is_user_fbo(ctx->DrawBuffer) : 0); local
1357 if (render_to_fbo) {
/external/mesa3d/src/mesa/drivers/dri/r200/
H A Dr200_state.c1546 const GLboolean render_to_fbo = (ctx->DrawBuffer ? _mesa_is_user_fbo(ctx->DrawBuffer) : 0); local
1550 if (render_to_fbo) {
/external/mesa3d/src/mesa/drivers/dri/radeon/
H A Dradeon_state.c1353 const GLboolean render_to_fbo = (ctx->DrawBuffer ? _mesa_is_user_fbo(ctx->DrawBuffer) : 0); local
1357 if (render_to_fbo) {

Completed in 726 milliseconds