OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:tc_location
(Results
1 - 4
of
4
) sorted by null
/external/chromium_org/media/tools/player_x11/
gl_video_renderer.cc
233
int
tc_location
= glGetAttribLocation(program, "in_tc");
local
234
glEnableVertexAttribArray(
tc_location
);
244
glVertexAttribPointer(
tc_location
, 2, GL_FLOAT, GL_FALSE, 0, verts);
/external/chromium_org/content/common/gpu/media/
rendering_helper.cc
383
int
tc_location
= glGetAttribLocation(program_, "in_tc");
local
384
glEnableVertexAttribArray(
tc_location
);
385
glVertexAttribPointer(
tc_location
, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords);
/external/chromium_org/ppapi/examples/video_capture/
video_capture.cc
393
GLint
tc_location
= gles2_if_->GetAttribLocation(
local
399
gles2_if_->EnableVertexAttribArray(context,
tc_location
);
401
context,
tc_location
, 2, GL_FLOAT, GL_FALSE, 0,
/external/chromium_org/ppapi/examples/video_decode/
video_decode.cc
653
GLint
tc_location
= gles2_if_->GetAttribLocation(
local
660
gles2_if_->EnableVertexAttribArray(context_->pp_resource(),
tc_location
);
662
context_->pp_resource(),
tc_location
, 2, GL_FLOAT, GL_FALSE, 0,
Completed in 1195 milliseconds