hostsupport/hostopengles11/src/EGLInterface.cpp
branchbug235_bringup_0
changeset 68 8d4efe9fa1cf
parent 53 c2ef9095503a
equal deleted inserted replaced
67:ca7e6949bf7a 68:8d4efe9fa1cf
   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();