equal
deleted
inserted
replaced
271 return; |
271 return; |
272 } |
272 } |
273 |
273 |
274 int EGLtoGLESInterface::BindTexImage( void* surface, int level, bool generateMipmap, const SurfaceDescriptor* desc, void* buffer ) |
274 int EGLtoGLESInterface::BindTexImage( void* surface, int level, bool generateMipmap, const SurfaceDescriptor* desc, void* buffer ) |
275 { |
275 { |
276 GLES_ENTER_RET(NULL); |
276 GLES_ENTER_RET(0); |
277 |
277 |
278 GLuint ret = 0; |
278 GLuint ret = 0; |
279 |
279 |
280 // Store the current error and clear the error flag. |
280 // Store the current error and clear the error flag. |
281 ctx->GetHostError(); |
281 ctx->GetHostError(); |