Searched refs:sourceComponentType (Results 1 – 4 of 4) sorted by relevance
/external/angle/src/libANGLE/renderer/gl/ |
D | BlitGL.h | 77 GLenum sourceComponentType, 162 GLenum sourceComponentType,
|
D | BlitGL.cpp | 515 GLenum sourceComponentType, in copySubTexture() argument 549 ANGLE_TRY(getBlitProgram(context, source->getType(), sourceComponentType, destComponentType, in copySubTexture() 1070 GLenum sourceComponentType, in getBlitProgram() argument 1075 BlitProgramType programType(sourceTextureType, sourceComponentType, destComponentType); in getBlitProgram() 1089 if (sourceComponentType != GL_UNSIGNED_INT && destComponentType != GL_UNSIGNED_INT && in getBlitProgram() 1152 switch (sourceComponentType) in getBlitProgram() 1165 ASSERT(sourceComponentType != GL_UNSIGNED_INT); in getBlitProgram() 1170 ASSERT(sourceComponentType != GL_UNSIGNED_INT); in getBlitProgram() 1180 switch (sourceComponentType) in getBlitProgram()
|
D | TextureGL.cpp | 895 GLenum sourceComponentType = sourceFormatInfo.componentType; in copySubTextureHelper() local 899 sourceFormatContainSupersetOfDestFormat && sourceComponentType == destComponentType && in copySubTextureHelper() 922 context, sourceGL, sourceLevel, sourceComponentType, mTextureID, target, level, in copySubTextureHelper()
|
/external/javaparser/javaparser-symbol-solver-core/src/main/java/com/github/javaparser/symbolsolver/javaparsermodel/contexts/ |
D | MethodCallExprContext.java | 259 ResolvedType sourceComponentType = source.asArrayType().getComponentType(); in inferTypes() local 261 inferTypes(sourceComponentType, targetComponentType, mappings); in inferTypes()
|