/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/ |
H A D | unpack_clipplane.c | 15 crMemcpy( equation, DATA_POINTER( 4, GLdouble ), sizeof(equation) );
|
H A D | unpack_matrices.c | 13 crMemcpy( m, DATA_POINTER( 0, GLdouble ), sizeof(m) ); 30 crMemcpy( m, DATA_POINTER( 0, GLdouble ), sizeof(m) ); 47 crMemcpy( m, DATA_POINTER( 8, GLdouble ), sizeof(m) ); 62 crMemcpy( m, DATA_POINTER( 8, GLdouble ), sizeof(m) );
|
H A D | unpack_context.c | 14 crMemcpy( dest, (cr_unpackData + (offset)), len )
|
H A D | unpack_map.c | 30 crMemcpy( points, DATA_POINTER( sizeof(int) + 52, GLdouble ), n_points ); 71 crMemcpy( points, DATA_POINTER( sizeof(int) + 28, GLdouble ), n_points );
|
/vbox/src/VBox/GuestHost/OpenGL/packer/ |
H A D | pack_stipple.c | 32 crMemcpy( data_ptr, mask, 32*32/8 );
|
H A D | pack_framebuffer.c | 35 crMemcpy(data_ptr + 8, renderbuffers, n* sizeof(*renderbuffers)); 52 crMemcpy(data_ptr + 8, framebuffers, n* sizeof(*framebuffers));
|
H A D | pack_bufferobject.c | 56 crMemcpy(data_ptr, data, size); 81 crMemcpy(data_ptr, data, size); 118 crMemcpy( data_ptr + 8, buffers, n * sizeof(*buffers) );
|
H A D | pack_bounds.c | 45 crMemcpy( data_ptr, payload, len );
|
H A D | pack_fence.c | 21 crMemcpy(data_ptr + 8, fences, n * sizeof(*fences));
|
H A D | pack_shaders.c | 35 crMemcpy(data_ptr, name, cbName*sizeof(*name)); 70 crMemcpy(data_ptr, pLocalLength, count*sizeof(*pLocalLength)); 75 crMemcpy(data_ptr, length, count*sizeof(*length)); 86 crMemcpy(data_ptr, string[i], pLocalLength[i] - 1); 92 crMemcpy(data_ptr, string[i], pLocalLength[i]); 119 crMemcpy(data_ptr, value, count*sizeof(*value)); 135 crMemcpy(data_ptr, value, count*sizeof(*value)); 151 crMemcpy(data_ptr, value, 2*count*sizeof(*value)); 167 crMemcpy(data_ptr, value, 2*count*sizeof(*value)); 183 crMemcpy(data_pt [all...] |
H A D | pack_lists.c | 55 crMemcpy( data_ptr + 8, lists, num_bytes );
|
H A D | pack_map.c | 138 crMemcpy( dest_data, src_data, num_components * sizeof( *points ) ); 195 crMemcpy( dest_data, src_data, num_components * sizeof( *points ) ); 242 crMemcpy( dest_data, src_data, num_components * sizeof( *points ) ); 287 crMemcpy( dest_data, src_data, num_components * sizeof( *points ) );
|
H A D | pack_pixelmap.c | 33 crMemcpy( data_ptr + 16, values, mapsize*size_of_value );
|
H A D | pack_texture.c | 113 crMemcpy((void *) (data_ptr + 40), pixels, distrib_buf_len); 190 crMemcpy( (void*)(data_ptr + 44), pixels, distrib_buf_len ) ; 266 crMemcpy( (void*)(data_ptr + 44), pixels, distrib_buf_len ) ; 292 crMemcpy(data_ptr + 4, textures, n * sizeof(*textures)); 324 crMemcpy(data_ptr + sizeof(int) + 8, params, params_length); 372 crMemcpy(data_ptr + 4, textures, n * sizeof(*textures)); 373 crMemcpy(data_ptr + 4 + n * sizeof(*textures), 399 crMemcpy(data_ptr + sizeof(int) + 8, params, params_length); 515 crMemcpy(data_ptr + sizeof(int) + 8, params, num_params * sizeof(*params)); 717 crMemcpy(data_pt [all...] |
H A D | pack_program.c | 28 crMemcpy(data_ptr + sizeof(int) + 12, params, num * 4 * sizeof(GLdouble)); 46 crMemcpy(data_ptr + sizeof(int) + 12, params, num * 4 * sizeof(GLfloat)); 192 crMemcpy( (void *) (data_ptr + 20), program, len ); 222 crMemcpy( (void *) (data_ptr + 32), name, len ); 242 crMemcpy( (void *) (data_ptr + 48), name, len ); 280 crMemcpy(data_ptr + 12, programs, n * sizeof(*programs)); 299 crMemcpy(data_ptr + 16, name, len); 317 crMemcpy(data_ptr + 16, name, len); 337 crMemcpy( data_ptr + 8, ids, n * sizeof(*ids) ); 355 crMemcpy( (voi [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/dlm/ |
H A D | dlm_pointers.c | 42 * crMemcpy will raise an exception with a NULL source pointer, even if 71 if (instance) crMemcpy(instance->params, params, size); 77 if (instance) crMemcpy(instance->params, params, size); 83 if (instance) crMemcpy(instance->params, params, size); 89 if (instance) crMemcpy(instance->params, params, size); 106 if (instance) crMemcpy(instance->params, params, size); 123 if (instance) crMemcpy(instance->params, params, size); 172 crMemcpy(dest, src, numValues * sizeof(GLdouble)); 195 crMemcpy(dest, src, numValues * sizeof(GLfloat)); 215 crMemcpy(des [all...] |
/vbox/src/VBox/HostServices/SharedOpenGL/crserverlib/ |
H A D | server_writeback.c | 24 crMemcpy( &(wb->writeback_ptr), &(cr_server.writeback_ptr), sizeof( wb->writeback_ptr ) );
|
H A D | server_clip.c | 98 crMemcpy(*new_poly_in+2*(*new_npnts_in), e, 2*sizeof(double)); 108 crMemcpy(*new_poly_in+2*(*new_npnts_in), intr, 2*sizeof(double)); 111 crMemcpy(*new_poly_out+2*(*new_npnts_out), intr, 2*sizeof(double)); 113 crMemcpy(*new_poly_out+2*(*new_npnts_out), e, 2*sizeof(double)); 122 crMemcpy((*new_poly_in)+2*(*new_npnts_in), intr, 2*sizeof(double)); 124 crMemcpy((*new_poly_in)+2*(*new_npnts_in), e, 2*sizeof(double)); 127 crMemcpy(*new_poly_out+2*(*new_npnts_out), intr, 2*sizeof(double)); 132 crMemcpy(*new_poly_out+2*(*new_npnts_out), e, 2*sizeof(double)); 184 crMemcpy(new_vert_src, poly, 2*nvert*sizeof(double)); 200 crMemcpy(new_vert_sr [all...] |
/vbox/src/VBox/GuestHost/OpenGL/include/ |
H A D | cr_unpack.h | 81 crMemcpy( return_ptr, cr_unpackData + (offset), sizeof( *return_ptr ) ); \ 87 crMemcpy( writeback_ptr, cr_unpackData + (offset), sizeof( *writeback_ptr ) ); \
|
H A D | cr_mem.h | 29 extern DECLEXPORT(void) crMemcpy( void *dst, const void *src, unsigned int bytes );
|
/vbox/src/VBox/Additions/common/crOpenGL/pack/ |
H A D | packspu_getshaders.c | 53 crMemcpy(name, (char*)&pLocal[1], pLocal->length+1); 76 crMemcpy(name, &pLocal[1], pLocal->length+1); 97 crMemcpy(shaders, &pLocal[1], *pLocal*sizeof(GLuint)); 118 crMemcpy(obj, &pLocal[1], *pLocal*sizeof(VBoxGLhandleARB)); 143 crMemcpy(infoLog, &pLocal[1], (maxLength >= (pLocal[0])) ? pLocal[0] : maxLength); 164 crMemcpy(infoLog, &pLocal[1], (bufSize >= pLocal[0]) ? pLocal[0] : bufSize); 185 crMemcpy(infoLog, &pLocal[1], (bufSize >= pLocal[0]) ? pLocal[0] : bufSize); 206 crMemcpy(source, &pLocal[1], (bufSize >= pLocal[0]) ? pLocal[0] : bufSize);
|
H A D | packspu_net.c | 22 crMemcpy( &writeback, &(wb->writeback_ptr), sizeof( writeback ) ); 39 crMemcpy( &writeback, &(rb->writeback_ptr), sizeof( writeback ) ); 40 crMemcpy( &dest_ptr, &(rb->readback_ptr), sizeof( dest_ptr ) ); 43 crMemcpy( dest_ptr, ((char *)rb) + sizeof(*rb), payload_len );
|
/vbox/src/VBox/Additions/WINNT/Graphics/Video/mp/wddm/ |
H A D | VBoxMPCrUtil.cpp | 29 DECLEXPORT(void) crMemcpy( void *dst, const void *src, unsigned int bytes ); 54 DECLEXPORT(void) crMemcpy( void *dst, const void *src, unsigned int bytes ) function
|
/vbox/src/VBox/GuestHost/OpenGL/util/ |
H A D | string.c | 35 crMemcpy( ret, str, len ); 43 crMemcpy( ret, str, len ); 134 crMemcpy( dest, src, len ); /* NOTE: not null-terminated! */ 137 crMemcpy( dest, src, str_len + 1 ); /* includes null terminator */ 152 crMemcpy( s, str1, len1 ); 153 crMemcpy( s + len1, str2, len2 ); 165 crMemcpy( s, str1, len1 ); 166 crMemcpy( s + len1, str2, len2 ); 167 crMemcpy( s + len1 + len2, str3, len3 );
|
H A D | mem.c | 115 DECLEXPORT(void) crMemcpy( void *dst, const void *src, unsigned int bytes ) function
|