Lines Matching refs:internalFormat

321 …Case (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int…  in BasicTexImageCubeArrayCase()  argument
322 …: TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, n… in BasicTexImageCubeArrayCase()
323 , m_internalFormat (internalFormat) in BasicTexImageCubeArrayCase()
359 …Case (Context& context, const char* name, const char* desc, deUint32 internalFormat, int size, int… in BasicTexStorageCubeArrayCase() argument
360 …: TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, n… in BasicTexStorageCubeArrayCase()
361 , m_internalFormat (internalFormat) in BasicTexStorageCubeArrayCase()
404 deUint32 internalFormat, in TexImageCubeArrayBufferCase() argument
414 …: TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, d… in TexImageCubeArrayBufferCase()
415 , m_internalFormat (internalFormat) in TexImageCubeArrayBufferCase()
485 deUint32 internalFormat, in TexSubImageCubeArrayBufferCase() argument
501 …: TextureCubeArraySpecCase (context, name, desc, glu::mapGLInternalFormat(internalFormat), size, d… in TexSubImageCubeArrayBufferCase()
502 , m_internalFormat (internalFormat) in TexSubImageCubeArrayBufferCase()
595 deUint32 internalFormat, in TexImageCubeArrayDepthCase() argument
598 …: TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSiz… in TexImageCubeArrayDepthCase()
599 , m_internalFormat (internalFormat) in TexImageCubeArrayDepthCase()
640 deUint32 internalFormat, in TexSubImageCubeArrayDepthCase() argument
643 …: TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSiz… in TexSubImageCubeArrayDepthCase()
644 , m_internalFormat (internalFormat) in TexSubImageCubeArrayDepthCase()
709 deUint32 internalFormat, in TexImageCubeArrayDepthBufferCase() argument
712 …: TextureCubeArraySpecCase(context, name, desc, glu::mapGLInternalFormat(internalFormat), imageSiz… in TexImageCubeArrayDepthBufferCase()
713 , m_internalFormat (internalFormat) in TexImageCubeArrayDepthBufferCase()
778 deUint32 internalFormat; in init() member
835 deUint32 internalFormat; in init() member
853 deUint32 format = colorFormats[formatNdx].internalFormat; in init()
894 const deUint32 format = colorFormats[formatNdx].internalFormat; in init()
927 …ts[ndx].name) + "_cube_array").c_str(), "", depthStencilFormats[ndx].internalFormat, texCubeArrayS… in init()
941 …ts[ndx].name) + "_cube_array").c_str(), "", depthStencilFormats[ndx].internalFormat, texCubeArrayS… in init()
982 colorFormats[ndx].internalFormat, in init()
1032 …ts[ndx].name) + "_cube_array").c_str(), "", depthStencilFormats[ndx].internalFormat, texCubeArrayS… in init()
1049 deUint32 internalFormat = colorFormats[formatNdx].internalFormat; in init() local
1054 …ArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArrayS… in init()
1061 deUint32 internalFormat = depthStencilFormats[formatNdx].internalFormat; in init() local
1066 …ArrayCase (m_context, (string(fmtName) + "_cube_array").c_str(), "", internalFormat, texCubeArrayS… in init()