OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
full:tex_external
(Results
1 - 1
of
1
) sorted by null
/external/chromium_org/content/common/gpu/media/
rendering_helper.cc
322
"uniform samplerExternalOES
tex_external
;\n"
327
" color += texture2D(
tex_external
, interp_tc);\n"
359
GLint
tex_external
= glGetUniformLocation(program_, "
tex_external
");
local
360
if (
tex_external
!= -1) {
361
glUniform1i(
tex_external
, 1);
Completed in 81 milliseconds