Searched defs:framebuffer_texture (Results 1 - 2 of 2) sorted by relevance

/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dfbobject.c1964 * Replicate the src attachment point. Used by framebuffer_texture() when
1995 framebuffer_texture(struct gl_context *ctx, const char *caller, GLenum target, function
2186 framebuffer_texture(ctx, "1D", target, attachment, textarget, texture,
2232 framebuffer_texture(ctx, "2D", target, attachment, textarget, texture,
2250 framebuffer_texture(ctx, "3D", target, attachment, textarget, texture,
2261 framebuffer_texture(ctx, "Layer", target, attachment, 0, texture,
/external/mesa3d/src/mesa/main/
H A Dfbobject.c1964 * Replicate the src attachment point. Used by framebuffer_texture() when
1995 framebuffer_texture(struct gl_context *ctx, const char *caller, GLenum target, function
2186 framebuffer_texture(ctx, "1D", target, attachment, textarget, texture,
2232 framebuffer_texture(ctx, "2D", target, attachment, textarget, texture,
2250 framebuffer_texture(ctx, "3D", target, attachment, textarget, texture,
2261 framebuffer_texture(ctx, "Layer", target, attachment, 0, texture,

Completed in 96 milliseconds