Skip to content

Instantly share code, notes, and snippets.

@jjgod
Created August 27, 2014 09:27
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save jjgod/53385fd7e32fb080b256 to your computer and use it in GitHub Desktop.
Save jjgod/53385fd7e32fb080b256 to your computer and use it in GitHub Desktop.
../../content/common/gpu/media/vt_video_decode_accelerator.cc:321:42: error: use of undeclared identifier 'GL_TEXTURE_RECTANGLE_ARB'
kNumPictureBuffers, texture_size_, GL_TEXTURE_RECTANGLE_ARB);
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:356:12: error: use of undeclared identifier 'GL_TEXTURE_RECTANGLE_ARB'
glEnable(GL_TEXTURE_RECTANGLE_ARB);
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:366:24: error: use of undeclared identifier 'GL_TEXTURE_RECTANGLE_ARB'
texture_binder(GL_TEXTURE_RECTANGLE_ARB, texture_ids_[picture_id]);
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:369:9: error: use of undeclared identifier 'GL_TEXTURE_RECTANGLE_ARB'
GL_TEXTURE_RECTANGLE_ARB, // target
^
../../base/logging.h:445:5: note: expanded from macro 'CHECK'
!(condition) ? ::base::debug::BreakDebugger() : EAT_STREAM_PARAMETERS
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:370:9: error: use of undeclared identifier 'GL_RGB'
GL_RGB, // internal_format
^
../../base/logging.h:445:5: note: expanded from macro 'CHECK'
!(condition) ? ::base::debug::BreakDebugger() : EAT_STREAM_PARAMETERS
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:373:9: error: use of undeclared identifier 'GL_YCBCR_422_APPLE'
GL_YCBCR_422_APPLE, // format
^
../../base/logging.h:445:5: note: expanded from macro 'CHECK'
!(condition) ? ::base::debug::BreakDebugger() : EAT_STREAM_PARAMETERS
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:374:9: error: use of undeclared identifier 'GL_UNSIGNED_SHORT_8_8_APPLE'
GL_UNSIGNED_SHORT_8_8_APPLE, // type
^
../../base/logging.h:445:5: note: expanded from macro 'CHECK'
!(condition) ? ::base::debug::BreakDebugger() : EAT_STREAM_PARAMETERS
^
../../content/common/gpu/media/vt_video_decode_accelerator.cc:383:13: error: use of undeclared identifier 'GL_TEXTURE_RECTANGLE_ARB'
glDisable(GL_TEXTURE_RECTANGLE_ARB);
^
8 errors generated.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment