OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:eFeature
(Results
1 - 8
of
8
) sorted by null
/external/deqp/scripts/egl/
common.py
99
for
eFeature
in registry.features:
100
api =
eFeature
.get('api')
101
version =
eFeature
.get('number')
/external/deqp/scripts/khr_util/
registry.py
191
for
eFeature
in self.features:
192
self.apis.setdefault(
eFeature
.get('api'), []).append(
eFeature
)
194
apiFeatures.sort(key=lambda
eFeature
:
eFeature
.get('number'))
199
return [
eFeature
for
eFeature
in self.apis[api]
200
if checkVersion is None or checkVersion(
eFeature
.get('number'))]
268
def addFeature(self,
eFeature
, api=None, profile=None, force=False):
269
info('Feature %s',
eFeature
.get('name')
[
all
...]
/external/deqp/scripts/opengl/
src_util.py
128
for
eFeature
in registry.features:
129
api =
eFeature
.get('api')
130
version =
eFeature
.get('number')
/external/libgdx/extensions/gdx-bullet/jni/src/bullet/BulletSoftBody/
btSoftRigidDynamicsWorld.cpp
307
if (softResult.feature == btSoftBody::
eFeature
::Face)
btSoftBody.h
118
///
eFeature
119
struct
eFeature
{ enum _ {
166
eFeature
::_ feature; /// feature type
962
btScalar& mint,
eFeature
::_& feature,int& index,bool bcountonly) const;
btSoftBody.cpp
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/com/badlogic/gdx/physics/bullet/softbody/
btSoftBody.java
310
static public class
eFeature
extends BulletBase {
313
protected
eFeature
(final String className, long cPtr, boolean cMemoryOwn) {
318
/** Construct a new
eFeature
, normally you should not need this constructor it's intended for low-level usage. */
319
public
eFeature
(long cPtr, boolean cMemoryOwn) {
320
this("
eFeature
", cPtr, cMemoryOwn);
331
public static long getCPtr(
eFeature
obj) {
353
public
eFeature
() {
[
all
...]
/external/libgdx/extensions/gdx-bullet/jni/swig-src/softbody/
softbody_wrap.cpp
[
all
...]
Completed in 539 milliseconds