Searched defs:dest_id (Results 1 - 15 of 15) sorted by relevance

/external/chromium_org/gpu/command_buffer/service/
H A Dgles2_cmd_copy_texture_chromium.cc219 GLuint dest_id,
229 glBindTexture(GL_TEXTURE_2D, dest_id);
245 decoder->RestoreTextureState(dest_id);
319 GLuint dest_id,
342 dest_id,
359 dest_id,
373 GLuint dest_id,
444 GL_TEXTURE_2D, dest_id, dest_level, framebuffer_)) {
473 decoder->RestoreTextureState(dest_id);
216 DoCopyTexImage2D(const gpu::gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLuint dest_id, GLint dest_level, GLenum dest_internal_format, GLsizei width, GLsizei height, GLuint framebuffer) argument
314 DoCopyTexture( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLenum source_internal_format, GLuint dest_id, GLint dest_level, GLenum dest_internal_format, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha) argument
369 DoCopyTextureWithTransform( const gles2::GLES2Decoder* decoder, GLenum source_target, GLuint source_id, GLuint dest_id, GLint dest_level, GLsizei width, GLsizei height, bool flip_y, bool premultiply_alpha, bool unpremultiply_alpha, const GLfloat transform_matrix[16]) argument
H A Dgles2_cmd_decoder_autogen.h3010 GLenum dest_id = static_cast<GLenum>(c.dest_id); local
3026 target, source_id, dest_id, level, internalformat, dest_type);
H A Dgles2_cmd_decoder.cc10232 GLenum target, GLuint source_id, GLuint dest_id, GLint level,
10236 TextureRef* dest_texture_ref = GetTexture(dest_id);
10231 DoCopyTextureCHROMIUM( GLenum target, GLuint source_id, GLuint dest_id, GLint level, GLenum internal_format, GLenum dest_type) argument
/external/checkpolicy/
H A Dmodule_compiler.c205 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...]
/external/chromium_org/cc/resources/
H A Dresource_provider.cc2004 void ResourceProvider::CopyResource(ResourceId source_id, ResourceId dest_id) { argument
2015 Resource* dest_resource = GetResource(dest_id);
H A Dresource_provider_unittest.cc3410 ResourceProvider::ResourceId dest_id = 0; local
3451 dest_id = resource_provider->CreateResource(
3469 resource_provider->CopyResource(source_id, dest_id);
3482 resource_provider->DeleteResource(dest_id);
/external/chromium_org/gpu/command_buffer/client/
H A Dgles2_implementation_impl_autogen.h2011 GLenum dest_id,
2019 << GLES2Util::GetStringEnum(dest_id) << ", " << level
2023 target, source_id, dest_id, level, internalformat, dest_type);
2009 CopyTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
H A Dgles2_c_lib_autogen.h834 GLenum dest_id,
839 target, source_id, dest_id, level, internalformat, dest_type);
832 GLES2CopyTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
H A Dgles2_cmd_helper_autogen.h1675 GLenum dest_id,
1682 c->Init(target, source_id, dest_id, level, internalformat, dest_type);
1673 CopyTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
H A Dgles2_trace_implementation_impl_autogen.h1322 GLenum dest_id,
1328 target, source_id, dest_id, level, internalformat, dest_type);
1320 CopyTextureCHROMIUM(GLenum target, GLenum source_id, GLenum dest_id, GLint level, GLint internalformat, GLenum dest_type) argument
/external/kernel-headers/original/uapi/asm-x86/asm/
H A Dkvm.h96 __u8 dest_id; member in struct:kvm_ioapic_state::__anon22783::__anon22784
/external/linux-tools-perf/perf-3.12.0/arch/x86/include/uapi/asm/
H A Dkvm.h96 __u8 dest_id; member in struct:kvm_ioapic_state::__anon25132::__anon25133
/external/qemu/android/config/linux-x86/asm/
H A Dkvm.h74 __u8 dest_id; member in struct:kvm_ioapic_state::__anon29060::__anon29061
/external/qemu/android/config/linux-x86_64/asm/
H A Dkvm.h74 __u8 dest_id; member in struct:kvm_ioapic_state::__anon29082::__anon29083
/external/chromium_org/gpu/command_buffer/common/
H A Dgles2_cmd_format_autogen.h8033 dest_id = _dest_id;
8054 uint32_t dest_id; member in struct:CopyTextureCHROMIUM
8068 COMPILE_ASSERT(offsetof(CopyTextureCHROMIUM, dest_id) == 12,

Completed in 1091 milliseconds