Changeset View
Changeset View
Standalone View
Standalone View
source/blenderplayer/bad_level_call_stubs/stubs.c
| Show First 20 Lines • Show All 287 Lines • ▼ Show 20 Lines | |||||
| int externtex( | int externtex( | ||||
| struct MTex *mtex, const float vec[3], float *tin, float *tr, float *tg, float *tb, float *ta, | struct MTex *mtex, const float vec[3], float *tin, float *tr, float *tg, float *tb, float *ta, | ||||
| const int thread, struct ImagePool *pool, const bool skip_load_image, const bool texnode_preview) RET_ZERO | const int thread, struct ImagePool *pool, const bool skip_load_image, const bool texnode_preview) RET_ZERO | ||||
| float texture_value_blend(float tex, float out, float fact, float facg, int blendtype) RET_ZERO | float texture_value_blend(float tex, float out, float fact, float facg, int blendtype) RET_ZERO | ||||
| void texture_rgb_blend(float in[3], const float tex[3], const float out[3], float fact, float facg, int blendtype) RET_NONE | void texture_rgb_blend(float in[3], const float tex[3], const float out[3], float fact, float facg, int blendtype) RET_NONE | ||||
| double elbeemEstimateMemreq(int res, float sx, float sy, float sz, int refine, char *retstr) RET_ZERO | double elbeemEstimateMemreq(int res, float sx, float sy, float sz, int refine, char *retstr) RET_ZERO | ||||
| struct Render *RE_NewRender(const char *name) RET_NULL | struct Render *RE_NewRender(const char *name) RET_NULL | ||||
| void RE_SwapResult(struct Render *re, struct RenderResult **rr) RET_NONE | void RE_SwapResult(struct Render *re, struct RenderResult **rr) RET_NONE | ||||
| void RE_BlenderFrame(struct Render *re, struct Main *bmain, struct Scene *scene, struct SceneRenderLayer *srl, struct Object *camera_override, unsigned int lay_override, int frame, const bool write_still) RET_NONE | void RE_BlenderFrame(struct Render *re, struct Main *bmain, struct Scene *scene, struct SceneRenderLayer *srl, LocalViewInfo *localview, struct Object *camera_override, unsigned int lay_override, int frame, const bool write_still) RET_NONE | ||||
| bool RE_WriteEnvmapResult(struct ReportList *reports, struct Scene *scene, struct EnvMap *env, const char *relpath, const char imtype, float layout[12]) RET_ZERO | bool RE_WriteEnvmapResult(struct ReportList *reports, struct Scene *scene, struct EnvMap *env, const char *relpath, const char imtype, float layout[12]) RET_ZERO | ||||
| /* rna */ | /* rna */ | ||||
| float *ED_view3d_cursor3d_get(struct Scene *scene, struct View3D *v3d) RET_NULL | float *ED_view3d_cursor3d_get(struct Scene *scene, struct View3D *v3d) RET_NULL | ||||
| void WM_menutype_free(void) RET_NONE | void WM_menutype_free(void) RET_NONE | ||||
| void WM_menutype_freelink(struct MenuType *mt) RET_NONE | void WM_menutype_freelink(struct MenuType *mt) RET_NONE | ||||
| bool WM_menutype_add(struct MenuType *mt) RET_ZERO | bool WM_menutype_add(struct MenuType *mt) RET_ZERO | ||||
| int WM_operator_props_dialog_popup(struct bContext *C, struct wmOperator *op, int width, int height) RET_ZERO | int WM_operator_props_dialog_popup(struct bContext *C, struct wmOperator *op, int width, int height) RET_ZERO | ||||
| ▲ Show 20 Lines • Show All 465 Lines • Show Last 20 Lines | |||||