Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching defs:glFramebufferTexture3DOES

164 	glFramebufferTexture3DOES_client_proc_t glFramebufferTexture3DOES;
373 virtual glFramebufferTexture3DOES_client_proc_t set_glFramebufferTexture3DOES(glFramebufferTexture3DOES_client_proc_t f) { glFramebufferTexture3DOES_client_proc_t retval = glFramebufferTexture3DOES; glFramebufferTexture3DOES = f; return retval;}