Searched defs:componentType (Results 1 - 25 of 29) sorted by relevance

12

/external/deqp/framework/opengl/
H A DgluDrawUtil.hpp114 VertexComponentType componentType; //!< Component type. member in struct:glu::VertexArrayPointer
123 : componentType (componentType_)
133 : componentType (VTX_COMP_TYPE_LAST)
H A DgluDrawUtil.cpp44 VertexComponentType componentType; member in struct:glu::__anon3020::VertexAttributeDescriptor
59 , componentType (componentType_)
70 , componentType (VTX_COMP_TYPE_LAST)
278 const int elementSize = getVtxCompSize(va.pointer.componentType)*va.pointer.numComponents;
285 va.pointer.componentType,
303 DE_ASSERT(dstVA.componentType == srcPtr.componentType &&
307 const int elementSize = getVtxCompSize(dstVA.componentType)*dstVA.numComponents;
394 vertexArray.pointer.componentType,
405 const bool isIntType = de::inRange<int>(va.componentType, VTX_COMP_UNSIGNED_INT
[all...]
/external/deqp/modules/gles3/functional/
H A Des3fFboStateQueryTests.cpp502 GLenum componentType; member in struct:deqp::gles3::Functional::__anon3304::AttachmentTextureComponentTypeCase::RequiredColorFormat
548 checkColorAttachmentParam(m_testCtx, *this, GL_FRAMEBUFFER, GL_FRAMEBUFFER_ATTACHMENT_COMPONENT_TYPE, requiredColorformats[ndx].componentType);
/external/emma/core/java12/com/vladium/jcd/lib/
H A DTypes.java661 void componentType () throws IOException method in class:Types.methodDescriptorCompiler
684 componentType ();
/external/guava/guava/src/com/google/common/reflect/
H A DTypes.java62 /** Returns the array type of {@code componentType}. */
63 static Type newArrayType(Type componentType) { argument
64 if (componentType instanceof WildcardType) {
65 WildcardType wildcard = (WildcardType) componentType;
76 return JavaVersion.CURRENT.newArrayType(componentType);
208 Type componentType = getComponentType(bound);
209 if (componentType != null) {
212 if (componentType instanceof Class) {
213 Class<?> componentClass = (Class<?>) componentType;
218 return subtypeOf(componentType);
227 private final Type componentType; field in class:Types.GenericArrayTypeImpl
229 GenericArrayTypeImpl(Type componentType) argument
440 getArrayClass(Class<?> componentType) argument
482 newArrayType(Type componentType) argument
[all...]
H A DTypeToken.java482 Type componentType = Types.getComponentType(runtimeType);
483 if (componentType == null) {
486 return of(componentType);
1000 TypeToken componentType = checkNotNull(getComponentType(),
1004 TypeToken<?> componentSupertype = componentType.getSupertype(supertype.getComponentType());
1045 * Creates an array class if {@code componentType} is a class, or else, a
1049 private static Type newArrayClassOrGenericArrayType(Type componentType) { argument
1050 return Types.JavaVersion.JAVA7.newArrayType(componentType);
/external/dexmaker/src/dx/java/com/android/dx/rop/type/
H A DType.java274 private Type componentType; field in class:Type
446 this.componentType = null;
794 if (componentType == null) {
799 componentType = intern(descriptor.substring(1));
802 return componentType;
/external/javassist/src/main/javassist/bytecode/
H A DSignatureAttribute.java550 Type componentType; field in class:SignatureAttribute.ArrayType
554 componentType = comp;
566 return componentType;
573 StringBuffer sbuf = new StringBuffer(componentType.toString());
/external/mockito/cglib-and-asm/src/org/mockito/cglib/core/
H A DEmitUtils.java103 Type componentType = TypeUtils.getComponentType(type);
116 e.array_load(componentType);
117 callback.processElement(componentType);
135 Type componentType = TypeUtils.getComponentType(type);
150 e.array_load(componentType);
153 e.array_load(componentType);
154 callback.processElement(componentType);
355 private static Class remapComponentType(Class componentType) { argument
356 if (componentType.equals(Type.class))
358 return componentType;
[all...]
/external/guava/guava-tests/test/com/google/common/reflect/
H A DTypeTokenTest.java1585 private static <T> TypeToken<T[]> arrayOf(Class<T> componentType) { argument
1587 .where(new TypeParameter<T>() {}, componentType);
/external/replicaisland/src/com/replica/replicaisland/
H A DGameObjectFactory.java274 protected GameComponentPool getComponentPool(Class<?> componentType) { argument
276 mPoolSearchDummy.objectClass = componentType;
284 protected GameComponent allocateComponent(Class<?> componentType) { argument
285 GameComponentPool pool = getComponentPool(componentType);
304 protected boolean componentAvailable(Class<?> componentType, int count) { argument
306 GameComponentPool pool = getComponentPool(componentType);
/external/vogar/lib/
H A Dgson-1.7.1.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/google/ com/google/gson/ com/google/gson/annotations/ ...
H A Dmockito-all-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/hamcrest/ org/hamcrest/core/ org/hamcrest/internal/ org/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/
H A Dorg.eclipse.equinox.ds_1.2.1.R36x_v20100803.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.apt.core_3.3.401.R36_v20100727-0110.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Dorg.eclipse.jdt.core_3.6.2.v_A76_R36x.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.eclipse.jdt.debug_3.6.1.v20100715_r361/
H A Djdi.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
H A Djdimodel.jarMETA-INF/MANIFEST.MF META-INF/ECLIPSEF.SF META-INF/ECLIPSEF.RSA META ...
/external/dexmaker/lib/
H A Dmockito-core-1.9.1-SNAPSHOT.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/robolectric/lib/test/
H A Dmockito-core-1.8.5.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/mockito/ org/mockito/asm/ org/mockito/asm/signature/ ...
/external/owasp/sanitizer/tools/findbugs/lib/
H A Dcommons-lang-2.6.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/commons/ org/apache/commons/lang/ ...
/external/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/owasp/sanitizer/tools/emma/lib/
H A Demma.jarMETA-INF/ META-INF/MANIFEST.MF com/ com/vladium/ com/vladium/app/ com/vladium/app/IAppVersion ...
/external/robolectric/lib/main/
H A Djavassist-3.14.0-GA.jarMETA-INF/ META-INF/MANIFEST.MF javassist/ javassist/bytecode/ javassist/bytecode/analysis/ javassist/bytecode/annotation/ javassist/ ...
/external/eclipse-basebuilder/basebuilder-3.6.2/org.eclipse.releng.basebuilder/plugins/org.apache.ant_1.7.1.v20090120-1145/lib/
H A Dant.jarMETA-INF/ META-INF/MANIFEST.MF org/ org/apache/ org/apache/tools/ org/apache/tools/ant/ ...

Completed in 716 milliseconds

12