Searched defs:values (Results 1 - 25 of 82) sorted by relevance

1234

/vbox/src/VBox/HostServices/SharedOpenGL/unpacker/
H A Dunpack_pixelmap.c14 GLfloat *values; local
17 values = (GLfloat*) (uintptr_t) READ_DATA(sizeof(int) + 12, GLint);
19 values = DATA_POINTER( sizeof( int ) + 16, GLfloat );
21 cr_unpackDispatch.PixelMapfv( map, mapsize, values );
30 GLuint *values; local
33 values = (GLuint*) (uintptr_t) READ_DATA(sizeof(int) + 12, GLint);
35 values = DATA_POINTER( sizeof( int ) + 16, GLuint );
37 cr_unpackDispatch.PixelMapuiv( map, mapsize, values );
46 GLushort *values; local
49 values
[all...]
H A Dunpack_misc.c14 GLvoid *values = DATA_POINTER( 20, GLvoid ); local
16 cr_unpackDispatch.ChromiumParametervCR(target, type, count, values);
45 GLfloat *values; local
49 values = DATA_POINTER(12, GLfloat);
51 cr_unpackDispatch.GetPixelMapfv( map, values );
57 GLuint *values; local
61 values = DATA_POINTER(12, GLuint);
63 cr_unpackDispatch.GetPixelMapuiv( map, values );
69 GLushort *values; local
73 values
[all...]
/vbox/src/VBox/GuestHost/OpenGL/packer/
H A Dpack_pixelmap.c11 static unsigned char * __gl_HandlePixelMapData(GLenum map, GLsizei mapsize, int size_of_value, const GLvoid *values) argument
13 int nodata = (values == NULL) || crStateIsBufferBound(GL_PIXEL_UNPACK_BUFFER_ARB);
29 WRITE_DATA( 12, GLint, (GLint)(uintptr_t)values);
33 crMemcpy( data_ptr + 16, values, mapsize*size_of_value );
40 const GLfloat *values)
42 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
49 const GLuint *values)
51 unsigned char *data_ptr = __gl_HandlePixelMapData( map, mapsize, sizeof( *values ), values );
39 crPackPixelMapfv(GLenum map, GLsizei mapsize, const GLfloat *values) argument
48 crPackPixelMapuiv(GLenum map, GLsizei mapsize, const GLuint *values) argument
57 crPackPixelMapusv(GLenum map, GLsizei mapsize, const GLushort *values) argument
[all...]
H A Dpack_misc.c10 void PACK_APIENTRY crPackChromiumParametervCR(CR_PACKER_CONTEXT_ARGDECL GLenum target, GLenum type, GLsizei count, const GLvoid *values) argument
64 WRITE_DATA( pos, GLbyte, ((GLbyte *) values)[i]);
70 WRITE_DATA( pos, GLshort, ((GLshort *) values)[i]);
76 WRITE_DATA( pos, GLint, ((GLint *) values)[i]);
82 WRITE_DATA( pos, GLfloat, ((GLfloat *) values)[i]);
89 WRITE_foo_DATA( sizeof(int) + 12, GLdouble, ((GLdouble *) values)[i]);
/vbox/src/VBox/Frontends/VirtualBox/src/converter/
H A DUIConverterBackendCOM.cpp546 QStringList keys; QList<KNATProtocol> values; local
547 keys << "udp"; values << KNATProtocol_UDP;
548 keys << "tcp"; values << KNATProtocol_TCP;
556 return values.at(keys.indexOf(QRegExp(strProtocol, Qt::CaseInsensitive)));
/vbox/src/VBox/GuestHost/OpenGL/spu_loader/
H A Dspuinit.c72 * For enums, the min string is a comma-separated list of valid values.
93 * and type of values, etc.)
164 /** Use the default values for all the options:
180 * possible enum values.
191 char **values; local
198 values = crStrSplit(opt->min, ",");
201 for (i = 0; values[i]; i++) {
203 const char *e = crStrchr(values[i], '\'');
208 crFreeStrings(values);
215 crFreeStrings(values);
[all...]
/vbox/src/VBox/GuestHost/OpenGL/state_tracker/
H A Ddump_gen.py220 values = texenv_mappings[target] variable
221 for pname in values:
H A Dstate_pixel.c203 void STATE_APIENTRY crStatePixelMapfv (GLenum map, GLint mapsize, const GLfloat * values) argument
233 p->mapStoS[i] = (GLint) values[i];
240 p->mapItoI[i] = (GLint) values[i];
247 GLfloat val = CLAMP( values[i], 0.0F, 1.0F );
255 GLfloat val = CLAMP( values[i], 0.0F, 1.0F );
263 GLfloat val = CLAMP( values[i], 0.0F, 1.0F );
271 GLfloat val = CLAMP( values[i], 0.0F, 1.0F );
279 p->mapRtoR[i] = CLAMP( values[i], 0.0F, 1.0F );
286 p->mapGtoG[i] = CLAMP( values[i], 0.0F, 1.0F );
293 p->mapBtoB[i] = CLAMP( values[
312 crStatePixelMapuiv(GLenum map, GLint mapsize, const GLuint * values) argument
337 crStatePixelMapusv(GLenum map, GLint mapsize, const GLushort * values) argument
363 crStateGetPixelMapfv(GLenum map, GLfloat * values) argument
416 crStateGetPixelMapuiv(GLenum map, GLuint * values) argument
486 crStateGetPixelMapusv(GLenum map, GLushort * values) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/drivers/dri/common/
H A Dxmlconfig.h45 /** \brief Single range of valid values
63 * \li One in <driver>Screen caching option info and the default values
64 * \li One in each <driver>Context with the actual values for that context */
70 driOptionValue *values; member in struct:driOptionCache
71 /**< \brief Array of option values
73 * \li Default values in screen
74 * \li Actual values in contexts
H A Dspantmp.h48 const void *values, const GLubyte mask[] )
52 const GLubyte (*rgba)[4] = (const GLubyte (*)[4]) values;
91 const void *values, const GLubyte mask[] )
95 const GLubyte (*rgb)[3] = (const GLubyte (*)[3]) values;
130 const void *values, const GLubyte mask[] )
134 const GLubyte (*rgba)[4] = (const GLubyte (*)[4]) values;
258 void *values)
262 GLubyte (*rgba)[4] = (GLubyte (*)[4]) values;
286 void *values )
290 GLubyte (*rgba)[4] = (GLubyte (*)[4]) values;
45 WriteRGBASpan( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, GLint x, GLint y, const void *values, const GLubyte mask[] ) argument
88 WriteRGBSpan( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, GLint x, GLint y, const void *values, const GLubyte mask[] ) argument
127 WriteRGBAPixels( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, const GLint x[], const GLint y[], const void *values, const GLubyte mask[] ) argument
255 ReadRGBASpan( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, GLint x, GLint y, void *values) argument
[all...]
H A Dspantmp2.h159 const void *values, const GLubyte mask[] )
163 const GLubyte (*rgba)[4] = (const GLubyte (*)[4]) values;
202 const void *values, const GLubyte mask[] )
206 const GLubyte (*rgb)[3] = (const GLubyte (*)[3]) values;
241 const void *values, const GLubyte mask[] )
245 const GLubyte (*rgba)[4] = (const GLubyte (*)[4]) values;
367 GLuint n, GLint x, GLint y, void *values)
371 GLubyte (*rgba)[4] = (GLubyte (*)[4]) values;
399 GLuint n, GLint x, GLint y, void *values)
410 GLubyte (*rgba)[4] = (GLubyte (*)[4]) values;
156 WriteRGBASpan( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, GLint x, GLint y, const void *values, const GLubyte mask[] ) argument
199 WriteRGBSpan( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, GLint x, GLint y, const void *values, const GLubyte mask[] ) argument
238 WriteRGBAPixels( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, const GLint x[], const GLint y[], const void *values, const GLubyte mask[] ) argument
365 ReadRGBASpan( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint n, GLint x, GLint y, void *values) argument
[all...]
/vbox/src/VBox/Additions/x11/x11include/mesa-7.2/src/mesa/swrast/
H A Ds_spantemp.h38 * STORE_PIXEL(DST, X, Y, VALUE) to store pixel values in buffer
39 * FETCH_PIXEL(DST, SRC) to fetch pixel values from buffer
58 GLuint count, GLint x, GLint y, void *values )
64 RB_TYPE *dest = (RB_TYPE *) values;
66 RB_TYPE (*dest)[RB_COMPONENTS] = (RB_TYPE (*)[RB_COMPONENTS]) values;
80 GLuint count, const GLint x[], const GLint y[], void *values )
86 RB_TYPE *dest = (RB_TYPE *) values;
88 RB_TYPE (*dest)[RB_COMPONENTS] = (RB_TYPE (*)[RB_COMPONENTS]) values;
102 const void *values, const GLubyte mask[] )
107 const RB_TYPE (*src)[RB_COMPONENTS] = (const RB_TYPE (*)[RB_COMPONENTS]) values;
100 put_row( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte mask[] ) argument
130 put_row_rgb( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, GLint x, GLint y, const void *values, const GLubyte mask[] ) argument
185 put_values( GLcontext *ctx, struct gl_renderbuffer *rb, GLuint count, const GLint x[], const GLint y[], const void *values, const GLubyte mask[] ) argument
[all...]
/vbox/src/libs/xpcom18a4/xpcom/obsolete/component/
H A DregExport.cpp169 // Print values stored under this key.
245 // Emumerate values at this registry location.
246 nsIEnumerator *values; local
247 nsresult rv = reg->EnumerateValues( root, &values );
252 rv = values->First();
254 // Enumerate values till done.
255 while( rv == NS_OK && (NS_OK != values->IsDone()) ) {
257 rv = values->CurrentItem( &base );
333 rv = values->Next();
346 values
[all...]
/vbox/src/VBox/Additions/common/crOpenGL/pack/
H A Dpackspu_context.c244 packspu_VBoxConChromiumParametervCR(GLint con, GLenum target, GLenum type, GLsizei count, const GLvoid *values) argument
288 packspu_ChromiumParametervCR(target, type, count, values);
H A Dpackspu_misc.c12 void PACKSPU_APIENTRY packspu_ChromiumParametervCR(GLenum target, GLenum type, GLsizei count, const GLvoid *values) argument
52 ai32Values = (GLint*)values;
76 values = ai32ServerValues;
88 crPackChromiumParametervCRSWAP(target, type, count, values);
90 crPackChromiumParametervCR(target, type, count, values);
422 void PACKSPU_APIENTRY packspu_GetPixelMapfv( GLenum map, GLfloat * values )
429 crPackGetPixelMapfvSWAP( map, values, &writeback );
433 crPackGetPixelMapfv( map, values, &writeback );
445 void PACKSPU_APIENTRY packspu_GetPixelMapuiv( GLenum map, GLuint * values )
452 crPackGetPixelMapuivSWAP( map, values,
[all...]
/vbox/src/libs/libxml2-2.6.31/
H A Dtrionan.c174 TRIO_ARGS1((values),
175 TRIO_CONST unsigned char *values)
181 ((TRIO_VOLATILE unsigned char *)&result)[TRIO_DOUBLE_INDEX(i)] = values[i];
619 * same values as the HP-UX fpclassify() function.
173 trio_make_double(values), TRIO_CONST unsigned char *values argument
H A Dgentest.py433 # Provide the type destructors for the return values
546 values = ctxt.xpathEval("/api/symbols/enum[@type='%s']" % name) variable
549 for value in values:
671 # check we know how to handle the args and return values
762 # Cascade loop on of each argument list of values
/vbox/src/VBox/Frontends/VBoxManage/
H A DVBoxManageGuestProp.cpp259 com::SafeArray<BSTR> values; local
264 ComSafeArrayAsOutParam(values),
273 names[i], values[i], timestamps[i], flags[i]);
H A DVBoxManageStorageController.cpp614 com::SafeArray <BSTR> values; local
616 bstrServer.detachTo(values.appendedRaw());
618 bstrTarget.detachTo(values.appendedRaw());
623 bstrLun.detachTo(values.appendedRaw());
628 bstrUsername.detachTo(values.appendedRaw());
633 bstrPassword.detachTo(values.appendedRaw());
638 bstrInitiator.detachTo(values.appendedRaw());
646 Bstr("0").detachTo(values.appendedRaw());
650 ComSafeArrayAsInParam(values)));
/vbox/src/VBox/Main/webservice/jaxlibs/
H A Djsr181-api.jar ... final synthetic javax.jws.WebParam$Mode[] $VALUES public static final javax.jws.WebParam$Mode ...
/vbox/src/VBox/Additions/x11/x11include/4.3/include/extensions/
H A Dxtraplib.h65 XETrapCfg v; /* XTrap configuration values */
116 * these values are updated with the *oldest* version numbers.
123 XETCValues values; /* shadow structure of values */ member in struct:_XETC
/vbox/src/VBox/Additions/common/crOpenGL/
H A Dxfont.c126 XGCValues values; local
175 values.foreground = BlackPixel(dpy, DefaultScreen (dpy));
176 values.background = WhitePixel(dpy, DefaultScreen (dpy));
177 values.font = fs->fid;
179 gc = XCreateGC(dpy, pixmap, valuemask, &values);
/vbox/src/libs/xpcom18a4/python/
H A Dcomponents.py86 def values(self): member in class:_ComponentCollection
89 return self._dict_data.values()
/vbox/src/VBox/Devices/EFI/Firmware/BaseTools/Source/Python/UPT/Library/
H A DMisc.py284 ## A dict which can access its keys and/or values orderly
286 # The class implements a new kind of dict which its keys or values can be
367 ## Return a copy of values
369 def values(self): member in class:Sdict
396 return iter(self.values())
/vbox/src/VBox/Main/src-server/
H A DPerformanceImpl.cpp544 ULONG *values, length, sequenceNumber; local
546 (*it)->query(&values, &length, &sequenceNumber);
548 "returned %d values.\n", (*it)->getName(), length));
549 memcpy(retData.raw() + flatIndex, values, length * sizeof(*values));
550 RTMemFree(values);

Completed in 147 milliseconds

1234