Searched defs:opType (Results 1 - 4 of 4) sorted by relevance

/external/webkit/Source/WebCore/platform/graphics/transforms/
H A DTransformOperation.h71 OperationType opType = getOperationType(); local
72 return opType == SCALE_Z ||
73 opType == SCALE_3D ||
74 opType == TRANSLATE_Z ||
75 opType == TRANSLATE_3D ||
76 opType == ROTATE_X ||
77 opType == ROTATE_Y ||
78 opType == ROTATE_3D ||
79 opType == MATRIX_3D ||
80 opType
[all...]
/external/jmonkeyengine/engine/src/ogre/com/jme3/scene/plugins/ogre/
H A DMeshLoader.java243 private void startSubMesh(String matName, String usesharedvertices, String use32bitIndices, String opType) throws SAXException { argument
245 if (opType == null || opType.equals("triangle_list")) {
247 //} else if (opType.equals("triangle_strip")) {
249 //} else if (opType.equals("triangle_fan")) {
251 } else if (opType.equals("line_list")) {
254 throw new SAXException("Unsupported operation type: " + opType);
/external/webkit/Source/JavaScriptCore/jit/
H A DJITArithmetic32_64.cpp839 void JIT::emitAdd32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType) argument
855 if (!opType.definitelyIsNumber())
884 ResultType opType = op == op1 ? types.first() : types.second(); local
885 if (!opType.definitelyIsNumber())
948 void JIT::emitSub32Constant(unsigned dst, unsigned op, int32_t constant, ResultType opType) argument
964 if (!opType.definitelyIsNumber())
/external/icu4c/i18n/
H A Drematch.cpp2751 int32_t opType; // the opcode local
2819 opType = URX_TYPE(op);
2831 switch (opType) {
2901 opType = URX_TYPE(op);
2903 U_ASSERT(opType == URX_STRING_LEN);
3816 UBool haveMatch = (opType == URX_BACKREF ?
3954 opType = URX_TYPE(op);
3956 U_ASSERT(opType == URX_STRING_LEN);
4458 int32_t opType; // the opcode
4528 opType
[all...]

Completed in 174 milliseconds