HomeSort by relevance Sort by last modified time
    Searched refs:bound_texture (Results 1 - 2 of 2) sorted by null

  /external/chromium_org/gpu/command_buffer/tests/
gl_copy_texture_CHROMIUM_unittest.cc 436 GLint bound_texture = 0; local
437 glGetIntegerv(GL_TEXTURE_BINDING_2D, &bound_texture);
438 EXPECT_EQ(texture_ids[1], static_cast<GLuint>(bound_texture));
441 bound_texture = 0;
443 glGetIntegerv(GL_TEXTURE_BINDING_2D, &bound_texture);
444 EXPECT_EQ(texture_ids[0], static_cast<GLuint>(bound_texture));
  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_decoder.cc 5633 GLint bound_texture; local
    [all...]

Completed in 344 milliseconds