Home | History | Annotate | Download | only in GLESv2_enc

Lines Matching refs:glGetShaderPrecisionFormat

80 	glGetShaderPrecisionFormat_client_proc_t glGetShaderPrecisionFormat;
289 virtual glGetShaderPrecisionFormat_client_proc_t set_glGetShaderPrecisionFormat(glGetShaderPrecisionFormat_client_proc_t f) { glGetShaderPrecisionFormat_client_proc_t retval = glGetShaderPrecisionFormat; glGetShaderPrecisionFormat = f; return retval;}