Home
last modified time | relevance | path

Searched refs:requiredType (Results 1 – 2 of 2) sorted by relevance

/external/deqp/modules/glshared/
DglsLifetimeTests.cpp250 GLuint getFboAttachment (const Functions& gl, GLuint fbo, GLenum requiredType) in getFboAttachment() argument
260 if (GLenum(type) != requiredType || GLenum(type) == GL_NONE) in getFboAttachment()
/external/clang/lib/CodeGen/
DCGBlocks.cpp1096 llvm::Type *requiredType = in buildGlobalBlock() local
1098 return llvm::ConstantExpr::getBitCast(literal, requiredType); in buildGlobalBlock()