Home
last modified time | relevance | path

Searched refs:bufferId (Results 1 – 5 of 5) sorted by relevance

/external/deqp/modules/gles3/functional/
Des3fBufferObjectQueryTests.cpp251 GLuint bufferId = 0; in test() local
252 glGenBuffers(1, &bufferId); in test()
253 glBindBuffer(m_bufferTarget, bufferId); in test()
258 glDeleteBuffers(1, &bufferId); in test()
458 GLuint bufferId = 0; in test() local
459 glGenBuffers(1, &bufferId); in test()
460 glBindBuffer(GL_ARRAY_BUFFER, bufferId); in test()
477 glDeleteBuffers(1, &bufferId); in test()
/external/deqp/modules/gles2/functional/
Des2fBufferObjectQueryTests.cpp166 GLuint bufferId = 0; in test() local
167 glGenBuffers(1, &bufferId); in test()
168 glBindBuffer(m_bufferTarget, bufferId); in test()
173 glDeleteBuffers(1, &bufferId); in test()
/external/libdrm/
Dxf86drmMode.h359 extern drmModeFBPtr drmModeGetFB(int fd, uint32_t bufferId);
375 extern int drmModeRmFB(int fd, uint32_t bufferId);
380 extern int drmModeDirtyFB(int fd, uint32_t bufferId,
396 int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId,
Dxf86drmMode.c297 int drmModeRmFB(int fd, uint32_t bufferId) in drmModeRmFB() argument
299 return DRM_IOCTL(fd, DRM_IOCTL_MODE_RMFB, &bufferId); in drmModeRmFB()
327 int drmModeDirtyFB(int fd, uint32_t bufferId, in drmModeDirtyFB() argument
333 dirty.fb_id = bufferId; in drmModeDirtyFB()
376 int drmModeSetCrtc(int fd, uint32_t crtcId, uint32_t bufferId, in drmModeSetCrtc() argument
386 crtc.fb_id = bufferId; in drmModeSetCrtc()
/external/libgdx/backends/gdx-backend-moe/src/com/badlogic/gdx/backends/iosmoe/objectal/
DALBuffer.java53 public native int bufferId(); in bufferId() method in ALBuffer