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

  /external/drm_gralloc/
gralloc_drm_intel.c 70 drm_intel_bo *ibo; member in struct:intel_buffer
109 target->ibo, 0, read_domains, write_domain);
111 batch_dword(info, target->ibo->offset);
245 drm_intel_bo *ibo; local
285 ibo = drm_intel_bo_alloc_tiled(info->bufmgr, name,
288 if (!ibo || *stride > max_stride) {
289 if (ibo) {
290 drm_intel_bo_unreference(ibo);
291 ibo = NULL;
301 if (ibo)
    [all...]
  /external/libgdx/tests/gdx-tests/src/com/badlogic/gdx/tests/
IndexBufferObjectShaderTest.java 34 IndexBufferObject ibo; field in class:IndexBufferObjectShaderTest
41 ibo.dispose();
56 ibo.bind();
58 ibo.unbind();
82 ibo = new IndexBufferObject(true, 3);
83 ibo.setIndices(new short[] {0, 1, 2}, 0, 3);
91 ibo.invalidate();
  /external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletDynamics/Dynamics/
btRigidBody.cpp 327 btVector3 ibo = Ib*omegab; local
330 btVector3 f = step * omegab.cross(ibo);

Completed in 55 milliseconds