Home
last modified time | relevance | path

Searched defs:attribs (Results 1 – 25 of 31) sorted by relevance

12

/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
DSceneLoader.java109 private Quaternion parseQuat(Attributes attribs) throws SAXException{ in parseQuat()
144 private void parseLightNormal(Attributes attribs) throws SAXException { in parseLightNormal()
155 private void parseLightAttenuation(Attributes attribs) throws SAXException { in parseLightAttenuation()
183 private void parseLightSpotLightRange(Attributes attribs) throws SAXException{ in parseLightSpotLightRange()
199 private void parseLight(Attributes attribs) throws SAXException { in parseLight()
229 …public void startElement(String uri, String localName, String qName, Attributes attribs) throws SA… in startElement()
DMeshLoader.java392 private void startVertexBuffer(Attributes attribs) throws SAXException { in startVertexBuffer()
448 private void pushAttrib(Type type, Attributes attribs) throws SAXException { in pushAttrib()
457 private void pushTangent(Attributes attribs) throws SAXException { in pushTangent()
470 private void pushTexCoord(Attributes attribs) throws SAXException { in pushTexCoord()
493 private void pushColor(Attributes attribs) throws SAXException { in pushColor()
DSkeletonLoader.java84 …public void startElement(String uri, String localName, String qName, Attributes attribs) throws SA… in startElement()
/external/jmonkeyengine/engine/src/core/com/jme3/util/xml/
DSAXUtil.java126 public static Vector3f parseVector3(Attributes attribs) throws SAXException{ in parseVector3()
133 public static ColorRGBA parseColor(Attributes attribs) throws SAXException{ in parseColor()
/external/webkit/Source/ThirdParty/ANGLE/src/compiler/
DShHandle.h88 TVariableInfoList attribs; // Active attributes in the compiled shader. variable
DVariableInfo.cpp131 CollectAttribsUniforms::CollectAttribsUniforms(TVariableInfoList& attribs, in CollectAttribsUniforms()
/external/apache-http/src/org/apache/http/impl/cookie/
DCookieSpecBase.java86 NameValuePair[] attribs = headerelement.getParameters(); in parse() local
DRFC2965Spec.java126 NameValuePair[] attribs = headerelement.getParameters(); in parse() local
DBasicClientCookie.java352 private Map<String, String> attribs; field in BasicClientCookie
/external/webrtc/src/modules/audio_processing/test/android/apmtest/jni/
Dmain.c71 const EGLint attribs[] = { in engine_init_display() local
/external/openssl/apps/
Dreq.c1117 int attribs, unsigned long chtype) in make_REQ()
1203 STACK_OF(CONF_VALUE) *attr_sk, char *attr_sect, int attribs, in prompt_info()
1381 STACK_OF(CONF_VALUE) *attr_sk, int attribs, unsigned long chtype)
/external/qemu/distrib/sdl-1.2.12/src/video/x11/
DSDL_x11gl.c94 int attribs[64]; in X11_GL_GetVisual() local
/external/quake/quake/src/QW/client/
Dgl_vidandroid.c219 GLint attribs[32]; in VID_Init() local
Dgl_vidlinux.c558 GLint attribs[32]; in VID_Init() local
Dgl_vidlinux_svga.c596 GLint attribs[32]; in VID_Init() local
Dvid_x.c492 XSetWindowAttributes attribs; in VID_Init() local
/external/jmonkeyengine/engine/src/core/com/jme3/shader/
DShader.java71 private IntMap<Attribute> attribs; field in Shader
/external/jmonkeyengine/engine/src/android/com/jme3/input/android/
DAndroidInput.java151 public AndroidInput(Context ctx, AttributeSet attribs) { in AndroidInput()
/external/openssh/
Dssh-pkcs11.c404 CK_ATTRIBUTE attribs[] = { in pkcs11_fetch_keys() local
/external/jmonkeyengine/engine/src/android/com/jme3/renderer/android/
DOGLESShaderRenderer.java2364 VertexBuffer[] attribs = context.boundAttribs; in setVertexAttrib() local
2836 VertexBuffer[] attribs = context.boundAttribs; in setVertexAttrib_Array() local
/external/quake/quake/src/WinQuake/
Dgl_vidlinux.cpp611 GLint attribs[32]; in VID_Init() local
Dgl_vidandroid.cpp302 GLint attribs[32]; in VID_Init() local
Dvid_x.cpp569 XSetWindowAttributes attribs; in VID_Init() local
Dvid_sunx.cpp699 XSetWindowAttributes attribs; in VID_Init() local
Dvid_sunxil.cpp546 XSetWindowAttributes attribs; in VID_Init() local

12