Searched refs:kTextureCoords (Results 1 - 3 of 3) sorted by relevance

/external/chromium_org/media/tools/shader_bench/
H A Dgpu_painter.cc17 static const float kTextureCoords[8] = { variable
90 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords);
/external/chromium_org/media/tools/player_x11/
H A Dgl_video_renderer.cc71 static const float kTextureCoords[8] = { variable
/external/chromium_org/content/common/gpu/media/
H A Drendering_helper_gl.cc393 static const float kTextureCoords[] = { 0, 1, 0, 0, 1, 1, 1, 0, }; local
448 glVertexAttribPointer(tc_location, 2, GL_FLOAT, GL_FALSE, 0, kTextureCoords);

Completed in 2602 milliseconds