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

12

/external/dropbear/
H A Dcli-channel.c37 unsigned int datatype; local
48 datatype = buf_getint(ses.payload);
50 if (datatype != SSH_EXTENDED_DATA_STDERR) {
51 TRACE(("leave recv_msg_channel_extended_data: wrong datatype: %d",
52 datatype))
/external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/vega/
H A Dpath_utils.h37 static INLINE VGint size_for_datatype(VGPathDatatype datatype) argument
39 switch(datatype) {
49 assert(!"unknown datatype");
H A Dapi_path.c37 VGPathDatatype datatype,
49 if (datatype < VG_PATH_DATATYPE_S_8 ||
50 datatype > VG_PATH_DATATYPE_F) {
59 return path_to_handle(path_create(datatype, scale, bias,
36 vegaCreatePath(VGint pathFormat, VGPathDatatype datatype, VGfloat scale, VGfloat bias, VGint segmentCapacityHint, VGint coordCapacityHint, VGbitfield capabilities) argument
/external/mesa3d/src/gallium/state_trackers/vega/
H A Dpath_utils.h37 static INLINE VGint size_for_datatype(VGPathDatatype datatype) argument
39 switch(datatype) {
49 assert(!"unknown datatype");
H A Dapi_path.c37 VGPathDatatype datatype,
49 if (datatype < VG_PATH_DATATYPE_S_8 ||
50 datatype > VG_PATH_DATATYPE_F) {
59 return path_to_handle(path_create(datatype, scale, bias,
36 vegaCreatePath(VGint pathFormat, VGPathDatatype datatype, VGfloat scale, VGfloat bias, VGint segmentCapacityHint, VGint coordCapacityHint, VGbitfield capabilities) argument
/external/chromium_org/sync/api/
H A Dsync_data.cc62 ModelType datatype) {
64 AddDefaultFieldValue(datatype, &specifics);
60 CreateLocalDelete( const std::string& sync_tag, ModelType datatype) argument
/external/chromium/chrome/browser/sync/
H A Dprofile_sync_service_harness.cc461 // Only look for a match if we have at least one enabled datatype in
491 syncable::ModelType datatype) {
496 synced_datatypes.insert(datatype);
503 syncable::ModelTypeFromInt(datatype));
505 synced_datatypes.insert(syncable::ModelTypeFromInt(datatype));
508 AwaitSyncCycleCompletion("Waiting for datatype configuration.");
509 VLOG(1) << "EnableSyncForDatatype(): Enabled sync for datatype "
510 << syncable::ModelTypeToString(datatype) << " on Client " << id_;
512 VLOG(1) << "EnableSyncForDatatype(): Sync already enabled for datatype "
513 << syncable::ModelTypeToString(datatype) << " o
490 EnableSyncForDatatype( syncable::ModelType datatype) argument
518 DisableSyncForDatatype( syncable::ModelType datatype) argument
[all...]
/external/chromium/chrome/browser/sync/syncable/
H A Dmodel_type.cc24 void AddDefaultExtensionValue(syncable::ModelType datatype, argument
26 switch (datatype) {
143 // This is an item of a datatype we can't understand. Maybe it's
146 NOTREACHED() << "Unknown datatype in sync proto.";
H A Dsyncable_unittest.cc1291 ModelType datatype = ModelTypeFromInt(i); local
1292 SCOPED_TRACE(testing::Message("Testing model type ") << datatype);
1293 switch (datatype) {
1301 AddDefaultExtensionValue(datatype, &specifics);
1312 ASSERT_EQ(datatype, folder.GetModelType());
1321 ASSERT_EQ(datatype, item.GetModelType());
1323 // It's critical that deletion records retain their datatype, so that
1332 ASSERT_EQ(datatype, deleted_item.GetModelType());
1341 ASSERT_EQ(datatype, server_folder.GetServerModelType());
1350 ASSERT_EQ(datatype, server_ite
[all...]
/external/chromium_org/sync/internal_api/
H A Ddebug_info_event_listener.cc124 void DebugInfoEventListener::OnNudgeFromDatatype(ModelType datatype) { argument
128 GetSpecificsFieldNumberFromModelType(datatype));
/external/chromium_org/third_party/mesa/src/src/mesa/main/
H A Dformats.c1955 GLenum datatype = 0; local
1960 _mesa_format_to_type_and_comps(f, &datatype, &comps);
2057 * Return datatype and number of components per texel for the given gl_format.
2062 GLenum *datatype, GLuint *comps)
2073 *datatype = GL_UNSIGNED_BYTE;
2078 *datatype = GL_UNSIGNED_BYTE;
2083 *datatype = GL_UNSIGNED_SHORT_5_6_5;
2089 *datatype = GL_UNSIGNED_SHORT_4_4_4_4;
2095 *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV;
2100 *datatype
2061 _mesa_format_to_type_and_comps(gl_format format, GLenum *datatype, GLuint *comps) argument
[all...]
H A Dtexobj.c492 GLenum datatype = _mesa_get_format_datatype(baseImage->TexFormat); local
493 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT;
H A Dmipmap.c53 bytes_per_pixel(GLenum datatype, GLuint comps) argument
57 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA ||
58 datatype == GL_UNSIGNED_INT_24_8_MESA)
61 b = _mesa_sizeof_packed_type(datatype);
64 if (_mesa_type_is_packed(datatype))
152 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
156 do_row(GLenum datatype, GLuint comps, GLint srcWidth, argument
170 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
183 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
195 else if (datatype
789 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, const GLvoid *srcRowC, const GLvoid *srcRowD, GLint dstWidth, GLvoid *dstRow) argument
1422 make_1d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, const GLubyte *srcPtr, GLint dstWidth, GLubyte *dstPtr) argument
1452 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) argument
1544 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1710 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1896 GLenum datatype; local
[all...]
H A Dteximage.c4005 GLenum datatype; local
4010 datatype = _mesa_get_format_datatype(format);
4011 if (datatype == GL_FLOAT && !ctx->Extensions.ARB_texture_float)
4014 if (datatype == GL_HALF_FLOAT && !ctx->Extensions.ARB_half_float_pixel)
/external/chromium_org/third_party/mesa/src/src/mesa/program/
H A Dprog_parameter.c103 * \param datatype GL_FLOAT, GL_FLOAT_VECx, GL_INT, GL_INT_VECx or GL_NONE.
111 GLuint size, GLenum datatype,
158 p->DataType = datatype;
257 GLenum datatype, GLuint *swizzleOut)
290 size, datatype, values, NULL, 0x0);
327 const char *name, GLuint size, GLenum datatype,
338 size, datatype, NULL, NULL, flags);
351 const char *name, GLint size, GLenum datatype, GLint attrib)
367 size, datatype, NULL, state, 0x0);
109 _mesa_add_parameter(struct gl_program_parameter_list *paramList, gl_register_file type, const char *name, GLuint size, GLenum datatype, const gl_constant_value *values, const gl_state_index state[STATE_LENGTH], GLbitfield flags) argument
255 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value values[4], GLuint size, GLenum datatype, GLuint *swizzleOut) argument
326 _mesa_add_varying(struct gl_program_parameter_list *paramList, const char *name, GLuint size, GLenum datatype, GLbitfield flags) argument
350 _mesa_add_attribute(struct gl_program_parameter_list *paramList, const char *name, GLint size, GLenum datatype, GLint attrib) argument
/external/chromium_org/third_party/mesa/src/src/mesa/swrast/
H A Ds_drawpix.c435 GLenum datatype = _mesa_get_format_datatype( local
437 if (datatype != GL_FLOAT &&
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/mesa3d/src/mesa/main/
H A Dformats.c1955 GLenum datatype = 0; local
1960 _mesa_format_to_type_and_comps(f, &datatype, &comps);
2057 * Return datatype and number of components per texel for the given gl_format.
2062 GLenum *datatype, GLuint *comps)
2073 *datatype = GL_UNSIGNED_BYTE;
2078 *datatype = GL_UNSIGNED_BYTE;
2083 *datatype = GL_UNSIGNED_SHORT_5_6_5;
2089 *datatype = GL_UNSIGNED_SHORT_4_4_4_4;
2095 *datatype = GL_UNSIGNED_SHORT_1_5_5_5_REV;
2100 *datatype
2061 _mesa_format_to_type_and_comps(gl_format format, GLenum *datatype, GLuint *comps) argument
[all...]
H A Dtexobj.c492 GLenum datatype = _mesa_get_format_datatype(baseImage->TexFormat); local
493 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT;
H A Dmipmap.c46 bytes_per_pixel(GLenum datatype, GLuint comps) argument
50 if (datatype == GL_UNSIGNED_INT_8_24_REV_MESA ||
51 datatype == GL_UNSIGNED_INT_24_8_MESA)
54 b = _mesa_sizeof_packed_type(datatype);
57 if (_mesa_type_is_packed(datatype))
145 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
149 do_row(GLenum datatype, GLuint comps, GLint srcWidth, argument
163 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
176 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
188 else if (datatype
782 do_row_3D(GLenum datatype, GLuint comps, GLint srcWidth, const GLvoid *srcRowA, const GLvoid *srcRowB, const GLvoid *srcRowC, const GLvoid *srcRowD, GLint dstWidth, GLvoid *dstRow) argument
1415 make_1d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, const GLubyte *srcPtr, GLint dstWidth, GLubyte *dstPtr) argument
1445 make_2d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, const GLubyte *srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLubyte *dstPtr, GLint dstRowStride) argument
1537 make_3d_mipmap(GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcPtr, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstPtr, GLint dstRowStride) argument
1703 _mesa_generate_mipmap_level(GLenum target, GLenum datatype, GLuint comps, GLint border, GLint srcWidth, GLint srcHeight, GLint srcDepth, const GLubyte **srcData, GLint srcRowStride, GLint dstWidth, GLint dstHeight, GLint dstDepth, GLubyte **dstData, GLint dstRowStride) argument
1889 GLenum datatype; local
[all...]
H A Dteximage.c4005 GLenum datatype; local
4010 datatype = _mesa_get_format_datatype(format);
4011 if (datatype == GL_FLOAT && !ctx->Extensions.ARB_texture_float)
4014 if (datatype == GL_HALF_FLOAT && !ctx->Extensions.ARB_half_float_pixel)
/external/mesa3d/src/mesa/program/
H A Dprog_parameter.c103 * \param datatype GL_FLOAT, GL_FLOAT_VECx, GL_INT, GL_INT_VECx or GL_NONE.
111 GLuint size, GLenum datatype,
158 p->DataType = datatype;
246 GLenum datatype, GLuint *swizzleOut)
279 size, datatype, values, NULL, 0x0);
316 const char *name, GLuint size, GLenum datatype,
327 size, datatype, NULL, NULL, flags);
340 const char *name, GLint size, GLenum datatype, GLint attrib)
356 size, datatype, NULL, state, 0x0);
109 _mesa_add_parameter(struct gl_program_parameter_list *paramList, gl_register_file type, const char *name, GLuint size, GLenum datatype, const gl_constant_value *values, const gl_state_index state[STATE_LENGTH], GLbitfield flags) argument
244 _mesa_add_typed_unnamed_constant(struct gl_program_parameter_list *paramList, const gl_constant_value values[4], GLuint size, GLenum datatype, GLuint *swizzleOut) argument
315 _mesa_add_varying(struct gl_program_parameter_list *paramList, const char *name, GLuint size, GLenum datatype, GLbitfield flags) argument
339 _mesa_add_attribute(struct gl_program_parameter_list *paramList, const char *name, GLint size, GLenum datatype, GLint attrib) argument
/external/mesa3d/src/mesa/swrast/
H A Ds_drawpix.c435 GLenum datatype = _mesa_get_format_datatype( local
437 if (datatype != GL_FLOAT &&
/external/chromium_org/sync/syncable/
H A Dmodel_type.cc28 void AddDefaultFieldValue(ModelType datatype, argument
30 if (!ProtocolTypes().Has(datatype)) {
34 switch (datatype) {
247 // This is an item of a datatype we can't understand. Maybe it's
250 NOTREACHED() << "Unknown datatype in sync proto.";
/external/chromium_org/chrome/browser/sync/test/integration/
H A Dprofile_sync_service_harness.cc807 // Only look for a match if we have at least one enabled datatype in
857 syncer::ModelType datatype) {
860 + std::string(syncer::ModelTypeToString(datatype)) + ")");
863 return SetupSync(syncer::ModelTypeSet(datatype));
871 if (synced_datatypes.Has(datatype)) {
872 DVLOG(1) << "EnableSyncForDatatype(): Sync already enabled for datatype "
873 << syncer::ModelTypeToString(datatype)
878 synced_datatypes.Put(syncer::ModelTypeFromInt(datatype));
881 DVLOG(1) << "EnableSyncForDatatype(): Enabled sync for datatype "
882 << syncer::ModelTypeToString(datatype)
856 EnableSyncForDatatype( syncer::ModelType datatype) argument
891 DisableSyncForDatatype( syncer::ModelType datatype) argument
[all...]

Completed in 641 milliseconds

12