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

  /external/llvm/lib/Target/NVPTX/
NVPTXMCExpr.cpp 42 APInt API = APF.bitcastToAPInt();
43 std::string HexStr(utohexstr(API.getZExtValue()));
46 OS << utohexstr(API.getZExtValue());
NVPTXAsmPrinter.cpp     [all...]
  /external/chromium_org/third_party/angle/src/libEGL/
main.h 20 EGLenum API;
29 void setCurrentAPI(EGLenum API);
libEGL.cpp 505 EGLBoolean __stdcall eglBindAPI(EGLenum api)
507 EVENT("(EGLenum api = 0x%X)", api);
509 switch (api)
520 egl::setCurrentAPI(api);
529 EGLenum API = egl::getCurrentAPI();
531 return egl::success(API);
  /external/chromium_org/third_party/mesa/src/src/egl/main/
egldriver.h 83 _EGLAPI API; /**< EGL API dispatch table */
  /external/mesa3d/src/egl/main/
egldriver.h 83 _EGLAPI API; /**< EGL API dispatch table */
  /external/chromium_org/third_party/mesa/src/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 39 #define API 11
41 #if API >= 11
74 #if API >= 11
91 #if API >= 11
133 #if API >= 11
151 #if API >= 11
170 #if API < 11
171 // we use a D3D11-like API internally
223 #if API >= 11
  /external/mesa3d/src/gallium/state_trackers/d3d1x/gd3d11/
d3d11.cpp 39 #define API 11
41 #if API >= 11
74 #if API >= 11
91 #if API >= 11
133 #if API >= 11
151 #if API >= 11
170 #if API < 11
171 // we use a D3D11-like API internally
223 #if API >= 11
  /external/chromium_org/third_party/mesa/src/src/mesa/main/
APIspec.py 32 """A Spec is an abstraction of the API spec."""
48 elif node.name == "api":
65 return API(self, self.impl_node)
68 """Return an API."""
69 return API(self, self.api_nodes[name])
72 class API(object):
73 """An API consists of categories and functions."""
82 # parse <api>
93 raise SpecError("unexpected node %s in api" % node.name)
108 """Find a matching function in the API.""
    [all...]
mtypes.h     [all...]
  /external/mesa3d/src/mesa/main/
APIspec.py 32 """A Spec is an abstraction of the API spec."""
48 elif node.name == "api":
65 return API(self, self.impl_node)
68 """Return an API."""
69 return API(self, self.api_nodes[name])
72 class API(object):
73 """An API consists of categories and functions."""
82 # parse <api>
93 raise SpecError("unexpected node %s in api" % node.name)
108 """Find a matching function in the API.""
    [all...]
mtypes.h     [all...]
  /external/jdiff/src/jdiff/
API.java 7 * The internal representation of an API.
17 * The advantage of writing out an XML representation of each API is that
27 public class API {
43 * The String which identifies this API, e.g. &quotSuperProduct 1.3&quot;.
59 public API() {
65 // Methods to display the contents of an API object.
71 /** Display the contents of the API object. */
  /external/llvm/include/llvm/ADT/
APInt.h 422 APInt API = getAllOnesValue(numBits);
423 API.clearBit(numBits - 1);
424 return API;
432 APInt API(numBits, 0);
433 API.setBit(numBits - 1);
434 return API;
582 APInt API(*this);
584 return API;
596 APInt API(*this);
598 return API;
    [all...]
  /external/llvm/lib/CodeGen/SelectionDAG/
LegalizeFloatTypes.cpp 149 APInt API = APInt::getAllOnesValue(Size);
150 API.clearBit(Size-1);
151 SDValue Mask = DAG.getConstant(API, NVT);
    [all...]
  /external/llvm/lib/CodeGen/AsmPrinter/
AsmPrinter.cpp     [all...]
  /external/guava/guava/lib/
jdiff.jar 
  /external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
org.eclipse.pde.api.tools_1.0.202.v20100820_r361.jar 

Completed in 437 milliseconds