HomeSort by relevance Sort by last modified time
    Searched refs:dest_id (Results 1 - 25 of 31) sorted by null

1 2

  /external/chromium_org/gpu/command_buffer/service/
gles2_cmd_copy_texture_chromium.h 33 GLenum dest_target, GLuint source_id, GLuint dest_id,
42 GLuint source_id, GLuint dest_id, GLint level,
gles2_cmd_copy_texture_chromium.cc 249 GLuint dest_id,
262 dest_id, level, width, height, flip_y, premultiply_alpha,
271 GLuint dest_id,
341 glBindTexture(GL_TEXTURE_2D, dest_id);
350 dest_id, level);
387 decoder->RestoreTextureState(dest_id);
  /external/checkpolicy/
module_compiler.c 205 char *id = queue_remove(id_queue), *dest_id = NULL; local
226 if ((dest_id = strdup(id)) == NULL) {
232 dest_id = id;
246 dest_role = (role_datum_t *) hashtab_search(roles_tab, dest_id);
252 free(dest_id);
258 if (role_implicit_bounds(roles_tab, dest_id, dest_role)) {
259 free(dest_id);
264 if (hashtab_insert(roles_tab, dest_id, dest_role)) {
266 free(dest_id);
272 free(dest_id);
409 char *id = queue_remove(id_queue), *dest_id = NULL; local
    [all...]
  /bionic/libc/kernel/uapi/asm-x86/asm/
kvm.h 119 __u8 dest_id; member in struct:kvm_ioapic_state::__anon217::__anon218
  /development/ndk/platforms/android-L/arch-x86/include/asm/
kvm.h 119 __u8 dest_id; member in struct:kvm_ioapic_state::__anon1862::__anon1863
  /development/ndk/platforms/android-L/arch-x86_64/include/asm/
kvm.h 119 __u8 dest_id; member in struct:kvm_ioapic_state::__anon1873::__anon1874
  /external/kernel-headers/original/uapi/asm-x86/asm/
kvm.h 96 __u8 dest_id; member in struct:kvm_ioapic_state::__anon26592::__anon26593
  /external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
kvm.h 96 __u8 dest_id; member in struct:kvm_ioapic_state::__anon28902::__anon28903
  /external/qemu/android/config/linux-x86/asm/
kvm.h 74 __u8 dest_id; member in struct:kvm_ioapic_state::__anon32778::__anon32779
  /external/qemu/android/config/linux-x86_64/asm/
kvm.h 74 __u8 dest_id; member in struct:kvm_ioapic_state::__anon32800::__anon32801
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.6/sysroot/usr/include/asm/
kvm.h 74 __u8 dest_id; member in struct:kvm_ioapic_state::__anon45536::__anon45537
  /prebuilts/gcc/linux-x86/host/x86_64-linux-glibc2.11-4.8/sysroot/usr/include/asm/
kvm.h 74 __u8 dest_id; member in struct:kvm_ioapic_state::__anon47272::__anon47273
  /prebuilts/ndk/9/platforms/android-19/arch-x86_64/usr/include/asm/
kvm.h 119 __u8 dest_id; member in struct:kvm_ioapic_state::__anon76692::__anon76693
  /external/chromium_org/gpu/GLES2/
gl2extchromium.h 391 GLenum target, GLenum source_id, GLenum dest_id, GLint level,
395 GLenum target, GLenum source_id, GLenum dest_id, GLint level,
  /external/chromium_org/cc/resources/
resource_provider.h 373 void CopyResource(ResourceId source_id, ResourceId dest_id);
resource_provider_unittest.cc 3055 ResourceProvider::ResourceId dest_id = 0; local
3135 ResourceProvider::ResourceId dest_id = 0; local
    [all...]
resource_provider.cc     [all...]
  /external/chromium_org/gpu/command_buffer/client/
gles2_implementation_impl_autogen.h     [all...]
gles2_c_lib_autogen.h     [all...]
gles2_trace_implementation_impl_autogen.h     [all...]
gles2_implementation_autogen.h 649 GLenum dest_id,
gles2_interface_autogen.h 439 GLenum dest_id,
gles2_interface_stub_autogen.h 470 GLenum dest_id,
gles2_trace_implementation_autogen.h 470 GLenum dest_id,
  /external/chromium_org/webkit/common/gpu/
webgraphicscontext3d_impl.h 463 WebGLId dest_id, WGC3Dint level,

Completed in 1577 milliseconds

1 2