Searched refs:boundTarget (Results 1 - 2 of 2) sorted by relevance
/third_party/vk-gl-cts/modules/gles3/functional/ |
H A D | es3fFboInvalidateTests.cpp | 1197 InvalidateFboTargetCase (Context& context, const char* name, const char* description, deUint32 boundTarget, deUint32 invalidateTarget, const deUint32* invalidateAttachments, int numAttachments) 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()
|
/third_party/mesa3d/src/mesa/main/ |
H A D | teximage.c | 2901 GLenum boundTarget; in lookup_texture_ext_dsa() local 2909 boundTarget = GL_TEXTURE_CUBE_MAP; in lookup_texture_ext_dsa() 2912 boundTarget = target; in lookup_texture_ext_dsa() 2916 int targetIndex = _mesa_tex_target_to_index(ctx, boundTarget); in lookup_texture_ext_dsa() 2939 texObj = _mesa_new_texture_object(ctx, texture, boundTarget); in lookup_texture_ext_dsa() 2949 if (texObj->Target != boundTarget) { in lookup_texture_ext_dsa()
|
Completed in 17 milliseconds