Home
last modified time | relevance | path

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

/external/deqp/modules/gles3/functional/
Des3fFboInvalidateTests.cpp1197 …(Context& context, const char* name, const char* description, deUint32 boundTarget, deUint32 inval… in InvalidateFboTargetCase() argument
1199 , m_boundTarget (boundTarget) in InvalidateFboTargetCase()
1508 deUint32 boundTarget; in init() member
1530 const deUint32 boundT = s_targetCases[caseNdx].boundTarget; in init()
/external/mesa3d/src/mesa/main/
Dteximage.c2889 GLenum boundTarget; in lookup_texture_ext_dsa() local
2897 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()