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

  /external/ltp/testcases/kernel/device-drivers/drm/user_space/
user_tdrm.c 314 static drm_agp_binding_t bind_buffer; local
315 bind_buffer.handle = agp_buffer.handle;
316 bind_buffer.offset = 64;
318 if (ioctl(tdrm_fd, DRM_IOCTL_AGP_BIND, &bind_buffer))
323 if (ioctl(tdrm_fd, DRM_IOCTL_AGP_UNBIND, &bind_buffer))
  /external/deqp/modules/gles2/functional/
es2fNegativeBufferApiTests.cpp 53 ES2F_ADD_API_CASE(bind_buffer, "Invalid glBindBuffer() usage",
  /external/deqp/modules/gles2/performance/
es2pStateChangeCallTests.cpp 484 ADD_ARG_CASE2(bind_buffer, "Test cost of glBindBuffer() calls. Note: Uses only buffer 0",
  /external/deqp/modules/gles3/performance/
es3pStateChangeCallTests.cpp 519 ADD_ARG_CASE2(bind_buffer, "Test cost of glBindBuffer() calls. Note: Uses only buffer 0",
  /external/deqp/modules/gles31/functional/
es31fNegativeBufferApiTests.cpp 45 void bind_buffer (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
    [all...]
  /external/deqp/modules/gles3/functional/
es3fNegativeBufferApiTests.cpp 55 ES3F_ADD_API_CASE(bind_buffer, "Invalid glBindBuffer() usage",
    [all...]

Completed in 1418 milliseconds