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

  /external/chromium_org/third_party/mesa/src/src/mesa/drivers/x11/
xm_tri.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
981 #define USE(triFunc) \
989 #define USE(triFunc) return triFunc
995 * Return pointer to line drawing function, or NULL if we should use a
1037 USE(smooth_TRUECOLOR_z_triangle);
1039 USE(smooth_8A8B8G8R_z_triangle);
1041 USE(smooth_8A8R8G8B_z_triangle);
1043 USE(smooth_8R8G8B_z_triangle);
1045 USE(smooth_8R8G8B24_z_triangle)
    [all...]
  /external/mesa3d/src/mesa/drivers/x11/
xm_tri.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
981 #define USE(triFunc) \
989 #define USE(triFunc) return triFunc
995 * Return pointer to line drawing function, or NULL if we should use a
1037 USE(smooth_TRUECOLOR_z_triangle);
1039 USE(smooth_8A8B8G8R_z_triangle);
1041 USE(smooth_8A8R8G8B_z_triangle);
1043 USE(smooth_8R8G8B_z_triangle);
1045 USE(smooth_8R8G8B24_z_triangle)
    [all...]
  /external/chromium_org/third_party/mesa/src/src/mesa/swrast/
s_lines.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \
211 #define USE(lineFunc) swrast->Line = lineFunc
218 * Determine which line drawing function to use given the current
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line)
    [all...]
s_triangle.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
363 /* Isn't it necessary to use FixedFloor below?? */ \
380 /* Isn't it necessary to use FixedFloor below?? */ \
    [all...]
  /external/mesa3d/src/mesa/swrast/
s_lines.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
202 #define USE(lineFunc) \
211 #define USE(lineFunc) swrast->Line = lineFunc
218 * Determine which line drawing function to use given the current
242 USE(general_line);
249 USE(general_line);
251 USE(rgba_line);
258 USE(simple_no_z_rgba_line);
262 USE(_swrast_feedback_line)
    [all...]
s_triangle.c 10 * the rights to use, copy, modify, merge, publish, distribute, sublicense,
22 * CONNECTION WITH THE SOFTWARE OR THE USE OR OTHER DEALINGS IN THE SOFTWARE.
363 /* Isn't it necessary to use FixedFloor below?? */ \
380 /* Isn't it necessary to use FixedFloor below?? */ \
    [all...]
  /external/chromium_org/third_party/WebKit/Source/wtf/
Platform.h 6 * Redistribution and use in source and binary forms, with or without
21 * PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE, DATA, OR
24 * (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
44 /* USE() - use a particular third-party library or optional OS service */
45 #define USE(WTF_FEATURE) (defined WTF_USE_##WTF_FEATURE && WTF_USE_##WTF_FEATURE)
130 * no need to use WebKit's copy of TCMalloc. */
  /prebuilts/python/darwin-x86/2.7.5/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /prebuilts/python/darwin-x86/2.7.5/lib/python2.7/
symtable.py 4 from _symtable import (USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM,
187 return bool(self.__flags & _symtable.USE)
  /prebuilts/python/linux-x86/2.7.5/include/python2.7/
symtable.h 61 /* Flags for def-use information */
66 #define USE 2<<2 /* name is used */
  /prebuilts/python/linux-x86/2.7.5/lib/python2.7/
symtable.py 4 from _symtable import (USE, DEF_GLOBAL, DEF_LOCAL, DEF_PARAM,
187 return bool(self.__flags & _symtable.USE)
  /external/v8/src/
globals.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 // For now, we use the more involved template-based version from <limits>, but
129 // the use of a simulated environment.
168 #define bool __my_bool__ // use 'indirection' to avoid name clashes
284 // use 0 or NULL, which causes a problem with the compiler warnings
286 // Here we simply use the non-zero value 4, which seems to work.
293 // array. You should only use ARRAY_SIZE on statically allocated
300 // The USE(x) template is used to silence C++ compiler warning
    [all...]
  /external/chromium_org/v8/src/
globals.h 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
42 // For now, we use the more involved template-based version from <limits>, but
71 // For Native Client builds of V8, use V8_TARGET_ARCH_ARM, so that V8
75 // Since Native Client is ILP-32 on all architectures we use
143 // the use of a simulated environment.
180 #define bool __my_bool__ // use 'indirection' to avoid name clashes
298 // use 0 or NULL, which causes a problem with the compiler warnings
300 // Here we simply use the non-zero value 4, which seems to work
    [all...]
  /external/v8/test/cctest/
test-api.cc 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
644 // Only used by non-threaded tests, so it can use static fields.
668 // Use a stack allocated external string resource allocated object.
688 // Use a heap allocated external string resource allocated object.
797 // Use SetCallHandler to initialize a function template, should work like the
    [all...]
  /external/chromium_org/v8/test/cctest/
test-api.cc 2 // Redistribution and use in source and binary forms, with or without
22 // LIMITED TO, PROCUREMENT OF SUBSTITUTE GOODS OR SERVICES; LOSS OF USE,
25 // (INCLUDING NEGLIGENCE OR OTHERWISE) ARISING IN ANY WAY OUT OF THE USE
746 // Only used by non-threaded tests, so it can use static fields.
770 // Use a stack allocated external string resource allocated object.
790 // Use a heap allocated external string resource allocated object.
950 // Use SetCallHandler to initialize a function template, should work like
    [all...]
  /dalvik/dx/etc/
jasmin.jar 

Completed in 480 milliseconds