Searched refs:boundTarget (Results 1 – 2 of 2) sorted by relevance
1197 …(Context& context, const char* name, const char* description, deUint32 boundTarget, deUint32 inval… in InvalidateFboTargetCase() argument1199 , m_boundTarget (boundTarget) in InvalidateFboTargetCase()1508 deUint32 boundTarget; in init() member1530 const deUint32 boundT = s_targetCases[caseNdx].boundTarget; in init()
2889 GLenum boundTarget; in lookup_texture_ext_dsa() local2897 boundTarget = GL_TEXTURE_CUBE_MAP; in lookup_texture_ext_dsa()2900 boundTarget = target; in lookup_texture_ext_dsa()2904 int targetIndex = _mesa_tex_target_to_index(ctx, boundTarget); in lookup_texture_ext_dsa()2927 texObj = ctx->Driver.NewTextureObject(ctx, texture, boundTarget); in lookup_texture_ext_dsa()2937 if (texObj->Target != boundTarget) { in lookup_texture_ext_dsa()