Searched refs:bind_buffer (Results 1 - 6 of 6) sorted by relevance

/external/ltp/testcases/kernel/device-drivers/drm/user_space/
H A Duser_tdrm.c314 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/
H A Des2fNegativeBufferApiTests.cpp53 ES2F_ADD_API_CASE(bind_buffer, "Invalid glBindBuffer() usage",
/external/deqp/modules/gles2/performance/
H A Des2pStateChangeCallTests.cpp484 ADD_ARG_CASE2(bind_buffer, "Test cost of glBindBuffer() calls. Note: Uses only buffer 0",
/external/deqp/modules/gles3/performance/
H A Des3pStateChangeCallTests.cpp519 ADD_ARG_CASE2(bind_buffer, "Test cost of glBindBuffer() calls. Note: Uses only buffer 0",
/external/deqp/modules/gles31/functional/
H A Des31fNegativeBufferApiTests.cpp45 void bind_buffer (NegativeTestContext& ctx) function in namespace:deqp::gles31::Functional::NegativeTestShared
1986 {bind_buffer, "bind_buffer", "Invalid glBindBuffer() usage" },
/external/deqp/modules/gles3/functional/
H A Des3fNegativeBufferApiTests.cpp55 ES3F_ADD_API_CASE(bind_buffer, "Invalid glBindBuffer() usage",

Completed in 255 milliseconds