Searched defs:datatype (Results 26 - 44 of 44) sorted by relevance

12

/external/mesa3d/src/mesa/swrast/
H A Ds_span.c308 _mesa_problem(ctx, "bad datatype 0x%x in interpolate_int_colors",
1036 GLenum datatype,
1044 if (datatype == GL_UNSIGNED_BYTE)
1053 if (datatype == GL_UNSIGNED_BYTE) {
1057 assert(datatype == GL_FLOAT);
1068 GLenum datatype,
1075 if (datatype == GL_UNSIGNED_BYTE) {
1080 assert(datatype == GL_FLOAT);
1102 if (datatype == GL_UNSIGNED_BYTE) {
1108 assert(datatype
1035 put_values(struct gl_context *ctx, struct gl_renderbuffer *rb, GLenum datatype, GLuint count, const GLint x[], const GLint y[], const void *values, const GLubyte *mask) argument
1067 _swrast_put_row(struct gl_context *ctx, struct gl_renderbuffer *rb, GLenum datatype, GLuint count, GLint x, GLint y, const void *values, const GLubyte *mask) argument
[all...]
/external/chromium_org/sync/syncable/
H A Dsyncable_unittest.cc1256 ModelType datatype = iter.Get(); local
1257 SCOPED_TRACE(testing::Message("Testing model type ") << datatype);
1258 switch (datatype) {
1266 AddDefaultFieldValue(datatype, &specifics);
1277 ASSERT_EQ(datatype, folder.GetModelType());
1286 ASSERT_EQ(datatype, item.GetModelType());
1288 // It's critical that deletion records retain their datatype, so that
1298 ASSERT_EQ(datatype, deleted_item.GetModelType());
1307 ASSERT_EQ(datatype, server_folder.GetServerModelType());
1316 ASSERT_EQ(datatype, server_ite
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth, argument
183 if (datatype == DTYPE_UBYTE && comps == 4) {
196 else if (datatype == DTYPE_UBYTE && comps == 3) {
208 else if (datatype == DTYPE_UBYTE && comps == 2) {
219 else if (datatype == DTYPE_UBYTE && comps == 1) {
230 else if (datatype == DTYPE_USHORT && comps == 4) {
243 else if (datatype == DTYPE_USHORT && comps == 3) {
255 else if (datatype == DTYPE_USHORT && comps == 2) {
266 else if (datatype
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth, const void *srcRowA, const void *srcRowB, const void *srcRowC, const void *srcRowD, int dstWidth, void *dstRow) argument
907 format_to_type_comps(enum pipe_format pformat, enum dtype *datatype, uint *comps) argument
965 enum dtype datatype; local
987 enum dtype datatype; local
1031 enum dtype datatype; local
[all...]
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath.c52 VGPathDatatype datatype; member in struct:path
83 VGPathDatatype dt = p->datatype;
126 debug_assert(!"Unknown path datatype!");
131 void vg_float_to_datatype(VGPathDatatype datatype, argument
137 switch(datatype) {
163 debug_assert(!"Unknown path datatype!");
170 VGPathDatatype datatype)
175 VGint size_dst = size_for_datatype(datatype);
181 vg_float_to_datatype(datatype, common_data, data, 1);
197 path->datatype
167 coords_adjust_by_scale_bias(struct path *p, void *pdata, VGint num_coords, VGfloat scale, VGfloat bias, VGPathDatatype datatype) argument
814 VGPathDatatype datatype; member in struct:transform_data
[all...]
/external/mesa3d/src/gallium/auxiliary/util/
H A Du_gen_mipmap.c165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth, argument
183 if (datatype == DTYPE_UBYTE && comps == 4) {
196 else if (datatype == DTYPE_UBYTE && comps == 3) {
208 else if (datatype == DTYPE_UBYTE && comps == 2) {
219 else if (datatype == DTYPE_UBYTE && comps == 1) {
230 else if (datatype == DTYPE_USHORT && comps == 4) {
243 else if (datatype == DTYPE_USHORT && comps == 3) {
255 else if (datatype == DTYPE_USHORT && comps == 2) {
266 else if (datatype
545 do_row_3D(enum dtype datatype, uint comps, int srcWidth, const void *srcRowA, const void *srcRowB, const void *srcRowC, const void *srcRowD, int dstWidth, void *dstRow) argument
907 format_to_type_comps(enum pipe_format pformat, enum dtype *datatype, uint *comps) argument
965 enum dtype datatype; local
987 enum dtype datatype; local
1031 enum dtype datatype; local
[all...]
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath.c52 VGPathDatatype datatype; member in struct:path
83 VGPathDatatype dt = p->datatype;
126 debug_assert(!"Unknown path datatype!");
131 void vg_float_to_datatype(VGPathDatatype datatype, argument
137 switch(datatype) {
163 debug_assert(!"Unknown path datatype!");
170 VGPathDatatype datatype)
175 VGint size_dst = size_for_datatype(datatype);
181 vg_float_to_datatype(datatype, common_data, data, 1);
197 path->datatype
167 coords_adjust_by_scale_bias(struct path *p, void *pdata, VGint num_coords, VGfloat scale, VGfloat bias, VGPathDatatype datatype) argument
814 VGPathDatatype datatype; member in struct:transform_data
[all...]
/external/valgrind/main/mpi/
H A Dlibmpiwrap.c412 MPI_Datatype datatype,
416 int err = PMPI_Get_count(status, datatype, &n);
990 void check_mem_is_defined ( char* buffer, long count, MPI_Datatype datatype )
992 walk_type_array( check_mem_is_defined_untyped, buffer, datatype, count );
1001 void check_mem_is_addressable ( void *buffer, long count, MPI_Datatype datatype )
1003 walk_type_array( check_mem_is_addressable_untyped, buffer, datatype, count );
1011 void make_mem_defined_if_addressable ( void *buffer, int count, MPI_Datatype datatype )
1014 buffer, datatype, count );
1020 MPI_Datatype datatype )
1023 make_mem_defined_if_addressable(buffer, count, datatype);
411 count_from_Status( int* recv_count, MPI_Datatype datatype, MPI_Status* status) argument
1057 generic_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1071 PMPI_Send(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1075 PMPI_Bsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1079 PMPI_Ssend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1083 PMPI_Rsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm) argument
1094 PMPI_Recv(void *buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Status *status) argument
1171 MPI_Datatype datatype; member in struct:__anon28666
1370 generic_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1387 PMPI_Isend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1392 PMPI_Ibsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1397 PMPI_Issend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1402 PMPI_Irsend(void *buf, int count, MPI_Datatype datatype, int dest, int tag, MPI_Comm comm, MPI_Request* request) argument
1415 PMPI_Irecv( void* buf, int count, MPI_Datatype datatype, int source, int tag, MPI_Comm comm, MPI_Request* request ) argument
1802 PMPI_Pack( void* inbuf, int incount, MPI_Datatype datatype, void* outbuf, int outsize, int* position, MPI_Comm comm ) argument
1851 PMPI_Unpack( void* inbuf, int insize, int* position, void* outbuf, int outcount, MPI_Datatype datatype, MPI_Comm comm ) argument
1906 PMPI_Bcast(void *buffer, int count, MPI_Datatype datatype, int root, MPI_Comm comm) argument
2052 PMPI_Reduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, int root, MPI_Comm comm) argument
2080 PMPI_Allreduce(void *sendbuf, void *recvbuf, int count, MPI_Datatype datatype, MPI_Op op, MPI_Comm comm) argument
[all...]
/external/chromium_org/third_party/mesa/src/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp314 int size, int datatype, GLuint *swizzle_out);
867 gl_constant_value values[4], int size, int datatype,
872 size, datatype, swizzle_out);
885 entry->type == datatype &&
893 entry = new(mem_ctx) immediate_storage(values, size, datatype);
866 add_constant(gl_register_file file, gl_constant_value values[4], int size, int datatype, GLuint *swizzle_out) argument
/external/libmtp/src/
H A Dptp-pack.c630 PTPPropertyValue* value, uint16_t datatype
632 switch (datatype) {
861 ptp_pack_DPV (PTPParams *params, PTPPropertyValue* value, unsigned char** dpvptr, uint16_t datatype) argument
867 switch (datatype) {
1000 packedpropstypes[noitems]= propitr->datatype;
1003 packedpropslens[noitems] = ptp_pack_DPV (params, &propitr->propval, &packedprops[noitems], propitr->datatype);
1074 props[i].datatype = dtoh16a(data);
1079 ptp_unpack_DPV(params, data, &offset, len, &props[i].propval, props[i].datatype);
H A Dptp.c1018 PTPPropertyValue* value, uint16_t datatype)
1033 if (ret == PTP_RC_OK) ptp_unpack_DPV(params, dpv, &offset, len, value, datatype);
1040 PTPPropertyValue *value, uint16_t datatype)
1051 size=ptp_pack_DPV(params, value, &dpv, datatype);
1704 uint16_t propcode, PTPPropertyValue *value, uint16_t datatype
1733 if (datatype != PTP_DTC_STR) {
1740 switch (datatype) {
2474 PTPPropertyValue *value, uint16_t datatype
2489 ptp_unpack_DPV(params, data, &offset, size, value, datatype);
2509 PTPPropertyValue *value, uint16_t datatype
1017 ptp_getdevicepropvalue(PTPParams* params, uint16_t propcode, PTPPropertyValue* value, uint16_t datatype) argument
1039 ptp_setdevicepropvalue(PTPParams* params, uint16_t propcode, PTPPropertyValue *value, uint16_t datatype) argument
[all...]
H A Dlibmtp.h544 * The datatype specifying which of the above is used
546 LIBMTP_datatype_t datatype; member in struct:LIBMTP_allowed_values_struct
H A Dptp.h923 uint16_t datatype; member in struct:_MTPProperties
2106 PTPPropertyValue* value, uint16_t datatype);
2108 PTPPropertyValue* value, uint16_t datatype);
2118 PTPPropertyValue *value, uint16_t datatype);
2120 PTPPropertyValue *value, uint16_t datatype);
2413 PTPPropertyValue* value, uint16_t datatype);
/external/mesa3d/src/mesa/state_tracker/
H A Dst_glsl_to_tgsi.cpp314 int size, int datatype, GLuint *swizzle_out);
867 gl_constant_value values[4], int size, int datatype,
872 size, datatype, swizzle_out);
885 entry->type == datatype &&
893 entry = new(mem_ctx) immediate_storage(values, size, datatype);
866 add_constant(gl_register_file file, gl_constant_value values[4], int size, int datatype, GLuint *swizzle_out) argument
/external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
H A Dmeta.c3494 GLenum datatype = _mesa_get_format_datatype(format); local
3495 if (datatype == GL_INT || datatype == GL_UNSIGNED_INT)
3496 return datatype;
/external/mesa3d/src/mesa/drivers/common/
H A Dmeta.c3494 GLenum datatype = _mesa_get_format_datatype(format); local
3495 if (datatype == GL_INT || datatype == GL_UNSIGNED_INT)
3496 return datatype;
/external/chromium/chrome/browser/automation/
H A Dtesting_automation_provider.cc4194 syncable::ModelType datatype = local
4196 if (datatype == syncable::UNSPECIFIED) {
4198 "Invalid datatype string: %s.", datatype_string.c_str()));
4201 sync_waiter_->EnableSyncForDatatype(datatype);
4203 "Enabling datatype: %s", datatype_string.c_str()));
4258 syncable::ModelType datatype = local
4260 if (datatype == syncable::UNSPECIFIED) {
4262 "Invalid datatype string: %s.", datatype_string.c_str()));
4265 sync_waiter_->DisableSyncForDatatype(datatype);
4267 "Disabling datatype
[all...]
/external/chromium_org/third_party/sqlite/src/tool/
H A Dlemon.c177 char *datatype; /* The data type of information held by this member in struct:symbol
2314 if((sp) && (sp->datatype)){
2323 psp->declargslot = &sp->datatype;
3428 int maxdtlength; /* Maximum length of any ".datatype" field. */
3429 char *stddt; /* Standardized name for a datatype */
3445 if( sp->datatype==0 ) continue;
3446 len = lemonStrlen(sp->datatype);
3459 ** a datatype using the %type directive.
3468 if( sp->type!=NONTERMINAL || (sp->datatype==0 && lemp->vartype==0) ){
3472 cp = sp->datatype;
[all...]
/external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
H A DFlexAntTasks.jar ... ant/tasks/ org/ org/dom4j/ org/dom4j/bean/ org/dom4j/datatype/ org/dom4j/dom/ org/dom4j/dtd/ org/dom4j/io/ org ...
/external/jdiff/
H A Dxerces.jar ... xs/util/ org/apache/xerces/jaxp/ org/apache/xerces/jaxp/datatype/ org/apache/xerces/jaxp/validation/ org/apache/xerces/parsers/ org ...

Completed in 846 milliseconds

12