HomeSort by relevance Sort by last modified time
    Searched refs:m_types (Results 1 - 9 of 9) sorted by null

  /external/deqp/modules/gles2/functional/
es2fLifetimeTests.cpp 53 MovePtr<Types> m_types; member in class:deqp::gles2::Functional::__anon10153::TestGroup
61 m_types = MovePtr<Types>(new ES2Types(ltCtx));
62 addTestCases(*this, *m_types);
  /external/deqp/modules/egl/
teglMultiThreadTests.cpp 736 Type m_types; member in class:deqp::egl::MultiThreadedObjectTest
762 , m_types ((Type)type)
922 if ((m_types & TYPE_WINDOW) != 0)
925 if ((m_types & TYPE_PBUFFER) != 0)
928 if ((m_types & TYPE_PIXMAP) != 0)
948 if ((m_types & TYPE_SINGLE_WINDOW) != 0 && (m_types & TYPE_PBUFFER) == 0 && (m_types & TYPE_PIXMAP) == 0 && (m_types & TYPE_CONTEXT) == 0)
986 if ((m_types & TYPE_SINGLE_WINDOW) == 0
    [all...]
teglMemoryStressTests.cpp 94 ObjectType m_types; member in class:deqp::egl::__anon10097::MemoryAllocator
113 , m_types (types)
144 if ((m_types & OBJECTTYPE_CONTEXT) != 0)
147 if ((m_types & OBJECTTYPE_PBUFFER) != 0)
  /system/tools/aidl/
type_java.cpp 51 m_types(types),
90 return new FieldVariable(m_types->ParcelableInterfaceType(),
233 new MethodCall(parcel, "writeInt", 1, new Cast(m_types->IntType(), v)));
332 ifpart->statements->Add(new MethodCall(m_types->TextUtilsType(),
354 v, new MethodCall(m_types->TextUtilsType(),
536 EnsureClassLoader(addTo, cl, m_types);
542 EnsureClassLoader(addTo, cl, m_types);
561 EnsureClassLoader(addTo, cl, m_types);
568 EnsureClassLoader(addTo, cl, m_types);
731 if (m_creator == m_types->StringType()->CreatorName())
    [all...]
type_java.h 64 const JavaTypeNamespace* m_types; member in class:android::aidl::java::Type
  /external/deqp/modules/gles3/functional/
es3fLifetimeTests.cpp 441 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
561 MovePtr<Types> m_types; member in class:deqp::gles3::Functional::__anon10296::TestGroup
569 m_types = MovePtr<Types>(new ES3Types(ltCtx));
571 addTestCases(*this, *m_types);
  /external/deqp/modules/glshared/
glsLifetimeTests.hpp 265 const vector<Type*>& getTypes (void) { return m_types; }
272 vector<Type*> m_types; member in class:deqp::gls::LifetimeTests::details::Types
glsLifetimeTests.cpp 594 m_types.insert(m_types.end(), DE_ARRAY_BEGIN(types), DE_ARRAY_END(types));
    [all...]
  /system/media/camera/tests/
camera_metadata_tests.cpp     [all...]

Completed in 152 milliseconds