HomeSort by relevance Sort by last modified time
    Searched defs:datatype (Results 1 - 22 of 22) sorted by null

  /external/chromium_org/third_party/mesa/src/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
texobj.c 492 GLenum datatype = _mesa_get_format_datatype(baseImage->TexFormat); local
493 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT;
    [all...]
mipmap.c 53 bytes_per_pixel(GLenum datatype, GLuint comps)
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,
170 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
183 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
195 else if (datatype == GL_UNSIGNED_BYTE && comps == 2)
1896 GLenum datatype; local
    [all...]
teximage.c 4005 GLenum datatype; local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_drawpix.c 435 GLenum datatype = _mesa_get_format_datatype( local
437 if (datatype != GL_FLOAT &&
  /external/mesa3d/src/mesa/main/
formats.c 55 GLenum DataType;
86 GL_NONE, /* DataType */
95 GL_UNSIGNED_NORMALIZED, /* DataType */
104 GL_UNSIGNED_NORMALIZED, /* DataType */
113 GL_UNSIGNED_NORMALIZED, /* DataType */
122 GL_UNSIGNED_NORMALIZED, /* DataType */
131 GL_UNSIGNED_NORMALIZED, /* DataType */
140 GL_UNSIGNED_NORMALIZED, /* DataType */
149 GL_UNSIGNED_NORMALIZED, /* DataType */
158 GL_UNSIGNED_NORMALIZED, /* DataType */
1955 GLenum datatype = 0; local
    [all...]
texobj.c 492 GLenum datatype = _mesa_get_format_datatype(baseImage->TexFormat); local
493 t->_IsIntegerFormat = datatype == GL_INT || datatype == GL_UNSIGNED_INT;
    [all...]
mipmap.c 46 bytes_per_pixel(GLenum datatype, GLuint comps)
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,
163 if (datatype == GL_UNSIGNED_BYTE && comps == 4) {
176 else if (datatype == GL_UNSIGNED_BYTE && comps == 3) {
188 else if (datatype == GL_UNSIGNED_BYTE && comps == 2)
1889 GLenum datatype; local
    [all...]
teximage.c 4005 GLenum datatype; local
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_drawpix.c 435 GLenum datatype = _mesa_get_format_datatype( local
437 if (datatype != GL_FLOAT &&
  /external/chromium_org/sync/syncable/
directory_unittest.cc 923 ModelType datatype = iter.Get() local
    [all...]
  /external/chromium_org/third_party/mesa/src/src/gallium/auxiliary/util/
u_gen_mipmap.c 165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth,
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 == DTYPE_USHORT && comps == 1)
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/
path.c 52 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,
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 = dt
814 VGPathDatatype datatype; member in struct:transform_data
    [all...]
  /external/mesa3d/src/gallium/auxiliary/util/
u_gen_mipmap.c 165 * \param datatype GL_UNSIGNED_BYTE, GL_UNSIGNED_SHORT, GL_FLOAT, etc.
169 do_row(enum dtype datatype, uint comps, int srcWidth,
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 == DTYPE_USHORT && comps == 1)
965 enum dtype datatype; local
987 enum dtype datatype; local
1031 enum dtype datatype; local
    [all...]
  /external/mesa3d/src/gallium/state_trackers/vega/
path.c 52 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,
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 = dt
814 VGPathDatatype datatype; member in struct:transform_data
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/common/
meta.c 3494 GLenum datatype = _mesa_get_format_datatype(format); local
    [all...]
  /external/mesa3d/src/mesa/drivers/common/
meta.c 3494 GLenum datatype = _mesa_get_format_datatype(format); local
    [all...]
  /external/libmtp/src/
libmtp.h 544 * The datatype specifying which of the above is used
546 LIBMTP_datatype_t datatype; member in struct:LIBMTP_allowed_values_struct
    [all...]
ptp.h 923 uint16_t datatype; member in struct:_MTPProperties
    [all...]
  /external/chromium_org/third_party/sqlite/src/tool/
lemon.c 177 char *datatype; /* The data type of information held by this member in struct:symbol
    [all...]
  /external/antlr/antlr-3.4/runtime/ActionScript/project/lib/
FlexAntTasks.jar 
  /external/jdiff/
xerces.jar 

Completed in 738 milliseconds